home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / About this CD / Apr 00 Developer CD Assistant (.txt) < prev    next >
Encoding:
FileMaker Pro Database  |  2000-03-10  |  3.3 MB  |  93,362 lines  |  [FMP3/AFDC]

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1. Apr 00 Developer CD Assistant
  2. FMP3AFDC
  3.  Copyright 1984-1998 FileMaker, Inc. 
  4. HBAM2016AUG95
  5. Pro 3.0
  6. summary
  7. gxoverridetool
  8. message
  9. override
  10. source
  11. ssed@
  12. block@
  13. cancelwindowcheckout@
  14. card@
  15. describes@
  16. fixing@
  17. images@
  18. improving
  19. national@
  20. overview@
  21. pool@
  22. quit@
  23. simpler@
  24. summary@
  25. summary
  26. maccalendar
  27. control
  28. strip
  29. module
  30. displays
  31. summary
  32. xcmds
  33. xfcns
  34. perform
  35. summary
  36. allows
  37. developer
  38. monitor
  39. therefore@
  40. versions@
  41. within@
  42. debug@
  43. network@
  44. stack@
  45. disposeresource
  46. debugging
  47. resource
  48. handles@
  49. multi-processing@
  50. appleevent@
  51. HBAM3016AUG95@
  52. APPLESCRIPT_BROWSER
  53. APPLESCRIPT_OPEN
  54. CDDATE
  55. CDNAME
  56. CDTITLE
  57. CONSTANT
  58. CONTENTS
  59. CURCNT
  60. CURREC
  61. CUSTOMSEARCH
  62. DESCRIPTION
  63.         FINDFIELD
  64. KEYWORDS
  65. KEYWORDSCALC
  66. NEWREVISEDCALC
  67. PATHNAME
  68. PATHNAMECALC
  69. PORTALCOLOR
  70. PORTALFILTERCALC
  71. PORTALSELECTIONCALC
  72. RECEIVED
  73. RECORDID
  74. REQUIREMENTS
  75. SEARCHSELECTED
  76. SHOWPATHNAME
  77. SHOWTEXT
  78. STATUS
  79. UPDATED
  80. WEB_FTP_URL
  81. _COLOR
  82. _CONTENT
  83. _CUSTOMFIND
  84. 2)    _HELPTEXT
  85.     _KEYWORDS
  86. _NAME
  87. _PORTALCLICK
  88. _PORTALFILTER
  89. _PORTALFILTERFIND
  90. _PORTALSELECTION
  91. _PORTALSELECTIONMATCH
  92.     _RECEIVED
  93. _REQUIREMENTS
  94. _SEARCH
  95. _SEARCHFIELD
  96. _SEARCHPACKAGE
  97. _SHOWPATHFLAG
  98. _UPDATED
  99. Sunday
  100. Monday
  101. Tuesday
  102.     Wednesday
  103. Thursday
  104. Friday
  105. Saturday
  106. January
  107. February
  108. March
  109. April
  110. August
  111.     September
  112. October
  113. November
  114. December
  115. 1st Quarter
  116. 2nd Quarter
  117. 3rd Quarter
  118. 4th Quarter
  119. ?P9W#P
  120. 3/10/009
  121. Closing Screen
  122. Intro
  123. Browser
  124. Package Info
  125. @>A    Developer
  126. Find Fewer Choices
  127. Find More Choices
  128. RecordID
  129. Custom Find
  130. Browser Custom Search
  131. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  132. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com.
  133.  "") & "
  134. ! & "
  135.  "new") 
  136.  "updated") 
  137.  "New & Revised" 
  138.  "" )
  139. All Packages
  140. Mac OS SDK Edition
  141. Tool Chest Edition
  142. Reference Library Edition
  143. System Software Edition
  144. updatedG
  145. New & Revised
  146. PortalSelectionCalc
  147. ^("") )
  148. NameB
  149. CurCntB
  150. CurRecB
  151. DescriptionB
  152. ContentsB
  153. ReceivedB
  154. UpdatedB
  155. RequirementsB
  156. KeywordsB
  157. PathNameB
  158. PathNamecalcB
  159. ) - 1 )
  160. " & " - ")
  161. _SearchB
  162. SearchSelectedB
  163. _PortalClickB
  164. _ShowPathFlagB
  165. ShowTextB
  166.  = 1 
  167.  "Hide Path" 
  168.  "Show Path" )
  169.     Hide Path
  170.     Show Path2
  171. RecordIDB
  172. 55139
  173. _ColorB
  174. ConstantB
  175. A    FindFieldB
  176.  & " " & 
  177.      & " " & 
  178.  & " " & 
  179.  & " " & 
  180.  & " " & 
  181.  & " " & 
  182.  & " " & 
  183. PortalColorB
  184.  "" )
  185. _PortalSelectionMatchB
  186. ShowPathNameB
  187.  = 1 
  188.  "" )
  189. CDDateB
  190. CDNameB
  191.  3) + 1 
  192.  1) - 
  193.  " " 
  194.  3 ) - 1 )
  195. _SearchFieldB
  196. _SearchPackageB
  197. CustomSearchB
  198.  "Custom Search"
  199.  "" )
  200. Custom Search
  201.  "new")
  202.  "New"  
  203.  "updated") 
  204.  "Revised" 
  205.  "" )
  206. updatedG
  207. Revised
  208. AppleScript_OpenB
  209. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  210.  "" & "
  211. "try" & "
  212. "    tell application ""Finder""" & "
  213. "        open item """ & 
  214.  & """
  215. "        activate" & "
  216. "    end tell" & "
  217. "on error errMsg number errNum" & "
  218. "    --enter statements to perform when no records are found such as..." & "
  219. "    display dialog ""Sorry, the item you selected could not be found.""" & "
  220. "    return" & "
  221. "end try"
  222. A--set theItem to choose file -- uncomment to test in an AS editor
  223.     tell application "Finder"
  224.         open item "
  225.         activate
  226.     end tell
  227. on error errMsg number errNum
  228. F    --enter statements to perform when no records are found such as...
  229. E    display dialog "Sorry, the item you selected could not be found."
  230.     return
  231. end try
  232. AppleScript_BrowserB
  233. StatusB
  234. KeywordsCalcB
  235.  ", " 
  236. _NameB
  237. _PortalFilterFindB
  238. _DescriptionB
  239. _RequirementsB
  240. +A    _KeywordsB
  241. ,A    _ReceivedB
  242. _UpdatedB
  243. _ContentB
  244. Web_FTP_URLB
  245. _WebB
  246. CDTitleB
  247.  1) - 1 )
  248. l Packages
  249. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  250.  "" & "
  251.  "try" & "
  252. "    tell application ""Finder""" & "
  253. "        open item """ & 
  254.  & """
  255. "        activate" & "
  256. "    end tell" & "
  257. "on error errMsg number errNum" & "
  258. "    --enter statements to perform when no records are found such as..." & "
  259. "    display dialog ""Sorry, the folder you selected could not be found.""" & "
  260. "    return" & "
  261. "end try"
  262. A--set theItem to choose file -- uncomment to test in an AS editor
  263.     tell application "Finder"
  264.         open item "
  265.         activate
  266.     end tell
  267. on error errMsg number errNum
  268. F    --enter statements to perform when no records are found such as...
  269. G    display dialog "Sorry, the folder you selected could not be found."
  270.     return
  271. end try
  272. elds then click Find or hit Enter.
  273. NOTE: You may also restrict your search to a particular disk edition or group of content by using the Disk/Edition pulldown menu.
  274.     Click the Find button. The packages found by your search will appear in the packages list on the Browser screen.
  275.     To search any field for a keyword, click the Fewer Choices button, enter search criteria, then click Find or hit Enter. The packages found by your search will appear in the 
  276. ackages list on the Browser screen.
  277. 0_    Any Field`
  278. All Packages
  279. HelpB
  280.  2000 Apple Computer, Inc.  All rights reserved. Apple, the Apple logo, Macintosh, Mac, and the Mac logo are trademarks of Apple Computer, Inc. registered in the U.S. and other countries.
  281. IntroB
  282. Homem
  283. Quitn
  284. Browsero
  285. Find...p
  286. Homem
  287. Quitn
  288. Browsero
  289. Find...
  290. BrowserB
  291. Welcome to the Developer CD Series Assistant, a simple to use tool for searching and 
  292. navigating content on the Developer CD Series from Apple Developer Connection.
  293. You can use this Assistant database to find title, description, contents, revision, and related web information for everything from Sample Code to SDKs.
  294. Click the Browser button to enter the Browser screen, where you can easily view and navigate content on the Developer CD. From there, click the Open Folder button to go direc
  295. tly to the package folder on the CD.
  296. The Find... button allows you to do full-text searches on all content available on the 
  297. Developer CD Series.
  298. More complete usage instructions are accessed by clicking the Help button.
  299. To quit the Developer CD Series Assistant, click Quit.
  300. Helpe
  301. Find...f
  302. Quith
  303. Browser
  304. Package InfoB
  305. Current Selection:{    <<
  306. ABBF>>
  307. F!Double-click title for more info.
  308. Find...
  309. Open Folder
  310. Package Info
  311. Export List
  312. Browser
  313. Open Folder
  314. Package Info
  315. Export List
  316. A    DeveloperB
  317. DescriptionR
  318. Revision InfoS
  319. FilesV
  320. RequirementsW
  321. Keywords[    Released:\
  322. Revised:b
  323. ABAI>> of <<
  324. ABAH>>h
  325. Current Selection: <<
  326. ABAB>>o    <<
  327. ABCC>>
  328. Web/FTP URL
  329. Open Folder
  330. Find...
  331. ABBF>>
  332. Browser
  333. Find Fewer ChoicesB
  334. A    DeveloperC
  335. Package InfoH
  336. HelpI
  337. Find...J
  338. Open Folder
  339. Current Selection:Q
  340. (Double-click to open)T
  341. QuitY    <<
  342. ABBF>>[.Import with auto update for record ID numbers.`
  343. Portal Selectiona
  344. Show Path Flagd
  345. Click Selecth
  346. Color for Portal Row Selectionk
  347. Show Portal Path}    Released:~
  348. Revised:
  349. Open Folder
  350. ABAI>> of <<
  351. ABAH>>
  352. From Package Info
  353. From Browser
  354. From Browser
  355. From Package Info
  356. Browser
  357. A    DeveloperC
  358. Package InfoH
  359. HelpI
  360. Find...J
  361. Open Folder
  362. Current Selection:Q
  363. (Double-click to open)T
  364. QuitY    <<
  365. ABBF>>[.Import with auto update for record ID numbers.`
  366. Portal Selectiona
  367. Show Path Flagd
  368. Click Selecth
  369. Color for Portal Row Selectionk
  370. Show Portal Path}    Released:~
  371. Revised:
  372. Open Folder
  373. ABAI>> of <<
  374. ABAH>>
  375. From Package Info
  376. From Browser
  377. From Browser
  378. From Package Info
  379. Browser
  380. Find...
  381. Open Folder
  382. ABBF>>
  383. Rectangle Buttons
  384. Find...
  385. Status:
  386. Joint Solutions
  387. Marketing
  388. Specialists
  389. in Web, Print 
  390. and Electronic
  391. Media
  392. 831.471.1500
  393. info@jointsolutions.com
  394. www.jointsolutions.com
  395. Database design: Sheila Kliewer
  396. Data Wizard 831 336-2129
  397. sheilasgk@aol.com
  398. www.DataWizardFMP.com
  399. Find More ChoicesB
  400. Find any package containing:
  401. Cancel
  402. containst    any field
  403. Cancel
  404. More Choices
  405. To search for specific text within package title, package descriptions, or filenames:
  406.  To search any field for a keyword, enter your desired search criteria.
  407.  Click the Find button. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  408. To specify parameters such as new and revised packages or a specific CD, cliBSck More Choices then choose the appropriate options from the Search pull down menu.
  409. Find (fewer choices)
  410. RecordIDB
  411. RecordID
  412. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  413. HTML Text Extractor
  414.  and 
  415. PDF Text Extractor
  416. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  417. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  418. Description
  419. Revision Info
  420. Files
  421. Requirements
  422. Keywords
  423. Released
  424. Revised
  425. Disk/Edition
  426. Web/FTP URL
  427. Cancel
  428. Fewer Choices
  429. Find (more choices)
  430. fTo search specific fields, enter your criteria in the appropriate areas and/or select from the pull-down menus then click Find. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  431. gress.
  432. d by your search will appear in the packages listB
  433.  on the Browser screen.
  434. masterB
  435. Unlock Status Bar
  436. Intro
  437. Quit Button
  438. Quit JSM
  439. Browser
  440. Package Info
  441.  = "Custom Search"
  442. Custom Search
  443. Browser Portal
  444. ) = 0    
  445. Show Path
  446. Browser Portal Validation
  447. ) > 0
  448. A    Auto Open
  449. "New & Revised"
  450. New & RevisedB
  451. Go To Record Next
  452. Go To Record First
  453. Go To Record Last
  454. Go To Record Previous
  455. A    Developer
  456. Find Cancel
  457. "All Packages"
  458. All Packages
  459. Find More Choices
  460. Find Fewer Choices
  461. "Any Field"
  462.     Any FieldB.
  463. "All Packages"
  464. All Packages
  465. Find...
  466. "Any Field"
  467.     Any FieldC.
  468. "All Packages"
  469. All PackagesD
  470. Find Execute
  471. A    Find None
  472. )  = 0    
  473.     Try Againgl
  474. cript"
  475.  "1")
  476. CanceloggleDoScript
  477. Toggle
  478. No packages match your request.C+
  479. ) = 1    
  480. "All Packages"
  481. All Packages
  482. A    Find Some
  483. "Custom Search"
  484. Custom Search
  485. A    Find Prep
  486. "Custom Search"
  487. Custom Search
  488. A    Find Prep
  489. Find Request
  490. Find Request
  491. Package Open Folder
  492. Browser Open Folder OLD
  493. ) = "Browser"    
  494. Browser
  495. Z] ow templates in Ne
  496. Canceldialog`
  497. Select a Package to open.D>
  498. ) =  "Package Info"    
  499. Package Info
  500. Import From Master
  501. ) = "Find More Choices"    
  502. Find More Choices
  503.   = "All Packages"
  504. All Packages
  505.  = "Any Field"
  506.     Any Field
  507.  = "Package Title"
  508. Package Title
  509.  = "Any File Name"
  510. Any File Name
  511. Find More Clear
  512. Find More Find
  513. Export List
  514. Cancel
  515. Save the current list to a text file called "Developer CD Search Results"?B+
  516. ) = 2    
  517. AppleScript_Browser
  518. AppleScript_Open
  519. -nulltell application "Developer CD Series Assistant"
  520.     set CDTitle to get data cell "CDTitle" of current record
  521. end tell
  522. tell application "Finder"
  523.     if (disk CDTitle exists) is false then
  524.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  525. end tellFasdUAS 1.101.10
  526. -nulltell application "Developer CD Series Assistant"
  527.     set CDTitle to get data cell "CDTitle" of current record
  528. end tell
  529. tell application "Finder"
  530.     if (disk CDTitle exists) is false then
  531.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  532. end tellFasdUAS 1.101.10
  533. .coregetd****
  534. CDTitle
  535. cdtitle
  536. CDTitle
  537. Developer CD Series Assistant
  538. eAFDCT
  539. Patagrande
  540. Developer CD Series Assistant
  541. 'APPLAFDC
  542. Developer CD S
  543. eries Assistant 
  544. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  545. :Developer CD Series Assistant
  546. Net Ref Zone
  547. tyler.jointsolutions.com
  548. Patagrande
  549. Tyler Stone
  550. .coredoexbool
  551. cdtitle
  552. CDTitle
  553. boovfals
  554. .sysodlogaskr
  555. AThe item you selected could not be found. Please insert the CD - 
  556. cdtitle
  557. CDTitle
  558. Cancel
  559. Continue
  560. Continue
  561.     thechoice
  562.     theChoice
  563. Finder
  564. Patagrande
  565. Finder
  566.     l@FNDRMACS
  567. System Folder
  568. Patagrande:System Folder:Finder
  569. Ref Zone
  570. tyler.jointsolutions.com
  571. Patagrande
  572. Tyler Stone
  573. .aevtoappnull
  574. .aevtoappnull
  575. .coregetd****
  576. cdtitle
  577. CDTitle
  578. .coredoexbool
  579. Button: Web
  580. Browser Portal OLD
  581. Find Prep OLD
  582. .coregetd****
  583. CDTitle
  584. cdtitle
  585. CDTitle
  586. Developer CD Series Assistant
  587. Patagrande
  588. Developer CD Series Assistant
  589. 'APPLAFDC
  590. Developer CD S
  591. eries Assistant 
  592. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  593. :Developer CD Series Assistant
  594. Net Ref Zone
  595. tyler.jointsolutions.com
  596. Patagrande
  597. Tyler Stone
  598. .coredoexbool
  599. cdtitle
  600. CDTitle
  601. boovfals
  602. .sysodlogaskr
  603. AThe item you selected could not be found. Please insert the CD - 
  604. cdtitle
  605. CDTitle
  606. Cancel
  607. Continue
  608. Continue
  609.     thechoice
  610.     theChoice
  611. Finder_
  612. Patagrande
  613. Finder
  614.     l@FNDRMACS
  615. System Folder
  616. Patagrande:System Folder:Finder
  617. Ref Zone
  618. tyler.jointsolutions.com
  619. Patagrande
  620. Tyler Stone
  621. .aevtoappnull
  622. .aevtoappnull
  623. .coregetd****
  624. cdtitle
  625. CDTitle
  626. .coredoexbool
  627. .sysodlogaskr
  628.     thechoice
  629.     theChoice
  630. ) = -128    
  631. cdtitle
  632. CDTitle
  633. boovfals
  634. .sysodlogaskr
  635. Import From Master
  636.     Developer
  637. Unlock Status Bar
  638.     Auto Open
  639. Intro
  640. Package Info
  641. Browser
  642. Quit Button
  643. Quit JSM
  644. Button: Web
  645. Package Open Folder
  646. Browser Open Folder OLD
  647. Browser Portal
  648. Browser Show Path
  649. Browser Portal Validation
  650. Go To Record First
  651. Go To Record Previous
  652. Go To Record Next
  653. Go To Record Last
  654. Find Cancel
  655. Find More Choices
  656. Find Fewer Choices
  657. Find...
  658. Find Execute
  659. :    Find Prep
  660. Find Request
  661. >    Find None
  662. @    Find Some
  663. Find More Clear
  664. Find More Find
  665. Export List
  666. AppleScript_Browser
  667. AppleScript_Open
  668. Browser Portal OLD
  669. Find Prep OLD
  670. _    Any Field`
  671. All Packages
  672. 29556
  673. 29557
  674. 29558
  675. 29559
  676. 29560
  677. 29561
  678. 29562
  679. 29563
  680. 29564
  681. 29565
  682. 29566
  683. 29567
  684. 29568
  685. 29569
  686. 29570
  687. 29571
  688. 29572
  689. 29573
  690. 29574
  691. 29575
  692. 29576
  693. 29577
  694. 29578
  695. 29579
  696. 29580
  697. 29581
  698. 29582
  699. 29583
  700. 29584
  701. 29585
  702. 29586
  703. 29587
  704. 29588
  705. 29589
  706. 29590
  707. 29591
  708. 29592
  709. 29593
  710. 29594
  711. 29595
  712. 29596
  713. 29597
  714. 29598
  715. 29599
  716. 29600
  717. 29601
  718. 29602
  719. 29603
  720. 29604
  721. 29605
  722. 29606
  723. 29607
  724. 29608
  725. 29609
  726. 29610
  727. 29611
  728. 29612
  729. 29613
  730. 29614
  731. 29615
  732. 29616
  733. 29617
  734. 29618
  735. 29619
  736. 29620
  737. 29621
  738. 29622
  739. 29623
  740. 29624
  741. 29625
  742. 29626
  743. 29627
  744. 29628
  745. 29629
  746. 29630
  747. 29631
  748. 29632
  749. 29633
  750. 29634
  751. 29635
  752. 29636
  753. 29637
  754. oqtutwS6
  755. ingVfp;
  756. mtiEi]B
  757. {M{nH
  758. nro`v6Z
  759. nrruq'
  760. nrquj 
  761. nrvxj11*i
  762. ncSitmc-n
  763. peEFQ`h0Gj>Y
  764. xON\mu5MqA`
  765. lpoid
  766. yrrq0b
  767. glnnopn:m
  768. ies (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  769. Requires: Any  Mac 68030 or later or any PowerPC, System 7.0 or later.
  770. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution wil
  771. .RPTH
  772. FPTHA.Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  773. FaliA
  774. Current
  775. CD_Catalog.FP3
  776. FMP3FMP3
  777. Joint Solns Apple 10/99
  778. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  779. MSPCA
  780. NAMEA
  781. CD_Catalog.FP3
  782. RPTHA
  783. CD_Catalog.FP3
  784. alisA
  785. Current
  786. CD_Catalog.FP3
  787. FMP3FMP3
  788. Joint Solns Apple 10/99
  789. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  790. .RPTH
  791. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  792. LZUHH:6C>+3=IH9Ht
  793. )JRA35IDAg[>'Nam
  794. x+1VL?+3=9.?CE<ERA|
  795. W)DF@*Gv
  796. Z+DRj
  797. sA?eS
  798. mtiEi]B
  799. {M{nH
  800. nro`v6Z
  801. nrruq'
  802. GQ{\kB{
  803. X[Z>YVSF
  804. rF=yiKSXV\_P09EISbe
  805. N[|qUo
  806. aL?zmQLJ[
  807. g#2>CO
  808. qr}tgdGFy
  809. ralaI#L
  810. Z&F@<,0@R
  811. }aTx[_
  812. eG4 ?SyoKa
  813. ~IKZrdq0,I
  814. @>WKIcZJBDLl
  815. uH)0R4#1k
  816. Z7DxHC
  817. i1:`GX4q
  818. BCD/D=74
  819. 3pqbt\n
  820. _>9I?<?DLPQE*.>FKQV
  821. m:l=/b
  822. BPpfM[qXE7g[D@<Lk
  823. T'9>v{-
  824. .9/8Zne]G{
  825. H5|jo|
  826. {w}Yd
  827. zH1"h
  828. nqynb^@?p
  829. \XgU4
  830. #,#AIQRXKReiWXGE5R
  831. !FOKMXR;'""1A65;/2D57(E;-DHFN7FGL]UIIJDTC
  832. kB<\\QpugKBHVbuaT
  833. &J_B*$  
  834.  /SEJH7.+*
  835. %5..9'
  836. 0/1@ RbA9(
  837. 100+86Ij
  838. GOhG/{
  839. *,-7-%<JKMUC>87<*,52.,4:A
  840. ]);;+$Sly{{z
  841. zat[Q_])$T
  842. m?:VM>fp^mo]UrcF0
  843. t$Pok
  844. }[0BP43)8Uc
  845. M?ONvE
  846. zF.Gv=3
  847. [3I@6iG#\
  848. V22:KH:=f[6#4@AQ}
  849. )XC5f
  850. ro\fZP~
  851. KFvjmeKH5PWPOP
  852. lKHDL2\
  853. &.6?_XWY
  854. RIE# '>
  855. $78QLD[YbRE::K^D
  856. 5GXQFX@
  857. &J^d[YH4'.#
  858. ';133:=405=\MGH><54BXIGWN<R;DZC%# 
  859. "))%((
  860. jBBggPkwm
  861. v^WTT@
  862. !! ")1K5
  863. ,CA,./&'
  864. %#(7+&&1/.
  865. %01<1#%LXUXL?0u
  866. (/-0:<1:CQRCQK<<*37782'.::QmG'0
  867. HQQSE.(?G=3CPGBQt
  868. 'IDI5&>R=2Lh=2
  869. K[.F^B5.&8) 3<A=b~L,ANH(}
  870. 62FC*KQtrm~
  871. 9<:Me^LReYBY{jW
  872. psm`4X
  873. e2VLK94G^
  874. bSuce
  875. iN:%JW~tQm
  876. hYtbl
  877. |kdom
  878. [7A[</
  879. )*(0?FZOO=72NK1
  880. VgjfR;5_
  881. b/        !/%6D_ZM[T2#%/*
  882. .?.5A<<0MOCFBFC4=DGPE=N?RQDKgW$
  883. qdBcXJA;>^
  884. {UB^_.~
  885. %+"%')$#1<)
  886. !/6*793'&'*,!*RP4#&/,
  887. 3JIGO5T
  888.  45?A85@RPI7DC4837BF4%3E0/E?1,<.79UZ@C89NRB0=GHOh
  889. */>?4*&4eR
  890. nHWa7,8DL92/&+9.EXe[O'@F
  891. e5(M*]Kc
  892. u)SNIN/YjctkF3=Hb
  893. l_4Xi^f
  894. XWA:?S
  895. :5>3DB8\
  896. B+?<q(
  897. %<I\^P_E
  898. f/@B/)Yn}
  899. m@TeE=1Gm|
  900. fF`SO
  901. dfbUaX@Fni=.BFEW
  902. vYQAhdX\`
  903. xWZV[>z
  904. 5 1>L]
  905. hOM2-4J
  906. 2,2,>;2R
  907. +?<r-
  908. *79FMAJ:!
  909. wJW-*LSIA2J@RkS04RgB;AO-k
  910. vq=0*Ggh
  911. @K^hb7^
  912. G%*Yfv{
  913. RdW$KGr
  914. 3,GR@-Gvet
  915. %duvm^D8m
  916. J2(PVb;(?~
  917. ^jZcXDMc
  918. vPwuC
  919. U5Ea_tOMWq
  920. xev`Lv
  921. nODkd
  922. X>S^F@=_vV>+BLJ
  923. p[mogjgj_
  924. `ydqtTQ
  925. }woho
  926. N6UdfQv
  927. /&?H7)Ai[k
  928. #CIGE;% ;LG0
  929. A+$MJL1$=~
  930. R4apkxraif'/q
  931. xYCG>:?;1Bu
  932. pK=UQ*fw&`lVsqdC
  933. #1IJ\76BlneU_L:_
  934. ?k^Zh
  935. E6|ZG<a
  936. vWA0RH83q
  937. =    >^f
  938. 3>994UaF3 4=F
  939. "LD0x
  940. ]Q[]WVV^R
  941. qNdQahI6}l<
  942. *8:Li
  943. uic`WY
  944. ?'7EJ?b
  945. ~=MV>6?AWgj.$PB
  946. ~~jL_
  947. ^NcaXow`Scx
  948. Iw?_t_v
  949. zy9$8b_y
  950. rGCRS]aX
  951. Voz)6P2EK7
  952. E0"SI:4<
  953. JQ1!7;(+(
  954. "HN>!
  955. g..09A*2DU[F@y{fk
  956. neb4/|
  957. \XEP=)Cpe]jjiB^rX-cv&`
  958. #4]HHJedzurD 4WQfHH
  959. tjo'3
  960. xE)K]0"o
  961. cINC9bV$l
  962. G%Zbdnss
  963. 7F2)78G
  964. JI'%D4y
  965. /DA:msvkn]?Oy
  966. UCURI_ePEOcu=5PdTg}f=YpKB 
  967. &EJidu|
  968. C[RWtwlrTk
  969. mB>OQTYO
  970. DRAVUIGDFHV+
  971. &YbG?)
  972. !@OAGROU<.,0.-(
  973. ";B<AO@'BH/:9H=NMPCI[E@9P^WC^a3!"
  974. bT<qS'H
  975. &#?/-%
  976. !$#0-2B=()-*$
  977. !)(+7'j
  978. 6B-$Bp
  979. }57A:-=AL+
  980. NpE& ##&!
  981. .H4IFX
  982. ,>U6:CALLK0.0/DJ770$!6<5+"%;21,S7XYA?@(9TY9"E3Pf
  983. Wz`%=6.-8<"
  984. }ciosu
  985. C%HZQ8J5E
  986. w`MN4/5NM0Y
  987. qMNnr
  988. <.dC+)I
  989. AP02[
  990. wG20:11:B8GQ:8,
  991. ~<D@UpqsX:V{^8
  992. *)<BY_@@^_xo=9TNQwq_4[qkW97@HheV}}H^
  993. RHrsbj
  994. :m`Z2&n
  995. |WM@'
  996. ;PRXC89359 !%R
  997. 0718YG>ZUHF8
  998. "sS",:JXYN1!Aa
  999. OPTJCH6..*.* 
  1000. -3CEFK5HRhiWIEEVeVK5N\^GVPHaO@YR&" 
  1001. oSI>re'@
  1002. 2"5<,
  1003. %""0#(FEKB%#"$%$#
  1004. +ON-O
  1005. 7F27:8]
  1006. JIFB9D;9902./")57SD-/..+&
  1007. #>HE5
  1008. U0?GQHDNJCRN;+0?F=;, %/1-10"280)-aW7YL:<E9RaV8-
  1009. dyR&=>98"Jo7
  1010. 5CA6GGfxUH70ML5VtW0y
  1011. e*mst
  1012. 4ATjK3
  1013. e`caywr
  1014. @B_EWY>
  1015. P:)_R@9B
  1016. Q1aJP,,t{PJ0
  1017. e663EU53N\dUN
  1018. xSyL0c
  1019. U<Pie
  1020. [=e|I3
  1021. pZdYM
  1022. {P.(Q
  1023. .?YV9"#,-.%
  1024. 7A547CGNdIX
  1025. psn[_mVINTdaSa>HoEAus9-#
  1026. '6EA'w
  1027. cXkrV@CdcU;h
  1028. 5'04-!!# !&+Anwf>
  1029. %%#(*%39=;+wk
  1030. 8EHI<E8*=K6::>H=8K;B4)!"*6J_F.005+
  1031. (:J4~
  1032. C46+(+[
  1033. aAOP;;AMG9GXP/9JJFEH0$<4#0.585(/6Vq7G9.7O<EqpaO(9?e
  1034. NgA'2-*TX.MpL
  1035. zH5cedQe
  1036. b\e5(>?@w|jcbO<AI;2Xk^J>
  1037. r]MBPEm
  1038. }@3RA6Vwt
  1039. j*BiD
  1040. h,3FZ`gS+
  1041. 9-:'E{O(2nmzr
  1042. P3`cMjHO
  1043. z[_HBNeeEs
  1044. ZhC=u
  1045. b0JOACLChuR=2&
  1046. 60HMeoOOnw
  1047. EB_[`
  1048. >ifd;>
  1049. @^nr[WYPHB3=9c
  1050. u:,H90Pnk
  1051. G9$3<NTTC(
  1052. /QI!I
  1053. iUwe-
  1054. 0&4!>vE
  1055. ,f^`ey
  1056. {l}F3wl?OKTM#
  1057. y9#(0DYOB3$
  1058. yRB3^U#
  1059. X!1aH6/N
  1060. iD({r8*"kw7TreWYd
  1061. nL_UCEUV;*+`e&
  1062. vhurUtorpO8z
  1063. kXR`eGKW
  1064. k78Ov^ER
  1065. }:BoVS
  1066. /1<D<OCLv
  1067. z^.IFv
  1068. UyaejbYy
  1069. i`?9Qaw
  1070. I}TVp
  1071. {^@/r
  1072. ")55/&
  1073. yU>7*QI
  1074. +XA2*I
  1075. eA#xp8.+"5>:HRIDON\^>
  1076. (LL0y
  1077. fCXQ;>WV5&%Y[!
  1078. @2XZA\SKJ6'\\Sju
  1079. X@>Q^R39B{
  1080. ]'-9cJ%5n
  1081. Y%4X<@v
  1082. E;CQG5
  1083. J;*(86/=27VZUP/A
  1084. ?Vj0:I__WNmuDZ
  1085. [K3.FSeuriV
  1086. {?=IJ^twdQGa
  1087. P_]JEdWFMw
  1088. }`B/m
  1089. %*<RD<1#
  1090. )?/XeG3,+
  1091. #KC7C;+(
  1092. QZ$;WCBMSv
  1093. zVRred
  1094. m0[zolA"
  1095. q;M5-,<
  1096. `/E?(9@m
  1097. ~L$amLC+
  1098. #9/.PS>0>BC1]qU/
  1099. |-.(JR
  1100. De://$?{I+G|
  1101. bx<79>Am`8S^Gj}Yu
  1102. wIWWM2
  1103. 6E^uibtiNNL6ICLz
  1104. |O9F<Zr!2
  1105. X/VMD54txMF-
  1106. U*B7"-*../,.?GVT>
  1107. $>\656Kl>9U~
  1108. Eaj2,P
  1109. VTbSNs
  1110. H:yzjNN3Ob]
  1111. o/[yoi=$1i
  1112. >XKDQD&>%
  1113.  :;, 
  1114. /><):<E<l
  1115. wG 6l=
  1116. -I7&$
  1117. %7>:AKGI@``Vjy
  1118. ZJemq_miWmVFMWlKHz
  1119. !9@=92[
  1120. WfYN6A<J}
  1121. ++3**#"
  1122. $&29/>PC*!! 
  1123.  %()0!
  1124. 50HI2BT=)1&/*4P>:?1=E'
  1125. &-<6+BS3."
  1126. $3J>=40;EUYV>FL;=8GQMLOKQH>OD/<2 ,&1:>;1#0vV3(3+))'8GN=JC1RsUb,/H#
  1127. :dWMiu
  1128. C$SsF)^
  1129. ;%9amHAiKKeK739Ol[dQ+Q
  1130. ^@7\ap
  1131. j.9[P
  1132. {RICF()6@79;311:>E
  1133. 81J[:
  1134. tjeA1: OlM6:>RWhy{z
  1135. VB`jk|
  1136. pYU]}
  1137. $KWMZ
  1138. 8{+#/017UM<=QXy
  1139. #"(+ 
  1140. ;S6-AZUUbpX`
  1141. rMQlu
  1142. _]fbbKao
  1143. "5BGD9A
  1144. mF/+C>Eee
  1145. $175%$
  1146. *561"
  1147. -/<;<5F5"-'&%7M76>6(=<"
  1148. *(:@@LUIF\Z\WV`K<8
  1149. XRGH;BH>79=5-133-3993!
  1150. Wz<54,%6@98:1GWEI`
  1151. 3srJj
  1152. 8-LVYATQI+IPO
  1153. kM~[<H 1G^6*<A?I>DSEMkzpT<-<j*
  1154. {m_BNldcKV`\mctpi
  1155. LV@;6C
  1156. e4LH+<Eu
  1157. Q%eqND+#rn2LeY5DKP:~
  1158. E 6qA.v
  1159. eaYYzo7*?s
  1160. 0/+Wg
  1161. Ce@55.J
  1162. `zWLQ
  1163. \mne?GWo}no
  1164. pQY_HYQb
  1165. aHUHu
  1166. s=leXJD|
  1167. U$&3:8;15WnkeM2YzgyBR
  1168. .:F@8/
  1169. -5AHCIx_^
  1170. /4;2#
  1171. &$&')44(
  1172. !<]Y@
  1173. 23>?3G5)D<E=71G@>D?GU[9
  1174. )'"6TZlQCRMfdPS\E5HAAC<PG4>3@3-@GD@/  
  1175. 8=,yd-0JLCB;:FK?PE*Dk&
  1176. +B@INd
  1177. y{d1FO58YG)4=<)
  1178. B;$+.%Ob_dKYixWSbW=,*5?J]`U=ZjPhvq
  1179. yPQN<V_NQyJx
  1180. LH:;0!h
  1181. =@93OUq`63]l>HK_
  1182. 6/519BSODEZ]
  1183. j^!=b^rzZ&Lg<L
  1184. E!BM5/Nf:3-a
  1185. oqTC96Vmt^3Kj
  1186. :J}n*?
  1187. 22?NCFJA>DC`fJFl
  1188. s~U<G$PrbBAMhe
  1189. ycLGPgu
  1190. k=>31'
  1191. 8;50JPl\40Yi=HQ
  1192. 15/16CF;>IG^j5
  1193. 3?)M|w
  1194. <B,+Of5-%Ow8'A
  1195. v@"&JgeF>E]^t
  1196. lKR=g
  1197. LuabG9,)F]^I%<b{n5
  1198. xF>K9YD+&H
  1199. A`IP[?@GN`mV
  1200. 71mX5)*F
  1201. 6Ra`aNrXa
  1202. dV59y
  1203. pR=0GFcVKk
  1204. d39LQhYB"|
  1205. =gzF=4C
  1206. _';BCSNA==LOgj5Pz:+,Ff
  1207. VO@Wkn
  1208. lO_Zagj
  1209. }P;bZz
  1210. cL:98533+:V{`-
  1211. \5@8.9Mi
  1212. rA8D5UA)%D}5$'\
  1213. ;LDNN+2JCIXGfw:
  1214. #&!)g
  1215. Fq-3nM0'%C
  1216. *FPAA?X?V
  1217. _(MuTG&-d%
  1218. fA1,3,I@3J^O+.A2=B5
  1219. -Pb8+(>+8fZ9
  1220. !"n}n
  1221. 099B?0,2B?G
  1222. W*/J.');Z
  1223. nbu^Jk
  1224. LF9KYVs
  1225. \FYPNXYk
  1226. jQ?W`SLG2Gq
  1227. GAHkW-#7!
  1228.     *VOL
  1229. 3>;?A8AEBQ`Pk
  1230. (;69C810CGFiqZK_NFXOci^ks[awpq{h]Oarm]=)$
  1231. =#=j}
  1232. v)8`IFPM@GT1
  1233. A{\&    +[
  1234. K"=@?7
  1235. YWLY?; .c
  1236. IkP<-@=4BXSUHO
  1237. CC01O
  1238. c!9QuZLRv
  1239. %=@K3,0Fn
  1240. X.(\]4Nag=DMW~
  1241. uNCE*;F-GCKnvU'
  1242. <QG)0710
  1243. #+980&
  1244.     ;TMf}
  1245. k1"8^o
  1246. 8EZSj
  1247. #BYZMQ)
  1248. E_7<'
  1249. 4WT[&5`H=,>>;FQNXQP
  1250. *TXG>NR9.9I6LK+
  1251. '4V}lh_r
  1252. "!$  <5/.V
  1253. .=K:4=IOb
  1254. !)2@8
  1255. &#!!',+(6H7
  1256. 8:OXNNKD97K^Y89LF?A3DYQ5
  1257. .0&(_
  1258. &79G|r^faOLYNTOIEFCIFMVaO:?/?5);>><0#
  1259. %0MZ.K
  1260. P6TP4; "BEDU1&95
  1261. Dq_MSC=>F670B`~
  1262. *<PMA,
  1263. +1OCSaemqcHCFv
  1264. rLT*m\FWam|hRn
  1265. /_thlO_
  1266. eEdtaTL6Nt
  1267. }@DC=
  1268. LH\E'8'
  1269. vzUjmw
  1270. !;g}~un|
  1271. hc1&S
  1272. i&0,KL=WO5R{
  1273. <fX=UF<6B!    
  1274. o_dWME50""
  1275. .nn<]7[kb<%QaKAG;-=Wr
  1276. 7B:<;FRRWDSM<+
  1277. #1<10)
  1278. 0ouv_u
  1279. k>/,0%
  1280. (6A@)
  1281. E+EK4?L?_
  1282. @H1/*  $%
  1283. "$!,8@)
  1284. ;=5BKQB8))<nr>9;9DbM@BFZ:
  1285. FeOknbqqVMKQjWF`OS[KQVW[L6+8A8.4?D3 !25A@7$]eT?1
  1286. &=@?N-
  1287. Z2AFZNOY
  1288. DIjZL>DG,W{BOW2
  1289. Cde:Rdt
  1290. xSS_*m\Rich
  1291. *M\z_H}7+p
  1292. <Rug{
  1293. a+FIF=
  1294. \YQ]C= /d
  1295. pY6RGCKeeaWl
  1296. DQUii=
  1297. 8!HH:;V
  1298. 4KRT=;<b
  1299. iKU<LdG[Wd
  1300. W3BB@="
  1301. 0>asN363
  1302. |_^.!.>PNB+
  1303. packages@
  1304. chest@
  1305. developers@
  1306. automation@
  1307. detectors@
  1308. grayscale@
  1309. parser@
  1310. additionalp
  1311. additions@
  1312. advanced@
  1313. among@
  1314. another@
  1315. appletalk@
  1316. audience@
  1317. blueprint@
  1318. both@
  1319. categories@
  1320. color@
  1321. common@
  1322. confessions@
  1323. content@
  1324. cross-platform@
  1325. december@
  1326. developer@
  1327. disc@
  1328. drag@
  1329. edit@
  1330. ethertalk@
  1331. family@
  1332. folder@
  1333. free@
  1334. guide-intelligent@
  1335. http@
  1336. interchange@
  1337. language@
  1338. laterapple@
  1339. listed@
  1340. many@
  1341. memory@
  1342. much@
  1343. apple
  1344. guide
  1345. intended
  1346. those
  1347. developers
  1348. offers@
  1349. outlines@
  1350. outperform@
  1351. person@
  1352. plan@
  1353. products@
  1354. programs@
  1355. quarter@
  1356. recordj
  1357. FaliA
  1358. VDEFA
  1359. VDEFA
  1360. :%;:z
  1361. z6=7.;GaQ9EI6HM7?QFFcXO`\T;
  1362. \\sfGeZUfYKIQ^a^TI=CALC5AAF>*.9=)
  1363. *0)12?829VJ>IJLZG
  1364. 9R+cx1
  1365. a1ShKOVI.DaJ<3?N9
  1366. 69 +F
  1367. "PnYEcai_?l
  1368. eQDky*
  1369. jcijoyaQpme
  1370. /^|FtH
  1371. }H;7qdBbfLi
  1372. zac<%+De
  1373. {x}W=)O
  1374. |td+LiTK[F/=^
  1375. BTK=*+y
  1376. #0JC6*
  1377. u^VAS
  1378. .@<<JFY
  1379. uWK@7?Sb?=Dojf[CS
  1380. Bcf-U
  1381. `r~R6H,
  1382. +ADDG)
  1383. F[^3$Mq
  1384. d422\O:94)/K\C
  1385. {vqwS;(N
  1386. 4)ilZ>#6LB>U@'8Lkpz]
  1387. TfYL44
  1388. (@B0'
  1389. K<}lKD=H|b9s
  1390. *29::G`{
  1391. B<.C|
  1392. HB3%+>L,&.YVUG1-y
  1393. 3IM!?
  1394. jpk\>_
  1395. kC7CdKNr
  1396. WT]s\Si
  1397. 0>]am
  1398. amfPnq^
  1399. hOELVp>=YX[eefHd
  1400. hgQML;:?4
  1401. ?Y&Sm2&y
  1402. __v^I[T-.N
  1403. {rtss
  1404. m9fL?VXHFL<1.DVW!E
  1405. zD-<8>
  1406. niW4Z
  1407. S?YP;A2./5Kaf
  1408. ;ELF<+ASF(
  1409. i@/>Z>?g
  1410. IKSlWO
  1411. $+:EMh
  1412. 4<J/sgH[S<V`M
  1413. >=<D^*$@BNUPN=Bu
  1414. ;QtKc
  1415. BG}_    
  1416. ULFF@0)/&
  1417. 1Q+BW, v
  1418. x~|k{s
  1419. QThN<NM0(2_shg^\Z`v
  1420. 1Sxen>
  1421. JM36FNJURITOp
  1422. )UY?S[R>
  1423. 5XfA2RLzo
  1424. a<NVTE:83E^\
  1425. ,XV23?73BCS\?
  1426. )LXiaO8Uya'
  1427. yL4Yj."3
  1428. +&(($
  1429. N$/HV\gx}
  1430. $"02"CJ-('-)'"$ $2E
  1431. _DESCRIPTION
  1432. )    _HELPTEXT
  1433.     _KEYWORDS
  1434. _NAME
  1435. _PORTALCLICK
  1436. _PORTALFILTER
  1437. _PORTALFILTERFIND
  1438. _PORTALSELECTION
  1439. _PORTALSELECTIONMATCH
  1440.     _RECEIVED
  1441. _REQUIREMENTS
  1442. _SEARCH
  1443. _SEARCHFIELD
  1444. _SEARCHPACKAGE
  1445. _SHOWPATHFLAG
  1446. _UPDATED
  1447. MusF4EWD=HMHXH?TM#cx*
  1448. [H10A
  1449. zoqiw
  1450. vTY\@0)6=9/?z
  1451. .BKLZ
  1452. _(8V>u|FUL*$?p^yxYyB>H:Z5.RBLLUA2
  1453. }40.jz
  1454. ^L?GF
  1455. m6L{~
  1456. y{uaPsufZOI-HFBwwM>3:N=30CYu_&
  1457. Rn\D@C=>GKRDVls
  1458. <\L]I@TD(*
  1459. sOaDIPFA;COc
  1460. D    6\f
  1461. C5OP7;ZYP2>
  1462.  '>G2+9181>^F
  1463. 0ebT?
  1464. 'boqk
  1465. xJCRZ9#.4
  1466. -!#,03"
  1467. cAMcv|xy
  1468. " !$0&DF4,#0**!
  1469.  "/-)
  1470. Z<QHAFK:1?U8)/@>[bTIDLeN:.//91
  1471. ZTkp<X^]n\STMYiYTMIZXVD-DJ?E;'" "!"'&*5D6005CW{u~
  1472. /]N@;;LD/AME:9=QB*&
  1473. e91;RF@=Rw
  1474. )RptsT[DNdYa[Bpm*kvM^
  1475. y]TqqSk_P
  1476. %L3qd
  1477. WHlhX_\Qkc
  1478. U4B?G
  1479. sm\6]
  1480. q@aaLE?75HTw
  1481. 'GaFQ}^R[=
  1482. RTYJXC;D:,:E67LpYn_<
  1483. &LU]WMRcL%
  1484. )SxfP]]dYI<
  1485. ~aI:24D>WVedQAz
  1486. )3$&15<5.FC]K
  1487. ?m@'09=F@)
  1488. }O?XaE7;12
  1489. <7(+82$
  1490. !!")).-+&()
  1491. "13+.IKP\;CS8*@0IG4(A@B]LMG0<2.6>=2'
  1492. OgdeXXeYJKhg\qfTUTO[ibo_IVB@E/;5/
  1493. #%% &0:/.A&$;L[ztas_A
  1494. bA #DKK1*mmC6DG:@\L7=GKUA0<8/4;-
  1495. y6QJ5JwkVTM2T
  1496. }UH?lmNJ^ILD*KeAQuQU
  1497. WTTNz
  1498. V|#1[Yo
  1499. `AV]MQV]cz
  1500. nP8:F
  1501. TXhR38JPK-R
  1502. h:0Nhjhy
  1503. am[67Q
  1504. oUU^MnLElNTerNN
  1505. zcWg`U[VLaP%R
  1506. vf\V5F=d
  1507. gR6E~eNFQu
  1508. ycKJTfh|u]YRujMIIoqd]<LWKI83<</ .'),'%-2.;?B7;8#.($#
  1509. EP9/CEKkcYZF;H<642'8E4:
  1510. a>LZ`ZR
  1511. EcjUSWjgmTIP[R*jkVS<G}
  1512. yRpmi}Cy
  1513. f`DHUK:PaSR\
  1514. gcO=>[BNTojUA
  1515. !-czV\{
  1516. V06GEOG%
  1517. JVV|eVC
  1518. e/79:7J|sgZcj}
  1519. G/brG:v
  1520. TQb`TiaX0d
  1521. |ijW;
  1522. r}a1T
  1523. GfsQD9BK>.:NJ@FI.D;,
  1524. jSWW?/F=C<RL<,o
  1525. A*(/?=@;#
  1526. !5MH"(
  1527. @KJjRG=a
  1528. fSOC>CAM5HG"U
  1529. N',,-(;k`WFO
  1530. U_u7"GT8/\`<4
  1531. xkhK(Q
  1532. {QF`gr
  1533. vW:7HD=MGD
  1534. 'awdbN
  1535. f\^L5
  1536. k1.:<H\WU;12AgOGUbO@&Bo^^
  1537. Z:@QW
  1538. ;I%%846ay
  1539. N?8*+#.@U
  1540. kZXbWDN
  1541. Njzqau
  1542. Zye-LO\WHB;?0'9O54YF$E,]}' W
  1543. 9-*AKON7.MfkS]PNCq
  1544. @?6GHO[YY[:
  1545. .MO1b
  1546. uYucOQMRS>Be
  1547. S%&/0:RNJ4(&4
  1548. N<8EN=0
  1549. 7]J4|
  1550. n`wF(0?Av
  1551. hQhtk
  1552. _9.Guvv~
  1553. :-0" 
  1554. qZHKRF=1\W'V
  1555. aFV\YSe
  1556. D(;qS
  1557. |Yrt_<
  1558. /1zx|
  1559. ,=CNUWN=48.=UC.X\Yu@r
  1560. ?ik`\JYfW46[Hw_Weld_KR:Q,
  1561. cD- 14@JD_
  1562. ^^haS
  1563. 1+38%!0:@8?<F
  1564. oF EFI][m~P-+Z
  1565. rEVMOG8>FBB
  1566. 71/<9'>^:
  1567. #  -9
  1568. #&!4YM'4H<0B>2>VR\gORVJ520GA"$*160,%
  1569. ~fP9X
  1570. #/)E\N=8DC:MsX(
  1571. K[xMGM
  1572. ?DCm`S[t
  1573. jO~}ToTO3'Au
  1574. lB$5KE<82%
  1575. 7^++8!'>
  1576. hD\J9IKE08y
  1577. qVEZ~yfPG>%Bi
  1578. "&=KM.`
  1579. xN73?ps}tUv
  1580. [)!06+
  1581. ,AA>7<v
  1582. zYoy|jC6AJGE5_g'C
  1583. aSREGII
  1584. O11Kt5
  1585. wpzqz
  1586. >SqsZv
  1587. c(J?/ETYQ\T0JOM>[fl
  1588. AljU^ZUNE0";H?HJT}
  1589. :F<6g
  1590. _I`MHJ;&)*-2?GQU,.h9 5K649=C`
  1591. xB&6nN
  1592. AbU@41<Q5,
  1593. A>8"(Dmif3
  1594. !%%*&+#)P
  1595. -F@7/&9\N6@OGIDIEPWL)$-49)&$)48+
  1596. #$!)6 #9
  1597. ypu^F_tcSKL^mkgZS[C?CDL:,/5$!!)0,*#2=?:LE&
  1598. /[LCW
  1599. 02581AD>G?:G\ZEJ.)/1/@51;1
  1600. _NR>TeI\WaSk
  1601. SdZ|f^tul_ns}*rZm
  1602. >gptuhVLU=2IQB=v
  1603. pF5KPQT62k
  1604. L1Toq
  1605. _3Yefkn
  1606. iPfK7LSO\uof_6D[hwXl~O
  1607. $?eTDiqSJ>)7 <W6:qz
  1608. PjBNHGh
  1609. lLK#-5200:Wb:j\
  1610. )//,JN86DYx
  1611. 9[jTEQ:';JA,5
  1612. VO05w
  1613. q`sj'
  1614.  ;:3'$ 4+")/886d
  1615. -4:QaVA2$
  1616. -RM<O
  1617. #"!&'-#)(1>*)OXUSWK[BVNGXEJF<6>EO_:"0.'
  1618. (4/*),)/
  1619. xsY|v^QPiQ=J^]gdls^Ia_FKQI1%5<*"
  1620. %585;B-5> 
  1621. +<.-@BFPAG=`UDD)2<2*;1)$R
  1622. cI?ME;PYYDiNxr
  1623. 0_TWt}
  1624. rt*QV|zpU\z
  1625. c, :^v
  1626. \$KSR]ktdiY8XaNE}
  1627. kFTpklmx
  1628. c7XU<7S
  1629. U<dwP>LMKk
  1630. @&8rT"
  1631. S.D]RIA7$
  1632. Au60= 9q
  1633. tRqaBX\Z?G
  1634. "+3Jar>v
  1635. f/"8B1
  1636. -KMHCB
  1637. }M?PZWP>
  1638. lgMO]Q
  1639. 35@LNF@HD,:YF1]`CT9-
  1640. ^@Ojcggs
  1641. =GA[N5/F
  1642. !#(':Q[ZUA:JU]3145;*
  1643. zS@>_O0<TYLq]_
  1644. 1>K6IRs
  1645. mbCPqs9
  1646. iTgX<qfclwv~r9W
  1647. |IJE{
  1648. [|X_H"C
  1649. v)878;MRE>Oe
  1650. jR6^}HE6
  1651. 28>]mZD6*%KipG^
  1652. q_?FTTVfXIK
  1653. )PwX_zn
  1654. r\SZ71je
  1655. krf`_J=MRY1d
  1656. Y=N<9O
  1657. RwWyr
  1658. h1/>ez
  1659. M.LI0QDBNXQHG'Abac=?M3wj%`
  1660. mBG>qyKU
  1661. 2VNXE
  1662. UCYgt^3
  1663. q>1$97,/>I86DNW^5
  1664. ~paJ-Wl760
  1665. ',-:H
  1666. G;5* :Yp?4q
  1667. |[N+6D@AMI54u
  1668. |^meE%
  1669. 6cHEZPneZy
  1670. l>1gp[[\e
  1671. {cPHM1*hZ
  1672. )RL6n
  1673. t_gXST?3@GM)@sA)G
  1674. i?1B1':tx/6*[\
  1675. ^..9Zl
  1676. q/A\F*
  1677. KwT?UTv}A
  1678. xPdd>Zv
  1679. h}YCSab
  1680. !8QMO
  1681. zGANYBV
  1682. w@FkH/@b
  1683. npy;EDG49UAC^nad7Mwp
  1684. ]11'Jb@S
  1685. +2!0m
  1686. sZXYbmFH
  1687. k;$(AELO98HHEQE^j4
  1688. VdzJ=S{
  1689. c4^]K8^
  1690. oYPjfaTQ6A9Z~j_J3
  1691.  ;LPN90
  1692. =KNO>\`h_x
  1693. s7T=JE3.CPAT3@x{x}
  1694. x]*&:2$
  1695. ;\D5HB[_1r
  1696. qhBQU4MikWlQ?DOVl2$
  1697. 2IDBp
  1698. g<8DO=Kl6^g6+c
  1699. L4BR;!(Kze?-Kt+7@;
  1700. \qQI@B_WQl
  1701. %<bVVX\]O9%
  1702. )H%9riNjsb
  1703. }z}6>g
  1704. [3M5 55(1AIE`0
  1705. 68;;BMMAN\O_
  1706. TsHIRB8844Ip
  1707. \A]bX8
  1708.  1gf,
  1709. (0./C?7H}
  1710. $,,-'
  1711. [Qh{xc9]^9V
  1712. '2%  %10
  1713. "&&+<CCIP<WAV^PYNAPI2*6[j7
  1714. ,2$*+'*
  1715. 6[,+i
  1716. l}tPPXpIIULWl^]lk]^Y:<<52*1-),
  1717.  (!%$
  1718. (,()) A\/$DY\_a`5
  1719. I<X}g;Z
  1720. H"CHaQ8>
  1721. "@=) /
  1722. )>HENL9Gnh%$1^z=*$:<FjVS
  1723. 5^IBQ[I__d
  1724. y8/Ipi
  1725. b/(LcY,&X
  1726.  SfFJVm
  1727. tLXRH@PRDJk`jF-0
  1728. e2LLMUE3;Rz{F8v<
  1729. ']jqk
  1730. VxbG=RffH0dx
  1731. p4lAj
  1732. .;M`MP\Y;!"!
  1733. /';mH;4Upb=
  1734. h2iX8QSHF?141/308R:
  1735. >J@5933JDH]`J
  1736. KOEeOJQ/5P^g
  1737. i`_E;C:,
  1738. #"7MC))%
  1739. 5E-4,
  1740. 4u`?:Z
  1741. AYnN?GFJ
  1742. 98$" 
  1743. :J0)9UV357<;>P``420,.58<?%
  1744. )+ ":/*
  1745. tyqH`eSIPT`updUIMY`L;82),<<-+6(
  1746. #'44%
  1747. ,QrndlrICG
  1748. ,/#*6HYJBGA98.326-$=UH
  1749. Z5V`SdbI?BTtxY
  1750. |dZ\hafV*Z
  1751. sXJij:!
  1752. _PAQnlp
  1753. i59*PgEX
  1754. ^:&<<!)p
  1755. tv9 OHHWNMKM]nXv
  1756. m>qjPCx
  1757. zfhGQIh
  1758. jBt|qt
  1759. Km[_QBHc^NrHQ
  1760. OTC''!&P) OejD0Hd
  1761. ?3T7$'X
  1762. cB,"7E4<Y>.j]C&<\EDHF9@Kl
  1763. @O?GWJB>UaC5
  1764. y[RQEHPK)
  1765. !0&/:3
  1766. *&' (E928)
  1767. .?H1M_^t#
  1768. "),"$!
  1769. $52.432*-D9>XX>A72^ZJ2*(2+71(-
  1770. $1& (/& 
  1771. lbo^le=YVYcekukTQQ[F>B?:FAF<:<3&
  1772. z\d]+
  1773. $&+'+57E:#!
  1774. W?ZcQlqwoi\`YT
  1775. M#Oijn
  1776. *}p_`
  1777. h5Aa9MNn
  1778. |:"+3/{
  1779. uG$Tvh?P>:OL\vi`
  1780. )    %h|
  1781. _TlYGu{44M~
  1782. J50LDY
  1783. AwXQfqZwz
  1784. s6-Yui45g
  1785. #\rR[e{
  1786. TifRI]aP^}r
  1787. OeknvaSXi
  1788. dwn:QM9.H]P4/U[s~gi}
  1789. ;%\z.a
  1790. \09U3HHg
  1791. ~xWGMawJj
  1792. LXJ:I7+BKD_XI
  1793. hq{WH^ta_9>L
  1794. p><_]iFE
  1795. rm?:dQSZ`C?W
  1796. x[ttmXV
  1797. [%"0E1!
  1798. Z[R;YW?jG?c^nSMJ,<R
  1799. YXcWeoGt
  1800. omD0@kN@Wn
  1801. wPSctD7\p
  1802. sOeu`
  1803. xuo8AQ>9KWHE&%2f
  1804. >M4[n,V
  1805. b55PRc=?}
  1806. dC=_i[X
  1807. ?}]B)'J=:PW89Fj
  1808. ]SqQME
  1809. cGS_cGJ
  1810. g*.=,
  1811. ?6?3D@1I40HKVC95%1@ogi
  1812. {hm12m
  1813. IJSHP\:_
  1814. h ;n^Z9)7V?4Sk
  1815.     5Mhn@?a]w
  1816. `@AOe<,JVq
  1817. cfI&J
  1818. M2HI>`c]cUl
  1819. M7zQ%`
  1820. [ZbVFIe`X9DHz
  1821. @CXB3E;A-<
  1822. ItZN_iznlcnJIUBX
  1823. ic^AYfd
  1824. /$XHPM@@RX>9Un~
  1825. GTCdt5^~
  1826. r28DiVG^z
  1827. _2@cu
  1828. d[aS@`
  1829. '7eVj_7GR>AB3+-G\bo
  1830. R|M)3T1
  1831. !I]_a6
  1832. Xn@5NQ(:jxcG-67E?2
  1833. f4N}~JEScHOer
  1834. r36M9,:38'-
  1835. bOCQ[i_YOV;?G:Ps
  1836. K-kT"g
  1837. eJGA,@J@nyc?PT2o\L
  1838. K4hsWKLVgjrk}
  1839. .=USSC(
  1840. C20BXhWK"8
  1841. F?>L^]
  1842. |W945-9:,1f
  1843. 7,BF>;>KHfmol6HVTC>7/2Wbt
  1844. ,HE1PAU_OIRw
  1845. v]^_ZeR?JE
  1846. K\D-$%)!
  1847. )8'"' )&*9RP'5+
  1848. YxG@e
  1849. %"$#!
  1850. "$7F?J8(*13
  1851. 3ldHIUWA=3"(-?/%4*
  1852. '2+&"33
  1853. (!!D=!+g
  1854. tkgc^clt_QMSkhPJ_C4?@68A?8<<:/7,
  1855. #% !&%
  1856. h#6__-Hw4
  1857. +%!$+/%%'"(5*
  1858. bJ^c7GV`
  1859. oFYa?
  1860. o:N6~o,[
  1861. V5DR/
  1862. XE))HteV
  1863. up_Ro
  1864. PpxYVWc
  1865. B?]GJlFQ
  1866. #1C0'Dj
  1867. nM^PL
  1868. 17ZbE=GL>G?7+a
  1869. oO,3}f-gnIBHI
  1870. dji\Qoc5fYC
  1871. i UbpiB;
  1872. OQcPXXcbj
  1873. .@ZX;
  1874. ++G@$sqdK?KFE%@
  1875. wl;" u
  1876. vo{cSA7
  1877. +@G@304QXU
  1878. L.6AUX
  1879. Y7ITC7NUQ@@n
  1880. :MSHGIi]Ea
  1881. sXbX2/1.
  1882. ') !" "3O^M-#) "nm 2QRe
  1883. `Ti|T    ,>)
  1884. #($"%
  1885. &8FJ.Q`6*'8+.RRCMMA810/"&),B
  1886. %%!:9
  1887. gZei]weJfkpYTFtQ?ANL;/56731.IG(
  1888. S;GbQ&8IJ
  1889. %)0$/61A. 6;(cart= 9
  1890. QwxXEfe N
  1891. Q;~wgi_Xt
  1892. 7DTu^Mf
  1893. kGMaaz
  1894. }``vvo
  1895. ARhTJG</<Vo
  1896. %o|N>[pDL
  1897. xY>MK[XE
  1898. ZUgtXa|
  1899. ra=3Id
  1900. bB29A:=U_cP9k
  1901. ;WMI>TSe
  1902. kcm\o_[jU-
  1903. 8oY05R?#*9+* 
  1904. #Pu^3($
  1905. &Jj(AtpTFg
  1906. (-*(&/8-"
  1907. 27(I(E{S2/J/+38;97?-.11"
  1908. ,'8;3MJ>RMX
  1909. s0&7%
  1910. |wep_NgwkKbg`cPACONA9;::5,950"
  1911. =\1(j
  1912. #,5$3:?/
  1913. zcjbHE]nRD
  1914. Pbk[qvji
  1915. c<=V\^ZI
  1916. \F=Xs
  1917. z|pz\ED~
  1918. hWo[<8EHN;M
  1919. |KQUe
  1920. aFcQ@
  1921. hNc}G
  1922. wX>>\
  1923. VNoW\
  1924. (:N60Jv
  1925. y[r[^
  1926. ":@gpOJRUHSLG8x
  1927. 4,??SNGCb
  1928. xTD]tg
  1929. ZM7ir6n
  1930. |T00HOXTB
  1931. kS[^zWV
  1932. E-)EWbaW_ciWGV
  1933. ^\eC5,.=79Dm
  1934. l<DIVqvH:[
  1935. T8TD4M@
  1936. mn@2dh]ii
  1937. W0HdVQ%?
  1938. r8'pK[F:d
  1939. y"9R]xyp
  1940. zpw\Us
  1941. w\FI_I8ObfQ:
  1942. UDMox
  1943. v]ciP
  1944. YF/--4HG~
  1945. sns0U
  1946. s (7CSTNJV:16<^
  1947. ym[PN`wLK
  1948. T*yT/$1DHGNKm
  1949. WIm]e
  1950. hB|sE)>SNL":
  1951. ~k4$jITC8c
  1952. )9>SIAQRk
  1953. d`]N9H>69BI='b
  1954. M7>]C>
  1955.  SigbL\
  1956. |lD.Evd<t
  1957. `MSVDqaa
  1958. |K<+('.<;o
  1959. fae,5
  1960. '18DGB?J3+-2Fh
  1961. zQ939sX6JJ?>;P67kXksz
  1962. <gfdp
  1963. k^E1UT[cQ
  1964. |1IE-
  1965. 'ZqkV#
  1966. 7JOZQA9(=]A#G
  1967. WQ\LLN
  1968. L3BIF}
  1969. <.qj2
  1970. C+`wim_A
  1971. _WcD+I]oI71L
  1972. _ /FmE:UiOHJ
  1973. ).<C=,IU*
  1974. 2HEGa
  1975. *75AKLTB'?ZcPVTN=[
  1976. Yum]OP
  1977. 9=@My:
  1978. _L<Fz[GC
  1979. *?Y[r
  1980. zej`FaqE6Y~^B@.<;4y
  1981. ?<JUw
  1982. F;:-5OB0!
  1983. HCK>A>jjE,(9@3LSMr]o
  1984. `?0QOOZW
  1985. !D`?*"/n~I
  1986. $$'5F,
  1987. xU8:4133FWYL;LE/+/)4@S
  1988. wut8JXI7,.6C9Jm~fU`hPl
  1989. <ZIKTIP
  1990. |uts_@MP]ep[*
  1991. '7=8,-<+4L,
  1992. !<^Y6
  1993. !%$5K)$l
  1994. ((',:=649C:"1&/]YL;0*+&
  1995. (4FCMR`WNbRW
  1996. {9+R.
  1997. $#*M/
  1998. ~w~vJQlSW\QmPHK>7<=021,8-*  *.$
  1999. M%,#.'-,
  2000. G#9A( 
  2001. tR:17M~
  2002. sZ0.n
  2003. eFLWb
  2004. p905OG8?O/P
  2005. Yx~{y
  2006. H5N404 
  2007. %+9pkV@::BKfA`
  2008. 1A:3S_j
  2009. pYo+5
  2010. wWYgs
  2011. Z'>a[HAfzzodt
  2012. E&<+;S#4;
  2013. !+;@<MF>IJV_5!1>:
  2014. DA>KZeX^
  2015. r\PI^paZmuX/
  2016. &1 $1/*28E0 ?,,4NH&
  2017. -N-Hq
  2018. !#%CGH7?I.,@' &5JrY
  2019. 49BA7
  2020. $?VD(6
  2021. /A@8WccQkjy~o
  2022. !}/,#/(-.'!D
  2023. xrY>brLGdViZ;6FCA;
  2024. 5477-
  2025. -")CSi
  2026. D']x6,'+IOF6(-9( !
  2027. ,=/;YZ97("46#t
  2028. >#3>MWx
  2029. qjb?J
  2030. wH+R`[e`
  2031. O6`kwP=7R
  2032. d#2LwI<ZnOKM
  2033. GG^I/ET0/Pyn`c
  2034. Z\BWWNWB(U
  2035. uKH3EBN
  2036. l3#@YE()\
  2037. M;@5@dP8$
  2038. oq`^[1(% `c
  2039. 2LME))'*MV]1
  2040. 6Z8K^vvmc[H>B6?g
  2041.  !-234.0/:H/ ! E_P87.^fVP}\/
  2042. YhGOQ
  2043. [(?=*?G7CkyrpUv
  2044. #1*/3
  2045. {milaceam\RW=BUP??AE1$
  2046. $->'0in_a2
  2047. 4MTE)
  2048. {BY9!)F4'!?=I
  2049. 9E@2Ri^
  2050. *n{ry
  2051. sSJ/$1uK
  2052. k!3W_NJw
  2053. XMOK^
  2054. AHU&6tt=83MPC<@x`<:<+q
  2055. &CG64!:ndWfi
  2056. {i#D\LI@e
  2057. pax?q
  2058. ^)3oxvh@
  2059. '6=BtO8I
  2060. H9A_QBTd;b
  2061. M8V:9?"
  2062. kKFEY\qN
  2063. 4GQUk
  2064. *K>39Qf]LPP
  2065. ty_0p
  2066. I;F=Pp7BK!0ml950FJ=8>mZ:8<
  2067. I *FJ:9
  2068. 4vtjxx
  2069. D9-OYFA5^}
  2070. ydS=Ou
  2071. TGQRzaK7#S|
  2072. t6$0oq!4J
  2073. P"*\fh_@
  2074. ",66jM1*r
  2075. 1(AuyA+[
  2076. hATmo
  2077. qlH13I
  2078. d.    Vnsvg
  2079. nDHQ]cdLx
  2080. };2_of[iTb
  2081. (5<-@X[
  2082. (1:9+UkTzp
  2083. 7448R
  2084. "@^=h
  2085. R_[Y&
  2086. a1IhZ
  2087. K%5Bkp
  2088. ufr\R
  2089. 3*,0pv'
  2090. F14[pjNeX.
  2091. M^hkF
  2092. _8<CMSWCfkW
  2093. c;{p0)SaSI\LB
  2094. #80(4?I~
  2095. G %:g<%
  2096. 9(ODEWHf
  2097. (5'UkG
  2098. <3=B/
  2099. *78/4A<=L809E[^K:?<;2$3,Cead}=FU>7t
  2100. m7^abyq}
  2101. }wzss`k
  2102. 8>?JRp
  2103. R:A0GA6e
  2104. L1VI(
  2105. 1ouY_ZqYHPs
  2106. 17<>2j
  2107. dPPf_Z3l
  2108. {AFI97e
  2109. tuh[YB.
  2110. uP>C56^^F<UKBcK?6F
  2111. _M`QOYxl
  2112. d"5`D2(_vo
  2113. d14B>H
  2114. c@O\KQbp9u
  2115.  !.-3Hr
  2116. e6%\x
  2117. v;/0\hT^k
  2118. :8,PoUH
  2119. %<=<D6
  2120. 210*'>8I76B;ELC;MGRK>.'21..UfcgJ=3=n
  2121. uvmaOUZllQac;
  2122. ;/9KB72%3PZE%
  2123. Tm5H]feX=;985>]
  2124. &,(37MO=Q:+48((94=ea.0>21U
  2125. jLtVE:g
  2126. 7`heig]wZdns
  2127. ,&"&0) $
  2128. |r`cqh[XT`QUTHK[D8=2#
  2129. 6LM`ltM+Mn;
  2130. %90(:MPI=$H
  2131. c2X`5,/8<+1R1
  2132. 19E+:BFg
  2133. 5DLUJr
  2134. ><AI^
  2135. &KnGn
  2136. i%"6?*
  2137. '%0@RT*
  2138. !-HF>@F6
  2139. (2@@8H:
  2140. *8/*"
  2141.  (5CEHPXRE>II-12
  2142. .T@;8'
  2143. 4MM7>@JJ<<=>@L>9>:@N@;?=>C"
  2144. PL955>@854
  2145. (&.:4>CHH% QB
  2146. &Re_Y_`XF>2
  2147. '$.8HHEDAA?DG
  2148. DHIFFB64;81+!(&&02&)2(
  2149. 7QadWB?*    
  2150. ,96)$#/0)0>>345BHJ<
  2151. /&"*-/$
  2152. 00$&""
  2153. !4@KDBTC
  2154. %$)4>JA+,
  2155. 25,@CFM@DVNF6,64
  2156.  *?K<9,
  2157.  A6>FNN<7NLOP=5HBNPJ:HPPRJ0,
  2158. )T[]_l
  2159. [ETAQG>s
  2160. P3\M(
  2161. 8 /nsUXRjVFJg
  2162. SGD96p
  2163. RW~xS
  2164. {XkM4'0G
  2165. PJtm]l
  2166. sWo^\m
  2167. p(=sU:/i
  2168. t?@KEVO`
  2169. sKZgVbw}D
  2170. +#."4:;c
  2171. \}MGEWXTWM%=Zb]VaY/:C*1
  2172. ##,5-7@BG)+S>
  2173. 9JAC<;HBCFC=B?7<)/<44=;58
  2174. Cc\T]\SE;<.)4E9
  2175. @dccbcddcbbcba`bbccb`a
  2176. bf`ac``aa\^c`?
  2177.  2<:6INO.7L<.6<9.(&>L3*
  2178. ),')*,.,*
  2179. 6XbaSKO/
  2180. 0DMRNTZUWYN=9@9>,&80
  2181. )->GKT\dbUZX
  2182. `cbcd``bccf`LHVT/
  2183. '&&5)"N[7Ibcbadb``^`a_`\][:"
  2184. -+5I\V."$
  2185. ,,& $'
  2186. #&2QNBCJ;%FS8
  2187. "3AIGJVC
  2188. 0B62( '5B<
  2189.  &9LQ@.0
  2190. OPUYVOHML389
  2191. 2ZJB>+
  2192. "60 $H,
  2193. =QQAGJOMEDFGFNE@FCGNGDFEEC'
  2194. JG411:=301
  2195. ">MB6G<
  2196. $,".58=
  2197. BULNFFTNNPPJOJAE16D;8A<7;
  2198. CbZP[[N80* 
  2199. DZX\]abaa``_aa`
  2200. a2][^\YVPSUTXYSU[U8
  2201. .940IOL,6I:,38,&$
  2202. I(N`cL*%
  2203. )8?D>DNIGGB5/800&
  2204. %3>?CNXUHLIQSSTYZTTX\^aX?9HF&
  2205. BN/>WVUVWXURTVXUSPSQ3
  2206. rrq0b
  2207. glnnopn:m
  2208. nrquj 
  2209. nrvxj11*i
  2210. ncSitmc-n
  2211. peEFQ`h0Gj>Y
  2212. xON\mu5MqA`
  2213. lpoidcb+`
  2214. mtiEi]B
  2215. {M{nH
  2216. nro`v6Z
  2217. nrruq'
  2218. oqtutwS6
  2219. ingVfp;
  2220. megamovies
  2221. 1.6.2
  2222. memhell
  2223. memory
  2224. nitor
  2225. defproc
  2226. 1.0.3
  2227. menuscripter
  2228. menuscripter
  2229. midiconverter
  2230. minilauncher
  2231. minilauncher
  2232. 1.3b5
  2233. modern
  2234. module
  2235. monitorr
  2236. moofwars
  2237. moofwars
  2238. documentation
  2239. morefiles
  2240. morefiles
  2241. 1.4.9
  2242. morefinderevents
  2243. moreisbetter
  2244. morenetworksetup
  2245. mountalias
  2246. mountalias
  2247. movie
  2248. moviecallbacks
  2249. mphelloworld
  2250. mphelloworld
  2251. pascal
  2252. mping
  2253. mping
  2254. script
  2255. 1.1.1
  2256. mpwtool
  2257. mpwtool
  2258. 2.1.4
  2259. install
  2260. redistribution
  2261. mrplus
  2262. mrplus
  2263. multifinder
  2264. multifinder
  2265. 6.1b9
  2266. multimedia
  2267. multimedia
  2268. standards
  2269. reports
  2270. multiprocessing
  2271. multiprocessing
  2272. musicmixer
  2273. myhelpmenu
  2274. .sysodlogaskr
  2275.     thechoice
  2276.     theChoice
  2277. ) = -128    
  2278.  to the previous package.
  2279. To find all new and revised packages on the current CD:
  2280.     Choose New & Revised from the Current Selection pop-up menu on the Browser screen.
  2281.  Double-click an interesting-looking item in the packages list to see information about that package.
  2282. Note: Using the Current Selection pop-up menu, you can also display a list of packages from a specific CD type such as Tool Chest or System Software.
  2283. To search for specific text within package title, package descriptions, 
  2284. or filenames:
  2285.     Click the Find... button on the toolbar at the bottom of any screen.
  2286.     To focus the search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  2287.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  2288.     Click the Find button. The packages found by your search will appear in t
  2289. he package information screen format, listed in alphabetical order. The number of found packages is listed in the bottom right corner of the screen.
  2290.     Click Next to advance to the next package in the current selection, or Back to go to the previous package.
  2291. To Display the full path to a package on the CD:
  2292.     From the Browser screen, select the package from the packages list. The full path will be displayed in the lower part of the screen, just above the toolbar. If the path is not visible,
  2293.  click the Show Path button in the toolbar at the bottom of the screen.
  2294. To Open a package
  2295. s folder on the CD:
  2296.     From the Browser, select the package from the list and click the Open Folder button.
  2297.     From a package info screen, click the Open Folder button.
  2298. Note: If the package is not on the CD currently mounted in your computer, a dialog box will ask you for the correct volume. If you are running the Developer CD Series Assistant from a CD, there is no effective way to eject the CD cur
  2299. Browser Show Path
  2300. Browser Show Path
  2301. ^("")
  2302. ^("")
  2303. @ @0`
  2304. `0@ p
  2305. P @0`
  2306. `0@ p
  2307. @ @0`
  2308. `0@ p
  2309. P @0`
  2310. `0@ p
  2311. @ @0`
  2312. `0@ p
  2313. P @0`
  2314. `0@ p
  2315. `@p0p 
  2316. `@p0p 
  2317. `@p0p 
  2318. 99:CD_Catalog.FP3
  2319. FaliA
  2320. Current
  2321. CD_Catalog.FP3
  2322. FMP3FMP3
  2323. Joint Solns Apple 10/99
  2324. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  2325. MSPCA
  2326. NAMEA
  2327. CD_Catalog.FP3
  2328. RPTHA
  2329. CD_Catalog.FP3
  2330. alisA
  2331. Current
  2332. CD_Catalog.FP3
  2333. FMP3FMP3
  2334. Joint Solns Apple 10/99
  2335. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  2336. .RPTH
  2337. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  2338. 2T!941
  2339. cg68G_u#:Z
  2340. {{<<Pi
  2341. [twnebh
  2342. G_abdfk
  2343. btz|{}
  2344. ]u~~p
  2345. nubusI
  2346. objectI
  2347. octoberJ
  2348. onlyA
  2349. openF
  2350. openedA
  2351. orientedJ
  2352. otherD
  2353. outlinesJ
  2354. overE
  2355. packageC
  2356. packagesA
  2357. packetK
  2358. packetsK
  2359. parserM
  2360. partF
  2361. particularF
  2362. pascalO
  2363. patchesN
  2364. patchingL
  2365. patternsC
  2366. physicalL
  2367. platformI
  2368. plug-inA
  2369. plug-insA
  2370. portK
  2371. portableA
  2372. powerbookN
  2373. powerpcD
  2374. pre-translateD
  2375. prerequisitesJ
  2376. previouslyA
  2377. printF
  2378. printingF
  2379. problemM
  2380. processD
  2381. productD
  2382. productsD
  2383. providedD
  2384. providesA
  2385. quadraM
  2386. quadrasM
  2387. quickdrawF
  2388. quicklyA
  2389. quitF
  2390. +RPTH
  2391. FPTHA+Current:Joint Solns Apple 10/99:Catalog.txt
  2392. FaliA
  2393. Current
  2394. Catalog.txt
  2395. TEXTttxt
  2396. Joint Solns Apple 10/99
  2397. +Current:Joint Solns Apple 10/99:Catalog.txt
  2398. MSPCA
  2399. NAMEA
  2400. Catalog.txt
  2401. RPTHA
  2402. Catalog.txt
  2403. alisA
  2404. Current
  2405. Catalog.txt
  2406. TEXTttxt
  2407. Joint Solns Apple 10/99
  2408. +Current:Joint Solns Apple 10/99:Catalog.txt
  2409. QRPTH
  2410. FPTHAQCurrent:Joint Solns Apple 11/99:CD Runtime App Folder:Developer CD Search Results
  2411. MSPCA
  2412. NAMEA
  2413. Developer CD Search Results
  2414. RPTHA
  2415. Developer CD Search Results
  2416. FaliA
  2417. Current
  2418. ADC_Master.FP3
  2419. FMP3FMP3
  2420. Joint Solns Apple 10/99
  2421. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  2422. MSPCA
  2423. NAMEA
  2424. ADC_Master.FP3
  2425. RPTHA
  2426. ADC_Master.FP3
  2427. alisA
  2428. Current
  2429. ADC_Master.FP3
  2430. FMP3FMP3
  2431. Joint Solns Apple 10/99
  2432. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  2433. FMRLA
  2434. SORTA
  2435. FMRLA
  2436. FMRLA
  2437. FMRLA
  2438. FMRLA
  2439. FilterB    SelectionC
  2440. ClickedE
  2441. CUstom
  2442. (LIST
  2443. LISTA
  2444. New & Revised
  2445. Mac OS SDK Edition
  2446. System Software Edition
  2447. Tool Chest Edition
  2448. Reference Library Edition
  2449. All Packages
  2450. Custom Search
  2451. VDEFA(
  2452. (LIST
  2453. LISTA%Any Field
  2454. Package Title
  2455. Any File Name
  2456. VDEFA(
  2457. (LIST
  2458. LISTAPAll Packages
  2459. New & Revised
  2460. Tool Chest CD
  2461. Reference Library CD
  2462. System Software CD
  2463. VDEFA(
  2464. (LIST
  2465. VDEFA(
  2466. (LIST
  2467. VDEFA(
  2468. (LIST
  2469. VDEFA(
  2470. (LIST
  2471. (LIST
  2472. PortalFilterB
  2473. SearchFieldC
  2474. SearchFilterD
  2475. PortalFilterCalcE
  2476. ReceivedF
  2477. UpdatedG
  2478. Keywords
  2479. VDEFA(
  2480.     Helvetica
  2481. Geneva
  2482. Palatino
  2483. Chicago
  2484. Verdana
  2485. Arial
  2486. NewRevisedCalcB
  2487.  "new")
  2488.  "New"  
  2489.  "updated") 
  2490.  "Revised" 
  2491.  "" )
  2492. updatedG
  2493. Revised
  2494. AppleScript_OpenB
  2495. t_OpenB
  2496. Pro 3.0 - 4.1F!
  2497. USENGLSH.MPR
  2498. rently in use in order to mount another. Therefore, if you are searching for packages on older CDs you may want to copy the About This CD folder, containing the Developer CD Series Assistant and its related files, to your hard drive first.
  2499. ore Choices button, then choo
  2500. Custom FindB
  2501. CustomFind
  2502. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  2503. HTML Text Extractor
  2504.  and 
  2505. PDF Text Extractor
  2506. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  2507. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  2508. 1arch on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  2509.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  2510.     Click the Find button. The packages found by your search will appear in t
  2511. 03918 packages list. The full path will be displayed on the right.
  2512. "Custom Search"
  2513. Custom SearchB+
  2514. ) > 0    
  2515. needsE
  2516. networkE
  2517. noteN
  2518. notesI
  2519. D!All Packages
  2520. Mac OS SDK Edition
  2521. 4PM 5.0
  2522. 4PM is a program that can be used to control and access the performance monitoring features of the PowerPC 604, G3 and G4 microprocessors and the performance monitoring features of the MPC106 memory controller. Counters can be turned on and off using a 'hot key' or by linking with the included 4PM library.
  2523. 4PM application for configuring and controlling the counters. 4PM Library for linking with applications.
  2524. JK4PM 5 0 Doc.pdf
  2525. 4PM 5.0
  2526. 4PM Library 1 0 Doc.pdf
  2527. 4PMLibrary 1.0
  2528. 4PMLibrary.hK
  2529. Jun 99L
  2530. Jul 99M
  2531. PowerPC 604 or greater.NYperformance, hardware, PowerPC,bandwidth, cpi, 'cache miss rates', 'performance counters'OEDev.CD Jul 99 SDK1:What's New:Tool Chest:Testing & Debugging:4PM 5.0:PPDev.CD Jul 99 SDK1
  2532.  - What's New
  2533.  - Tool Chest
  2534.  - Testing & Debugging
  2535.  - 4PM 5.0V
  2536. 53895X
  2537. Jul 99^
  2538. Excellent CD (I)V
  2539. 37081X
  2540. Excellent CD (I)V
  2541. 27676X
  2542. _DESCRIPTION
  2543. Closing ScreenB
  2544. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  2545. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com. please visit our web site at developer.apple.com.
  2546. ]srz~
  2547. Current Selection:{    <<
  2548. ABBF>>
  2549. Double-click for more info.
  2550. Find...
  2551. Open Folder
  2552. Package Info
  2553. Export List
  2554. Find...
  2555. Open Folder
  2556. Package Info
  2557. Export List
  2558. "Any Field"
  2559.     Any FieldC.
  2560. "All Packages"
  2561. All PackagesD
  2562. Find Execute
  2563. Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details. Sample Code.img System 6.0.5 or greater, MacPlus or later CPU. A/ROSE, MCP, Macintosh Coprocessor PlatformBz, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ring Mar 92 May 94 All Packages
  2564. Tool Chest Edition
  2565. appletalk
  2566. component
  2567. _PortalFilterB
  2568. _PortalSelectionB
  2569. A    _HelpTextB
  2570. PortalFilterCalcB
  2571. C"All Packages" & "
  2572.  "SDK") 
  2573.  "Mac OS SDK Edition"
  2574.  = "TC" 
  2575.  "Tool Chest Edition" 
  2576.  = "RL" 
  2577.  "Reference Library Edition"
  2578.  "SSW")
  2579.  "System Software Edition"  
  2580.  "") & "
  2581. ! & "
  2582.  "new") 
  2583.  "updated") 
  2584.  "New & Revised" 
  2585.  "" )
  2586. All Packages
  2587. Mac OS SDK Edition
  2588. Tool Chest Edition
  2589. Reference Library Edition
  2590. System Software Edition
  2591. updatedG
  2592. New & Revised
  2593. PortalSelectionCalc
  2594. Browser Custom SearchM
  2595. New & RevisedB
  2596. To get information about a package on the CD:
  2597.     Click the Browser button below to go to the Browser screen.
  2598.     Choose a group of package titles to display from the Current Selection popup menu. The default displays new and revised items; you may also choose to display all packages or the packages on a particular CD.
  2599.     Double-click a title in the Browser list to go to the information screen for that package.
  2600.     Click Next to advance to the next package in the current selection, or Back to goo go to goo goo
  2601. _CustomFindB
  2602. script
  2603. scriptable
  2604. search
  2605. sherlock
  2606. softwareI
  2607. tokenI
  2608. token
  2609. ringI
  2610. tokentalk
  2611. video
  2612. O`gjeoA
  2613. VofNd}
  2614. \ym1pc#
  2615. stack@
  2616. walltowalldialog
  2617. disposeresource
  2618. debugging
  2619. resource
  2620. handles@
  2621. multi-processing@
  2622. optimizing@
  2623. deleted@
  2624. appleevent@
  2625. edition@
  2626. synchronization
  2627. system
  2628. enabler
  2629. 160/180@
  2630. sample
  2631. library
  2632. which
  2633. provides
  2634. indispensable
  2635. work-@
  2636. additional@
  2637. always@
  2638. because@
  2639. computing@
  2640. counterparts@
  2641. faceless@
  2642. folder@
  2643. gonzalez3@
  2644. inactive@
  2645. human
  2646. interface
  2647. guidelines@
  2648. macintoshes@
  2649. much@
  2650. newfolder@
  2651. program
  2652. sample
  2653. demonstrate
  2654. apple
  2655. events
  2656. range@
  2657. recordable@
  2658. satisfy@
  2659. simplified@
  2660. summary
  2661. contains
  2662. documentation
  2663. header
  2664. files
  2665. tools
  2666. qtimagedrawer
  2667. aegizmos@
  2668. plug-in's
  2669. carbonlib@
  2670. documentationandsamp@
  2671. dzutils
  2672. filterdirectory@
  2673. product@
  2674. textchanger@
  2675. applescript
  2676. scripting
  2677. apple
  2678. event
  2679. folder
  2680. actions@
  2681. ot/ppp
  2682. transport
  2683. multi-processing@
  2684. Nov 94M
  2685. System 7.0 or laterNCFile System Manager, FSM, External File System, Foreign File SystemO?Dev.CD Apr 00 SDK1:Development Kits:Mac OS:File System Manager:PGDev.CD Apr 00 SDK1
  2686.  - Development Kits
  2687.  - Mac OS
  2688.  - File System Manager  activate
  2689.     end tell
  2690. on error errMsg number errNum
  2691.     --enter statements to perform when no records are found such as...
  2692.     display dialog "Sorry, the item you selected could not be found."
  2693.     return
  2694. end try
  2695. All Packages
  2696. F    PowerTalkO
  2697. Dev.CD Apr 95
  2698. Dev.CD Jan 95P
  2699. Dev.CD Apr 95
  2700. Dev.CD Jan 9V
  2701. 53141X
  2702. Apr 95
  2703. p--set theItem to choose file -- uncomment to test in an AS editor
  2704.     tell application "Finder"
  2705.         open item "Dev.CD Apr 95
  2706. Dev.CD Jan 95"
  2707.         activate
  2708.     end tell
  2709. on error errMsg number errNum
  2710.     --enter statements to perform when no records are found such as...
  2711.     display dialog "Sorry, the item you selected could not be found."
  2712.     return
  2713. end try
  2714. All Packages
  2715. F    PowerTalkV
  2716. 53142X
  2717. Deleted
  2718. problemV
  2719. problems
  2720. procdoggie
  2721. procdoggie
  2722. blown
  2723. application
  2724. demonstrates
  2725. procedure
  2726. procedures
  2727. processZ
  2728. processesp
  2729. processing
  2730. processord
  2731. processor-basedj
  2732. processorsd
  2733. prodos
  2734. produce
  2735. producer/consumer
  2736. produces
  2737. produces
  2738. module
  2739. productf
  2740. production
  2741. productivity
  2742. All Packages
  2743. QuickDraw 3DO
  2744. Dev.CD Jan 96 SSWP
  2745. Dev.CD Jan 96 SSV
  2746. 54444X
  2747. Jan 96
  2748. f--set theItem to choose file -- uncomment to test in an AS editor
  2749.     tell application "Finder"
  2750.         open item "Dev.CD Jan 96 SSW"
  2751.         activate
  2752.     end tell
  2753. on error errMsg number errNum
  2754.     --enter statements to perform when no records are found such as...
  2755.     display dialog "Sorry, the item you selected could not be found."
  2756.     return
  2757. end try
  2758. All Packages
  2759. QuickDraw 3DO
  2760. Dev.CD Jan 96 SSWP
  2761. Dev.CD Jan 96 SSV
  2762. 54445X
  2763. Jan 96
  2764. f--set theItem to choose file -- uncomment to test in an AS editor
  2765.     tell application "Finder"
  2766.         open item "Dev.CD Jan 96 SSW"
  2767.         activate
  2768.     end tell
  2769. on error errMsg number errNum
  2770.     --enter statements to perform when no records are found such as...
  2771.     display dialog "Sorry, the item you selected could not be found."
  2772.     return
  2773. end try
  2774. All Packages
  2775. QuickDraw 3DO
  2776. Dev.CD Jan 96 SSWV
  2777. 54446X
  2778. Summary: This is the electronic version of develop magazine.
  2779.  Issue 11 highlights:
  2780. The Asynchronous Sound Helper  by Bryan K. (
  2781. Beaker
  2782. ) Ressler. Confused about the Sound Manager? Here
  2783. s help: a detailed walk-through of useful routines for accomplishing common Sound Manager tasks.
  2784. Around and Around: Multibuffering Sounds  by Neil Day.   The inside world of multibuffering sounds is exposed to the light, and we discover that it
  2785. s really not that gory.
  2786. Living In an Exceptional World  by 
  2787. Sean Parent.   Ever get mad at those 
  2788. Real programs check errors here
  2789.  comments you see so often in sample code? Here
  2790. s a workable error-handling methodology that might interest you.
  2791. The NetWork Project: Distributed Computing on the Macintosh  by G
  2792. nther Sawitzki.   Distributed computing is looming large on the horizon, and programmers need to be ready. NetWork enables you to experiment with distributed computing right now.
  2793. Graphical Truffles: Writing Directly to the Screen  by Brigham S
  2794. 54265X
  2795. Apr 98^
  2796. --set theItem to choose file -- uncomment to test in an AS editor
  2797.     tell application "Finder"
  2798.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:"
  2799.         activate
  2800.     end tell
  2801. on error errMsg number errNum
  2802.     --enter statements to perform when no records are found such as...
  2803.     display dialog "Sorry, the item you selected could not be found."
  2804.     return
  2805. end try
  2806. e    No Changef
  2807. MacTCP
  2808. TCP/IPq
  2809. Dev.CD Apr 98 SDK1
  2810. D!All Packages
  2811. Tool Chest Edition
  2812. ry: The MacTCP Token Ring Extension supports an MTU (maximum transmission unit) of 2000 bytes.  This tool allows users to increase this MTU size to take advantage of higher capacity networks.J
  2813. MTU Tool
  2814. Read me
  2815. Read me.txtK
  2816. Aug 92M8MacTCP 1.1, MacTCP Token Ring Extension, Token Ring cardOIDev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:PTDev.CD Feb 00 TC
  2817.  - Tool Chest
  2818.  - Networking
  2819.  - MacTCP
  2820.  - MacTCP Token Ring MTU ToolV
  2821. 54266X
  2822. 1TU ToolV
  2823. 54266X
  2824. 1e    No Change
  2825. folderR
  2826. folder
  2827. contents
  2828. folderso
  2829. folks
  2830. follow
  2831. following
  2832. follows
  2833. JkAbout ScriptX
  2834. Code Samples:
  2835. Documentation:
  2836. readme_1.5.1.txt
  2837. ScriptX Platforms:
  2838. ScriptX Post 1.5 DifferencesK
  2839. Apr 96L
  2840. Jul 96O5Dev.CD Apr 98 SDK2:Development Kits (Disc 2):ScriptX:P:Dev.CD Apr 98 SDK2
  2841.  - Development Kits (Disc 2)
  2842.  - ScriptXAGE:  New World Order by Cameron Esfahani and Alex Rosenberg.  Playing Marathon during work hours is not only justifiable but can actually prove fruitful.
  2843. JEdevelop Issue 26:
  2844. develop Issue 26 code:
  2845. develop Issue 26 references:K
  2846. Jun 96L
  2847. Sep 96OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 26:PQDev.CD Mar 00 RL Disk 1
  2848.  - Technical Documentation
  2849.  - Develop
  2850.  - develop Issue 26which returns the default Ethernet address for the machine using Open Transport calls.
  2851. OT Server Sample:  The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Ope
  2852. Advanced Web Site Technique.pdf
  2853. Avoid Audio Pitfalls Guide.pdf
  2854. CompbasedMediaBroadcastEnv
  2855. Creating MIDI for the Web3.pdf
  2856. DeBabelizer 3.0.pdf
  2857. Design For Reuse.pdf
  2858. DesignForRobustness
  2859. Digital Asset Management.pdf
  2860. Digital Storyboard.pdf 
  2861. DVD Development.pdf
  2862. DVD_Primer.pdf
  2863. Enhanced CD Survival Guide.pdf
  2864. EOModeler
  2865. Frameworks.pdf
  2866. Gender-Based Title Creation.pdf
  2867. Int_Media_Writer_Resources.pdf
  2868. Java Survival Guide.pdf
  2869. Making Cool QD3D Apps.pdf
  2870. Music on the Net.pdf
  2871. New Audio Features QT3.pdf
  2872. Porting
  2873. kObjectiveCtoJava
  2874. Push Tech Survival Gd.pdf
  2875. QT3-More Than Dig. Video.pdf
  2876. Simplified Stream Audio.pdf
  2877. Web Animation Guide.pdf
  2878. WebObjects Database Part I.pdf
  2879. WebObjects Database Part II.pdf
  2880. WebObjects Memory Mgmt.pdf
  2881. WebObjects Tools and Techniques
  2882. WebObjectsCategories&Posers.pdf
  2883. WebObjectsPerformanceTuning
  2884. Working with WebObjects.pdf
  2885. Writing for Interactive Media
  2886. cooperative
  2887. coordinates
  2888. copacetically
  2889. copied
  2890. copiesy
  2891. coplandj
  2892. copland-savvy
  2893. coprocessorQ
  2894. copyj
  2895. copy-and-paste
  2896. copy/paste
  2897. copybitmask
  2898. copybits
  2899. copybitsspeedpalette
  2900. opyrights
  2901. copywrite
  2902. core\
  2903. foundation
  2904. documentation
  2905. corners
  2906. corporate
  2907. corporation
  2908. correct
  2909. corrected
  2910. correctlyy
  2911. corrects
  2912. correlate
  2913. correspondence
  2914. corresponding
  2915. corresponds
  2916. corruption
  2917. cosmetic
  2918. costly
  2919. costsj
  2920. couldX
  2921. couldn't
  2922. counter
  2923. counterpart
  2924. mighth
  2925. millennium
  2926. miller
  2927. millionj
  2928. millions
  2929. mimicks
  2930. mimics
  2931. minilauncher
  2932. minimal
  2933. minimising
  2934. minimizep
  2935. minimum
  2936. minor
  2937. minow
  2938. minute
  2939. minutes
  2940. mirrori
  2941. misaligned
  2942. misalignment
  2943. miscellaneous
  2944. miscreant
  2945. misdemeanors
  2946. misguided
  2947. mismatched
  2948. misrecognized
  2949. missing
  2950. mistake
  2951. mixed
  2952. mixed-mode
  2953. modernized
  2954. modes
  2955. modification
  2956. modified[
  2957. modifier
  2958. modify
  2959. modifying
  2960. modular
  2961. modulet
  2962. modulesQ
  2963. momentumj
  2964. moneys
  2965. monitorT
  2966. monitoringA
  2967. monitors
  2968. 54330X
  2969. Feb 00^
  2970. --set theItem to choose file -- uncomment to test in an AS editor
  2971.     tell application "Finder"
  2972.         open item "Dev.CD Feb 00 TC:Tool Chest:Hardware:OpenFWBridgeFixJul97:"
  2973.         activate
  2974.     end tell
  2975. on error errMsg number errNum
  2976.     --enter statements to perform when no records are found such as...
  2977.     display dialog "Sorry, the item you selected could not be found."
  2978.     return
  2979. end try
  2980. e    No ChangefVTanzania
  2981. Zanzibar
  2982. StarMax
  2983. Open Firmware
  2984. Bridge
  2985. PCI-PCI Bridge
  2986. Riserq
  2987. Dev.CD Feb 00 TC
  2988. 5D!All Packages
  2989. Tool Chest Edition
  2990. OpenGL DrawSprocket
  2991. SimpleApp
  2992. SimpleApp Read MeK
  2993. Aug 93MYAny Macintosh, running System 7.0 on up.  QuickTime
  2994.  1.0  or 1.5 needed but not required.O6Dev.CD Feb 00 TC:Tool Chest:QuickTime:SimpleApp 1.0.2:P>Dev.CD Feb 00 TC
  2995.  - Tool Chest
  2996.  - QuickTime
  2997.  - SimpleApp 1.0.2V
  2998. 52207X
  2999. Feb 00^
  3000. iting an external file system.
  3001. SCSI Inquiry:  This MPW tool shows how to make a SCSI inquiry command to an HD80SC.
  3002. SCSI Simple Sample:  A simple sample that can deal with both the old and new SCSI Managers.
  3003. Serial Driver Arbitration:  This is an example of how to correctly arbitrate the serial ports.  It's taken from tech note DV 11 - Opening the Serial Ports.
  3004. SlotVInstall:  This little program installs a slot VBL task for the main screen, even if the main screen uses built-in video, bK
  3005. y getting the gdRefNum and calling GetDctlEntry to find the slot number.
  3006. Wake100:  Wake100 resets the wake up time on PowerBooks that support it (PB 100, Portable) so that it wakes up at the same time everyday.
  3007. J'Sample Code.img
  3008. Windows Sample Code.imgK
  3009. Feb 92L
  3010. Feb 97O
  3011. Dev.CD Feb 00 TC:Sample Code:P
  3012. Dev.CD Feb 00 TC
  3013.  - Sample Codeg
  3014. creating
  3015. creating
  3016. pippin
  3017. cdroms
  3018. creation
  3019. creator
  3020. creator
  3021. registration
  3022. All Packages
  3023. System Enabler 111 (PB 160/180)O
  3024. Dev.CD Apr 93P
  3025. Dev.CD Apr 9V
  3026. 54946X
  3027. Apr 93
  3028. b--set theItem to choose file -- uncomment to test in an AS editor
  3029.     tell application "Finder"
  3030.         open item "Dev.CD Apr 93"
  3031.         activate
  3032.     end tell
  3033. on error errMsg number errNum
  3034.     --enter statements to perform when no records are found such as...
  3035.     display dialog "Sorry, the item you selected could not be found."
  3036.     return
  3037. end try
  3038. All Packages
  3039. System Enabler 111 (PB 160/180)O
  3040. Dev.CD Apr 93P
  3041. Dev.CD Apr 9V
  3042. 54947X
  3043. Apr 93
  3044. b--set theItem to choose file -- uncomment to test in an AS editor
  3045.     tell application "Finder"
  3046.         open item "Dev.CD Apr 93"
  3047.         activate
  3048.     end tell
  3049. on error errMsg number errNum
  3050.     --enter statements to perform when no records are found such as...
  3051.     display dialog "Sorry, the item you selected could not be found."
  3052.     return
  3053. end try
  3054. All Packages
  3055. 54948X
  3056. ideaN
  3057. photographs
  3058. photos
  3059. photoshop
  3060. phrase
  3061. phrases
  3062. physicalU
  3063. physically
  3064. piccomment
  3065. piccomments
  3066. piccomments/bottlene
  3067. piccommentstest
  3068. pichandle
  3069. picker[
  3070. pickers
  3071. pictdialog
  3072. pictinfotest
  3073. picts
  3074. picture
  3075. pictures
  3076. piece
  3077. pieces
  3078. piersol
  3079. pinyin
  3080. pioneerj
  3081. pippinj
  3082. pippin-specific
  3083. pitch
  3084. pitfalls
  3085. pixel
  3086. pixels
  3087. pixmap
  3088. pixmap2pixpat2ppat
  3089. pixmaps
  3090. pixpat
  3091. placex
  3092. placedx
  3093. placement
  3094. places`
  3095. placing
  3096. plain
  3097. plain-text
  3098. plaindbox
  3099. plamondon
  3100. automated
  3101. automates
  3102. automatic
  3103. automaticallyZ
  3104. automating
  3105. automation
  3106. autoversioning
  3107. auxiliary
  3108. availableR
  3109. backd
  3110. backbone
  3111. backflips
  3112. background
  3113. background-only
  3114. backlight
  3115. backs
  3116. backwards
  3117. bal's
  3118. balance
  3119. balloon
  3120. balloonsw
  3121. bandwidth
  3122. set-top
  3123. setadbinfo
  3124. setdeskcpat
  3125. setdialogdefaultitem
  3126. setenv
  3127. setgworld
  3128. setindstring
  3129. setmarkers
  3130. setmfsize
  3131. setpdimc
  3132. setproject
  3133. setprojector
  3134. setsoundinput
  3135. settingst
  3136. settingupstdfile
  3137. setup
  3138. setupgl
  3139. setupgl
  3140. functions
  3141. setvideomediagraphic
  3142. setwutime
  3143. severala
  3144. severe
  3145. sfgetfolder
  3146. sfhookopenalias
  3147. sgdrawable
  3148. shading
  3149. shadowj
  3150. shadows
  3151. shannon
  3152. shape
  3153. shapes
  3154. sharej
  3155. sharedp
  3156. y conce
  3157. summary
  3158. software
  3159. apple
  3160. macintosh
  3161. displayO
  3162. summary
  3163. latest
  3164. version
  3165. shimmermate
  3166. names
  3167. summary
  3168. package
  3169. contains
  3170. summary
  3171. package
  3172. contains
  3173. debugging
  3174. version
  3175. summary
  3176. package
  3177. contains
  3178. application
  3179. demonstrat
  3180. summary
  3181. package
  3182. helps
  3183. developers
  3184. implement
  3185. inline
  3186. input
  3187. summary
  3188. package
  3189. includes
  3190. draft
  3191. specifications
  3192. summary
  3193. package
  3194. apple
  3195. summary
  3196. package
  3197. provides
  3198. summary
  3199. package
  3200. provides
  3201. english
  3202. error
  3203. messages
  3204. summary
  3205. package
  3206. provides
  3207. something
  3208. replacement
  3209. summary
  3210. piece
  3211. intended
  3212. assist
  3213. non-us
  3214. developers
  3215. summary
  3216. program
  3217. illustrates
  3218. menus
  3219. window
  3220. summary
  3221. resedit
  3222. editor
  3223. prepare
  3224. localized
  3225. numbe
  3226. mmary
  3227. submission
  3228. contains
  3229. virtual
  3230. external
  3231. . If it catches one of these illegal synchronous requests, it drops into MacsBug with a message.J
  3232. Read Me
  3233. SyncCatchK
  3234. Jun 98L
  3235. Jan 00M
  3236. MacsBugN
  3237. Interrupt Time, Debugging, ToolO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:SyncCatch 2.1:PFDev.CD Feb 00 TC
  3238.  - Tool Chest
  3239.  - Testing & Debugging
  3240.  - SyncCatch 2.1V
  3241. 52254X
  3242. Feb 00^
  3243. --set theItem to choose file -- uncomment to test in an AS editor
  3244.     tell application "Finder"
  3245.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:SyncCatch 2.1:"
  3246.         activate
  3247.     end tell
  3248. on error errMsg number errNum
  3249.     --enter statements to perform when no records are found such as...
  3250.     display dialog "Sorry, the item you selected could not be found."
  3251.     return
  3252. end try
  3253. ngeo`ftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/General_tools/SyncCatch_2.1.sit.hqx
  3254. foundation
  3255. reference
  3256. chiropractic
  3257. chock
  3258. choice
  3259. chromakey
  3260. chromakeying
  3261. chrpj
  3262. chunks
  3263. claimj
  3264. claims
  3265. clariss
  3266. clarisworkss
  3267. clark
  3268. clashj
  3269. class
  3270. classesj
  3271. classicd
  3272. classroomR
  3273. clauseN
  3274. clauses
  3275. clean
  3276. cleaner
  3277. click
  3278. clicksh
  3279. client
  3280. client-server
  3281. client/serverj
  3282. clipboard
  3283. clipper
  3284. clipping
  3285. clocksB
  3286. clouseau
  3287. clues
  3288. codeN
  3289. code-like
  3290. code-resources
  3291. codec
  3292. codedo
  3293. codesU
  3294. codewarrior
  3295. codewarrior's
  3296. codingo
  3297. coexist
  3298. collaborationj
  3299. collect`
  3300. collectionb
  3301. All Packages
  3302. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  3303. Dev.CD Jan 94
  3304. Dev.CD Oct 93
  3305. Dev.CD Jul 93
  3306. Dev.CD Apr 93PDDev.CD Apr 94
  3307. Dev.CD Jan 94
  3308. Dev.CD Oct 93
  3309. Dev.CD Jul 93
  3310. Dev.CD Apr 9V
  3311. 55031X
  3312. Apr 94
  3313. --set theItem to choose file -- uncomment to test in an AS editor
  3314.     tell application "Finder"
  3315.         open item "Dev.CD Apr 94
  3316. Dev.CD Jan 94
  3317. Dev.CD Oct 93
  3318. Dev.CD Jul 93
  3319. Dev.CD Apr 93"
  3320.         activate
  3321.     end tell
  3322. on error errMsg number errNum
  3323.     --enter statements to perform when no records are found such as...
  3324.     display dialog "Sorry, the item you selected could not be found."
  3325.     return
  3326. end try
  3327. All Packages
  3328. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  3329. Dev.CD Jan 94
  3330. Dev.CD Oct 93
  3331. Dev.CD Jul 93P6Dev.CD Apr 94
  3332. Dev.CD Jan 94
  3333. Dev.CD Oct 93
  3334. Dev.CD Jul 9V
  3335. 55032X
  3336. Apr 94
  3337. log "Sorry, the item you selected could not be found."
  3338.     return
  3339. end try
  3340. All Packages
  3341. F    PowerTalkO
  3342. Dev.CD Apr 95P
  3343. Dev.CD Apr 9V
  3344. 49403X
  3345. Apr 95
  3346. May 97M
  3347. CodeWarrior 11 to compileN
  3348. RAM disk block device driverO
  3349. Dev.CD Feb 00 TC:Sample Code:P
  3350. Dev.CD Feb 00 TC
  3351.  - Sample CodeV
  3352. 54645X
  3353. Feb 00^
  3354. r--set theItem to choose file -- uncomment to test in an AS editor
  3355.     tell application "Finder"
  3356.         open item "Dev.CD Feb 00 TC:Sample Code:"
  3357.         activate
  3358.     end tell
  3359. on error errMsg number errNum
  3360.     --enter statements to perform when no records are found such as...
  3361.     display dialog "Sorry, the item you selected could not be found."
  3362.     return
  3363. end try
  3364. Movedf
  3365. RAM disk block device driverq
  3366. Dev.CD Feb 00 TC
  3367. pD!All Packages
  3368. Mac OS SDK Edition
  3369. RAVE Starter Samples
  3370. *There are three different samples here, each showing a variation on the same theme -- we create a window and do some simple 2D drawing into it.  These samples don't show any clipping code or a full featured 3D engine; these will appear in a future sample.
  3371. Textures and RAVE callbacks are discussed
  3372. e    No Change
  3373. variables
  3374. r--set theItem to choose file -- uncomment to test in an AS editor
  3375.     tell application "Finder"
  3376.         open item "Dev.CD Feb 00 TC:Sample Code:"
  3377.         activate
  3378.     end tell
  3379. on error errMsg number errNum
  3380.     --enter statements to perform when no records are found such as...
  3381.     display dialog "Sorry, the item you selected could not be found."
  3382.     return
  3383. end try
  3384. t for MacODBC version 2.1.2 GM.  
  3385. Features:
  3386.  Cross-platform remote database access
  3387.  Wide range of third party drivers
  3388.  All major relational databases covered
  3389.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  3390. PleaB3se report bugs and problems to kodom@visigenic.com.
  3391. J\Documentation:
  3392. ODBC Install.image
  3393. ODBC Sample Bins.image
  3394. ODBC Tools.image
  3395. Readme - InstallerK
  3396. Sep 93L
  3397. Sep 96M
  3398. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:nge
  3399. ecordV
  3400. translationy
  3401. translationss
  3402. translators
  3403. translucent
  3404. transmission
  3405. transmitted
  3406. transparency
  3407. transparent
  3408. transparently
  3409. transportj
  3410. transport's
  3411. transports
  3412. trapped
  3413. trapping
  3414. traps
  3415. trash
  3416. travel
  3417. traversing
  3418. treatz
  3419. treatment
  3420. trees
  3421. triangles
  3422. triangular
  3423. trick
  3424. tricksS
  3425. tricky
  3426. tries
  3427. triggerT
  3428. tripped
  3429. trivial
  3430. understands
  3431. unexpected
  3432. unifiedj
  3433. uninitiated
  3434. unique
  3435. Dev.CD Feb 00 TC:Sample Code:P
  3436. Dev.CD Feb 00 TC
  3437.  - Sample CodeV
  3438. 54343X
  3439. Feb 00^
  3440. r--set theItem to choose file -- uncomment to test in an AS editor
  3441.     tell application "Finder"
  3442.         open item "Dev.CD Feb 00 TC:Sample Code:"
  3443.         activate
  3444.     end tell
  3445. on error errMsg number errNum
  3446.     --enter statements to perform when no records are found such as...
  3447.     display dialog "Sorry, the item you selected could not be found."
  3448.     return
  3449. end try
  3450. e    No Changef#Open Transport
  3451. mapper
  3452. MapperRefq
  3453. Dev.CD Feb 00 TC
  3454. BD!All Packages
  3455. Tool Chest Edition
  3456. OTPingSampleIgThis sample is a quick demonstration of how to implement ping on top of the Open Transport native APIs.J'Sample Code.img
  3457. Windows Sample Code.imgK
  3458. Sep 96L
  3459. Jun 98M#Any machine running Open Transport.N%open transport, ot, ping, icmp, rawipO
  3460. Dev.CD Feb 00 TC:Sample Code:P
  3461. Dev.CD Feb 00 TC
  3462.  - Sample CodeV
  3463. 54344X
  3464. Feb 00^
  3465. #icrosystems, Inc. recommended
  3466. QuickTime, Java, MRJckTime, Java, MRJon un
  3467. TwoColumn LDEF:  This LDEF looks for a comma in the text of each cell and draws the text that follows the comma half-way across the cell.
  3468. VertTest:  This sample application shows how to get information from a 'vers' resource (see Technical Note #189).
  3469. WDEFColorSample:  This sample shows how to obtain the colors that embellish System 7 window.
  3470. WDEFPatch:  This snippet shows how you can add a simple extra part to an existing WDEF and be able to do hit testing on the part via FindWindo
  3471. w().  The extra part in this case is on the right side of the title bar, just to the left of where the zoombox would be.  When hit, it inverts the window.
  3472. WindowColors:  This application displays the default window colors stored in the System's 'wctb' resource.  Note that this app is 7.0 only, since it only recognizes the 7.0 version of the resource.
  3473. ZoomWindow:  Demonstrates how to properly zoom a window. It gives attractive results with most WDEFs because it uses the window
  3474. s structure
  3475. chest
  3476. edition
  3477. ACI2.5:
  3478. ACIReference:
  3479. aoceapi:
  3480. aocesam:
  3481. AppleGuide:
  3482. AppleScriptFind:
  3483. Cyberdog:
  3484. CyberdogAddendum:
  3485. Devices:
  3486. ehig:
  3487. Files:
  3488. GXEnvironment:
  3489. GXGraphics:
  3490. GXObjects:
  3491. GXOverview:
  3492. GXPrintDrivers:
  3493. GXPrinting:
  3494. GXTypography:
  3495. HIGOS8Guide:
  3496. HIGuidelines:
  3497. index.gif
  3498. indexg.gif
  3499. JBindery2.0:
  3500. jbinderyhtml:
  3501. jman2.0:
  3502. jmanhtml:
  3503. macappclassmeth:
  3504. MacAppProgGuide:
  3505. Memory:
  3506. MoreToolbox:
  3507. Networking:
  3508. NetworkingOT:
  3509. ODClassRef:
  3510. ODCookbook:
  3511. ODProgGuide:
  3512. ODUpdates:
  3513. OSUtilities:
  3514. PPCNumerics:
  3515. PPCSoftware:
  3516. ProcesB
  3517. qtvr:
  3518. QuickDraw:
  3519. QuickDraw3D:
  3520. QuickDraw3DRAVE:
  3521. resedit:
  3522. runtimehtml:
  3523. scriptingadditions:
  3524. Sound:
  3525. speechrecogmgr:
  3526. Sprockets:
  3527. Telephony:
  3528. Text:
  3529. TextEncodingCMgr:
  3530. Toolbox:
  3531. pan/tilt
  3532. panel
  3533. panorama
  3534. parser
  3535. pascal
  3536. passphrase
  3537. password
  3538. patch
  3539.  Hooper, PowerBook, CometONDev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:olor Locator DAK
  3540. Vol VL
  3541. Vol VIInge
  3542.  Update 1.0V
  3543. 47310X
  3544. magic
  3545. v 99 TC:Tool Chest:Networking:Snarfer:P7Dev.CD Nov 99 TC
  3546.  - Tool Chest
  3547.  - Networking
  3548.  - Snarferexample
  3549. sounds
  3550. example
  3551. examples
  3552. veloper Note
  3553. -iBook Developer Note 
  3554. -Power Mac G4 Developer Note
  3555. -Apple Publications Style Guide [UPDATE]
  3556. FEATURES:
  3557. New and Updated Documentation!
  3558. --------------
  3559. HARDWARE:
  3560. ---------------
  3561. PowerBook Developer Note
  3562. This developer note describes the latest PowerBook computer, which carries the PowerBook lin
  3563. e forward by adding FireWire ports as well as a new internal architecture, higher processor speeds, and an ATI RAGE 128 graphics controller.
  3564.    The developer note includes information about
  3565.    - the features of the PowerBook
  3566.    - some compatibility issues
  3567.    - the internal logic and custom ICs
  3568.    - the I/O ports and built-in I/O devices
  3569.    - the expansion features
  3570.    - the system software
  3571. --------------------------------
  3572. iBook Developer Note 
  3573. This developer note has been updated to inclu
  3574. All Packages
  3575. System Enabler 088 (AVs)O
  3576. Dev.CD Apr 94
  3577. Dev.CD Jan 94P
  3578. Dev.CD Apr 94
  3579. Dev.CD Jan 9V
  3580. 54926X
  3581. Apr 94
  3582. p--set theItem to choose file -- uncomment to test in an AS editor
  3583.     tell application "Finder"
  3584.         open item "Dev.CD Apr 94
  3585. Dev.CD Jan 94"
  3586.         activate
  3587.     end tell
  3588. on error errMsg number errNum
  3589.     --enter statements to perform when no records are found such as...
  3590.     display dialog "Sorry, the item you selected could not be found."
  3591.     return
  3592. end try
  3593. All Packages
  3594. System Enabler 088 (AVs)O
  3595. Dev.CD Apr 94
  3596. Dev.CD Jan 94P
  3597. Dev.CD Apr 94
  3598. Dev.CD Jan 9V
  3599. 54927X
  3600. Apr 94
  3601. p--set theItem to choose file -- uncomment to test in an AS editor
  3602.     tell application "Finder"
  3603.         open item "Dev.CD Apr 94
  3604. Dev.CD Jan 94"
  3605.         activate
  3606.     end tell
  3607. on error errMsg number errNum
  3608.     --enter statements to perform when no records are found such as...
  3609.     display dialog "Sorry, the item you selected could not be found."
  3610.     return
  3611. end try
  3612. e    No Changef&ShowIcon
  3613. ShowINIT
  3614. extension
  3615. iconsq
  3616. Dev.CD Feb 00 TC
  3617. All Packages
  3618. Simple DrawSprocket
  3619. This sample is designed to show simple use of DrawSprocket to set screen resolution and size within the confines of a standard Macintosh Toolbox environment.  Additionally, it demonstrates how to get DrawSprocket's version with DSpGetVersion () and without it.
  3620. JjRead Me
  3621. Simple DrawSprocket App
  3622. Simple DrawSprocket Main.c
  3623. Simple DrawSprocket.CW2
  3624. Simple DrawSprocket.CW5K
  3625. Dec 99MMCW2 or later and Universal Headers 3.2 (3.3 if building for DrawSprocket 1.7)N$DrawSprocket, GSpGetVersion, ToolboxOODev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:Simple DrawSprocket:PZDev.CD Mar 00 RL Disk 1
  3626.  - What's New
  3627.  - Sample Code
  3628.  - Graphics 2D
  3629.  - Simple DrawSprocketV
  3630. 54694X
  3631. Mar 00^    RL Disk 1
  3632. e    No Change
  3633. ampaigns
  3634.  Mail-Order Catalog Programs and Promotions
  3635.  Apple Online Store Programs and Promotions 
  3636. To be considered for inclusion in these exciting, high-v
  3637. webobjects
  3638. categories
  3639. posers
  3640. webobjects
  3641. database
  3642. webobjects
  3643. memory
  3644. webobjects
  3645. performance
  3646. tuning
  3647. webobjects
  3648. tools
  3649. techniques
  3650. white
  3651. win2maccountersample
  3652. windowpicker
  3653. windowpicker
  3654. windows
  3655. services
  3656. 1.0.8
  3657. services
  3658. suite
  3659. 1.0.7
  3660. workbook
  3661. workgroup
  3662. workgroup
  3663. server
  3664. worldscript
  3665. worldscript
  3666. updater
  3667. worldwide
  3668. worldwide
  3669. quickdraw
  3670. worldwide
  3671. system
  3672. software
  3673. handles
  3674. xcmdsn
  3675. xfcnc
  3676. xfcns
  3677. 1.3.6
  3678. 1.0a13
  3679. zaptcp
  3680. zaptcp
  3681. 1.2.1
  3682. zoneranger
  3683. zoneranger
  3684. zoomed
  3685. zoomed
  3686. video
  3687. driver
  3688. zzportlist
  3689. zzportlist
  3690. barebones
  3691. bares
  3692. allow
  3693. build
  3694. driver
  3695. synchronization
  3696. control
  3697. panel
  3698. allows
  3699. adobe
  3700. acrobat
  3701. reader
  3702. allows
  3703. navigate
  3704. installer
  3705. provides
  3706. documentation
  3707. examples
  3708. 55069X
  3709. Mar 00^    RL Disk 2
  3710. --set theItem to choose file -- uncomment to test in an AS editor
  3711.     tell application "Finder"
  3712.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:hardware:"
  3713.         activate
  3714.     end tell
  3715. on error errMsg number errNum
  3716.     --enter statements to perform when no records are found such as...
  3717.     display dialog "Sorry, the item you selected could not be found."
  3718.     return
  3719. end try
  3720. e    No Changef
  3721. Developer Notes
  3722. Hardware
  3723. Technical Publications
  3724. iBook
  3725. Power Macintosh
  3726. PowerBooks
  3727. Servers
  3728. Device Managers and Drivers
  3729. Updates
  3730. Printers
  3731. Desktops
  3732. Portables
  3733. /A;http://developer.apple.com/techpubs/hardware/hardware.html
  3734. Dev.CD Mar 00 RL Disk 2
  3735. All Packages
  3736. Technical Publications: Java
  3737. 55070X
  3738. e running Mac OS 7.6 because the extension and control panel for the SDK (1.0.2) have been qualified to work on Mac OS 7.6 or later.  Note that developers will als
  3739. IMPORTANT INFORMATION ABOUT THIS SDK
  3740. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  3741. http://www.apple.com/quicktime/.
  3742. Summary:  QuickDraw GX, the new imaging architecture for Macintosh, provides advanced, system-level functionality for graphics, type and typography, printing, and color management. By building on the capabilities of QuickDraw GX, you
  3743. ll be able to add powerful, diff
  3744. erentiating new features to your products faster than ever before.
  3745. This package contains QuickDraw GX v1.1.3 installer, new interfaces and libraries, as well as new and revised sample code.
  3746.  QuickDraw GX v1.1 can only be installed onto a System running 7.5.x.  Please read the instructions in "QuickDraw
  3747.  GX - Read Me First".
  3748.  There was an new set of GX interfaces and libraries in the SDK#4.  The GX interfaces (which are part of the Universal Interfaces, version 2.1) have been renamed, 
  3749. softwareQ
  3750. solaris
  3751. solutions
  3752. sound
  3753. sound
  3754. input
  3755. driver
  3756. driver
  3757. sound
  3758. memory
  3759. dialogs
  3760. windows
  3761. resources
  3762. files
  3763. interface
  3764. soundsprocket
  3765. soundsprocket
  3766. sound
  3767. reverb
  3768. effects
  3769. space
  3770. spbrecord
  3771. spbrecord
  3772. asynchronous
  3773. record
  3774. specification
  3775. speech
  3776. speech
  3777. synthesis
  3778. text-to-speech
  3779. macintalk
  3780. plaintalk
  3781. spell
  3782. spellswell
  3783. spinning
  3784. spooler
  3785. sprite
  3786. sprocket
  3787. sprockets
  3788. sprockets
  3789. drawsprocket
  3790. netsprocket
  3791. inputsprocket
  3792. soundsprock
  3793. sprockets
  3794. games
  3795. drawsprocket
  3796. inputsprocket
  3797. netsprocket
  3798. sound
  3799. stack
  3800. stacks
  3801. standard
  3802. standardfile
  3803. standards
  3804. starmax
  3805. state
  3806. viewer
  3807. virtual
  3808. virtualuser
  3809. volumes
  3810. vtwinb
  3811. virtual
  3812. virtualuser
  3813. filetool
  3814. memor
  3815. 54354X
  3816. Apr 98^
  3817. --set theItem to choose file -- uncomment to test in an AS editor
  3818.     tell application "Finder"
  3819.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:"
  3820.         activate
  3821.     end tell
  3822. on error errMsg number errNum
  3823.     --enter statements to perform when no records are found such as...
  3824.     display dialog "Sorry, the item you selected could not be found."
  3825.     return
  3826. end try
  3827. e    No Changef
  3828. PCCard
  3829. Hooper
  3830. PowerBook
  3831. Cometq
  3832. Dev.CD Apr 98 SDK1
  3833. PC Card SDKsI
  3834. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  3835. PC Card Manager 3.0
  3836. What's the difference?K
  3837. Aug 97O:Dev.CD Apr 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Apr 00 SDK1
  3838.  - Development Kits
  3839.  - Hardware
  3840.  - PC Card SDKsV
  3841. 54355X
  3842. 1rd SDKsV
  3843. 54355X
  3844. 1e    No Change
  3845. yield/suspend/resume
  3846. yielding
  3847. yieldtoanythread
  3848. Wync.
  3849. What's New in ColorSync
  3850.       - Device Profiles and Document Profiles
  3851.       - ColorSync Workflows
  3852.       - Apple CMM
  3853.       - Calibration Assistant Expert mode
  3854.       - Profile path balloons
  3855.       - Profile descriptions in double byte languages
  3856.       - Profile First Aid
  3857. ColorSync Features
  3858.       - AppleScript support
  3859.       - JPEG and GIF support
  3860.       - Profile Cache File
  3861.       - Profiles Folder Location and Subfolders
  3862.       - Photoshop Plug-ins
  3863.       - Multiprocessing support
  3864.       - support for 16 bits per channel images
  3865.       - What gets installed with ColorSync
  3866. ColorSync 3.0.imgK
  3867. Mar 93L
  3868. Dec 99
  3869. All Packages
  3870. System Enabler 003 (LC III)OEDev.CD Apr 94
  3871. Dev.CD Jan 94
  3872. Dev.CD Oct 93
  3873. Dev.CD Jul 93
  3874. Dev.CD Apr 93PDDev.CD Apr 94
  3875. Dev.CD Jan 94
  3876. Dev.CD Oct 93
  3877. Dev.CD Jul 93
  3878. Dev.CD Apr 9V
  3879. 54858X
  3880. Apr 94
  3881. --set theItem to choose file -- uncomment to test in an AS editor
  3882.     tell application "Finder"
  3883.         open item "Dev.CD Apr 94
  3884. Dev.CD Jan 94
  3885. Dev.CD Oct 93
  3886. Dev.CD Jul 93
  3887. Dev.CD Apr 93"
  3888.         activate
  3889.     end tell
  3890. on error errMsg number errNum
  3891.     --enter statements to perform when no records are found such as...
  3892.     display dialog "Sorry, the item you selected could not be found."
  3893.     return
  3894. end try
  3895. All Packages
  3896. System Enabler 003 (LC III)O7Dev.CD Apr 94
  3897. Dev.CD Jan 94
  3898. Dev.CD Oct 93
  3899. Dev.CD Aug 93P6Dev.CD Apr 94
  3900. Dev.CD Jan 94
  3901. Dev.CD Oct 93
  3902. Dev.CD Aug 9V
  3903. 54859X
  3904. Apr 94
  3905. mrjvise
  3906. mrplus
  3907. mrplus
  3908. performance
  3909. analysis
  3910. powerpc
  3911. applicatio
  3912. ms-dos
  3913. msdos
  3914. Summary: LaserWriter 8.0 is the driver for the current printing architecture that many have been waiting for, with lots of nifty new features.
  3915. Features: Streamlined user interface.  Supports PostScript printer definition (PPD) files for extensive printer-specific features.  Saves EPS files.  New API calls assist in QuickDraw to PostScript translation.  Generates PostScript Level 2 code for Level 2 devices.  Extremely compatible.  Fixes many problems with older drivers.  Faster performanceB
  3916. , especially in background.
  3917. JZDeveloper Information
  3918. New API  sample
  3919. New API documentation
  3920. Read me before using new API!
  3921. Nov 93L
  3922. Nov 93M
  3923. System Software 6.0.7 or later.O7Dev.CD Feb 00 TC:Tool Chest:Printing:LaserWriter 8 API:P?Dev.CD Feb 00 TC
  3924.  - Tool Chest
  3925.  - Printing
  3926.  - LaserWriter 8 APIh systems with USB support.  Provides support for USB v1.4.1f4 for Mac OS 8.6 or greater.  Support third party USB PCI and Cardbus cards which conform to the OHCI USB specification.
  3927. B specification.
  3928. This tool produces a template for building balloon help into your application. You provide your existing app or resource file, and the tool produces Rez source text for all of your dialog and menu resources. You can then edit and compile this file under MPW or CodeWarrior or anything else which compiles '.r' files.
  3929. This tool produces a template for building balloon help into your application. You provide your existing app or resource file, and the tool produces Rez source text for all of 
  3930. your dialog and menu resources. You can then edit and compile this file under MPW or CodeWarrior or anything else which compiles '.r' files.
  3931. Issues: This tool is provided by a third party. It and its source code have been placed in the public domain. See the READ ME for more info.
  3932. Balloonify.c
  3933. Balloonify.h
  3934. Balloony
  3935. Balloony.r
  3936. Balloony.RESOURCES
  3937. Balloony.
  3938. BalloonyHelp.r
  3939. BalloonyRes.h
  3940. main.c
  3941. Read Me
  3942. Sample OutputK
  3943. Dec 97O-Dev.CD Feb 00 TC:Tool Chest:Toolbox:Balloony:W
  3944. --set theItem to choose file -- uncomment to test in an AS editor
  3945.     tell application "Finder"
  3946.         open item "Dev.CD Jul 99 SDK1:What's New:Tool Chest:Testing & Debugging:4PM 5.0:"
  3947.         activate
  3948.     end tell
  3949. on error errMsg number errNum
  3950.     --enter statements to perform when no records are found such as...
  3951.     display dialog "Sorry, the item you selected could not be found."
  3952.     return
  3953. end try
  3954. bug with the message "Port not found in PortList." if you call ClosePort wit
  3955. h a pointer that was never passed to InitPort or OpenPort.
  3956. The init is really small, has little overhead, should not affect the performance of your machine. Please use it peridically for testing and debugging purposes. You'll make the Mac a nicer place to work.
  3957. General tools.imgK
  3958. Feb 94N!testing, debugging, multiple openO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  3959.  - Tool Chest
  3960.  - Testing & Debugging
  3961.  - General tools
  3962. 54356X
  3963. Feb 00^
  3964. r--set theItem to choose file -- uncomment to test in an AS editor
  3965.     tell application "Finder"
  3966.         open item "Dev.CD Feb 00 TC:Sample Code:"
  3967.         activate
  3968.     end tell
  3969. on error errMsg number errNum
  3970.     --enter statements to perform when no records are found such as...
  3971.     display dialog "Sorry, the item you selected could not be found."
  3972.     return
  3973. end try
  3974. e    No ChangefPPC Card
  3975. Network Driver
  3976. Open Transport Module
  3977. Token Ring
  3978. Enabler
  3979. Port Scannerq
  3980. Dev.CD Feb 00 TC
  3981. OD!All Packages
  3982. Tool Chest Edition
  3983. PCCTS 1.31
  3984.     hat can be supported bB
  3985. y adding a glue CNVT code resource.
  3986. Can act as AppleEvent server to be used by AppleScript or edit and execute AppleScript right from Clipboard Magician.
  3987. 52781X
  3988. 1e    No Change
  3989. lected could not be found."
  3990.     return
  3991. end try
  3992. All Packages
  3993. System 7.5 Update 1.0O
  3994. Dev.CD Jul 95P
  3995. Dev.CD Jul 9V
  3996. 52304X
  3997. Jul 95
  3998. P@Dev.CD Feb 00 TC
  3999.  - Tool Chest
  4000.  - Devices
  4001.  - SCSI
  4002.  - Sedit 1.0b3V
  4003. 54679X
  4004. Feb 00^
  4005. --set theItem to choose file -- uncomment to test in an AS editor
  4006.     tell application "Finder"
  4007.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:Sedit 1.0b3:"
  4008.         activate
  4009.     end tell
  4010. on error errMsg number errNum
  4011.     --enter statements to perform when no records are found such as...
  4012.     display dialog "Sorry, the item you selected could not be found."
  4013.     return
  4014. end try
  4015. e    No Changeq
  4016. Dev.CD Feb 00 TC
  4017. D!All Packages
  4018. Tool Chest Edition
  4019. Server Remote Control 1.1
  4020.     o shows how you can determine if Daylight Savings Time is on or off.  The program also shows how you can determine if Daylight Savings Time is on or off.
  4021. J'Sample Code.img
  4022. Windows Sample Code.imgK
  4023. May 94L
  4024. Nov 96O
  4025. Dev.CD Feb 00 TC:Sample Code:P
  4026. Dev.CD Feb 00 TC
  4027.  - Sample Codev
  4028. chinese
  4029. dictation
  4030. chinese
  4031. dictation
  4032. chinese
  4033. handwriting
  4034. packages
  4035. Appearance
  4036. Appearance Extension
  4037. Appearance Sample Code
  4038. Appearance SDK Read Me
  4039. Appearance Versions
  4040. AppearanceCDEV
  4041. Documents
  4042. Prefs for use with System 7.x
  4043. Tools
  4044. _KeyboardK
  4045. Oct 98L
  4046. Sep 99N$Appearance, .Keyboard, function keysO@Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Appearance SDK 1.0.4:PHDev.CD Apr 00 SDK1
  4047.  - Development Kits
  4048.  - Mac OS
  4049.  - Appearance SDK 1.0.4V
  4050. 53931X
  4051. Apr 00^
  4052. --set theItem to choose file -- uncomment to test in an AS editor
  4053.     tell application "Finder"
  4054.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Appearance SDK 1.0.4:"
  4055.         activate
  4056.     end tell
  4057. on error errMsg number errNum
  4058.     --enter statements to perform when no records are found such as...
  4059.     display dialog "Sorry, the item you selected could not be found."
  4060.     return
  4061. end try
  4062. e    No Changef"Appearance
  4063. .Keyboard
  4064. function keysq
  4065. Dev.CD Apr 00 SDK1
  4066. &D(All Packages
  4067. Reference Library Edition
  4068. Apple CD-ROM Handbook
  4069.     e Code.imgK
  4070. Nov 97:Sample Code:V
  4071. 53846X
  4072. 1e    No Change
  4073. updatingb
  4074. upgrade
  4075. upgraded
  4076. upgrader
  4077. upgrades
  4078. upload
  4079. upload
  4080. given
  4081. upper
  4082. upside
  4083. urbina
  4084. access
  4085. collection
  4086. functions
  4087. allowing
  4088. access
  4089. urquhart
  4090. usagew
  4091. 54678X
  4092. Mar 00^    RL Disk 1
  4093. --set theItem to choose file -- uncomment to test in an AS editor
  4094.     tell application "Finder"
  4095.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:Security SDK:"
  4096.         activate
  4097.     end tell
  4098. on error errMsg number errNum
  4099.     --enter statements to perform when no records are found such as...
  4100.     display dialog "Sorry, the item you selected could not be found."
  4101.     return
  4102. end try
  4103. e    No Changef-Keychain
  4104. URL Access
  4105. Cryptography
  4106. File Signingq
  4107. Dev.CD Mar 00 RL Disk 1
  4108. D!All Packages
  4109. Tool Chest Edition
  4110. Sedit 1.0b3I
  4111. Summary: Sedit is a SCSI device editor  and general purpose SCSI utility.  It talks to any device on the SCSI bus.  It can function as a block editor; much like Fedit.  It also allows you to send SCSI commands directly out to any SCSI device.  J$Sedit
  4112. Sedit Documentation
  4113. Template.rK
  4114. Vol IIIL
  4115. Vol VIIO5Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:Sedit 1.0b3:nge
  4116. removefolder
  4117. memoryA
  4118. memory
  4119. stress
  4120. update
  4121. previous
  4122. version
  4123. memory-efficient
  4124. memory-intensive
  4125. memory/video
  4126. mensch
  4127. mentat
  4128. mention
  4129. menubar
  4130. menumanager
  4131. menuse
  4132. menuscripter
  4133. merchandised
  4134. merchandising
  4135. meres
  4136. messagex
  4137. messagepadj
  4138. messagesj
  4139. messagewatcher
  4140. meta-content
  4141. metafile
  4142. methodg
  4143. methodology
  4144. methods
  4145. metrowerks
  4146. packages
  4147. --set theItem to choose file -- uncomment to test in an AS editor
  4148.     tell application "Finder"
  4149.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:SWAt 2.0b6:"
  4150.         activate
  4151.     end tell
  4152. on error errMsg number errNum
  4153.     --enter statements to perform when no records are found such as...
  4154.     display dialog "Sorry, the item you selected could not be found."
  4155.     return
  4156. end try
  4157. seamlessly
  4158. searchb
  4159. searched
  4160. searchesh
  4161. searchingh
  4162. searchproc
  4163. searchprocs
  4164. secondZ
  4165. secondly
  4166. secret
  4167. secretary
  4168. secrets
  4169. sectionj
  4170. segmenting
  4171. seldom
  4172. select
  4173. uThis sample includes two source code libraries which provide simplified access to Network Setup. The first, MoreNetworkSetup, is a simple wrapper around Network Setup. The second, NetworkSetupHelpers, provides high-level functionality (for example, turning AppleTalk on/off, switching TCP/IP configurations) that works with both Network Setup and on pre-Mac OS 8.5 systems.
  4174. JQMoreInterfaceLib:
  4175. MoreSetup.h
  4176. MoreTextUtils:
  4177. NetworkSetup:
  4178. PLStringFuncs:
  4179. Read MeK
  4180. Jan 99L
  4181. Dec 99M
  4182. MoreNetworkSetup requires the Network Setup library, which is currently only available as part of Mac OS 8.5.  NetworkSetupHelpers provides compatibility glue for older systems and merely requires OT 1.1.1 or higher.NnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveOKDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Networking:MoreNetworkSetup:PVDev.CD Mar 00 RL Disk 1
  4183.  - What's New
  4184.  - Sample Code
  4185.  - Networking
  4186.  - MoreNetworkSetup
  4187. All Packages
  4188. f--set theItem to choose file -- uncomment to test in an AS editor
  4189.     tell application "Finder"
  4190.         open item "Dev.CD Jun 97 SSW"
  4191.         activate
  4192.     end tell
  4193. on error errMsg number errNum
  4194.     --enter statements to perform when no records are found such as...
  4195.     display dialog "Sorry, the item you selected could not be found."
  4196.     return
  4197. end try
  4198.     display dialog "Sorry, the item you selected could not be found."
  4199.     return
  4200. end try
  4201. e    No Changeq
  4202. Dev.CD Mar 00 RL Disk 1
  4203. 0D!All Packages
  4204. Mac OS SDK Edition
  4205. Apple Guide
  4206.     ers who want to port their applications to use the Carbon API. Such applications can run on Mac OS 9 using the CarbonLib
  4207. 52584X
  4208. types
  4209. aeut^
  4210. resource^
  4211. protocol
  4212. agent
  4213. aiatb
  4214. manual
  4215. changes
  4216. readmeb
  4217. alchemist
  4218. alerts
  4219. aliasc
  4220. alias
  4221. alias
  4222. aliaslab
  4223. htmlt
  4224. opentransport
  4225. server
  4226. thread
  4227. manager
  4228. tcp/ip
  4229. iostreams
  4230. optimization
  4231. optimization
  4232. buffered
  4233. system
  4234. cache
  4235. cacheline
  4236. optimization
  4237. power
  4238. macintosh
  4239. powerpc
  4240. toolbox
  4241. optimizing
  4242. option
  4243. ordered
  4244. update
  4245. image
  4246. ot/ppp
  4247. ou selected could not be found."
  4248.     return
  4249. end try
  4250. e    No ChangefIOpen Transport
  4251. AppleTalk
  4252. rawmode
  4253. NBPLookup
  4254. OTLookup
  4255. Echo Protocolq
  4256. Dev.CD Feb 00 TC
  4257. "D!All Packages
  4258. Mac OS SDK Edition
  4259. New Audio Features QT3
  4260.     ty of HyperCard XCMDs & XFCNs, both in French and in English. Most of them are also SuperCard compatible.
  4261. Features: Expand the capabilities of HyperCard/ SuperCard by adding many external commands and functions.
  4262. Issues: Send any comments, bug reports, suggestions to:
  4263. AppleLink: RINALDI1
  4264. CalvaCom : FR10
  4265. Compuserve : 71170,2111
  4266. Internet : RINALDI1@APPLELINK@APPLE.COM  
  4267. Deleted
  4268. "P8Dev.CD Apr 00 SDK1
  4269.  - Development Kits
  4270.  - Mac OS
  4271.  - AIATvided with its source code files, which illustrate the new Apple Type Services for Unicode Imaging (ATSUI) technology introduced in Mac OS
  4272.  8.5. The provided examples go from very simple to rather complex in increasing order of difficulty. Ideally, developers will learn most of what they need of ATSUI by just reading the source code.
  4273. The features are ATSUI features: multiple styles, arbitrary angles, broken hilighting, hit testing, fractiB
  4274. onal justification, etc.
  4275. J'Sample Code.img
  4276. Windows Sample Code.imgK
  4277. Nov 98M
  4278. Mac OS
  4279.  8.5NCUnicode, Imaging, Text, Type, Bi-directional, Rotation, Double-byteO
  4280. Dev.CD Feb 00 TC:Sample Code:P
  4281. Dev.CD Feb 00 TC
  4282.  - Sample Code
  4283. super
  4284. survey
  4285. switch
  4286. synchronization
  4287. systemx
  4288. technicalS
  4289. technotes
  4290. terminology^
  4291. tester
  4292. textedit
  4293. Debug Extensions:
  4294. Documentation:
  4295. Mac Interfaces:
  4296. Mac SampleCode New for 1.6:
  4297. Mac SampleCode Previous:
  4298. Release Extensions:
  4299. Release Installer:
  4300. Stub Libraries:
  4301. Unsupported Libraries:K
  4302. Jun 95L
  4303. Jul 99M'PowerPC CPUs with system 7.5 or greaterN
  4304. QD3D 1.6O?Dev.CD Oct 99 SDK1:Development Kits:Mac OS:QuickDraw3D 1.6 SDK:PGDev.CD Oct 99 SDK1
  4305.  - Development Kits
  4306.  - Mac OS
  4307.  - QuickDraw3D 1.6 SDKV
  4308. 54544X
  4309. Oct 99^
  4310. --set theItem to choose file -- uncomment to test in an AS editor
  4311.     tell application "Finder"
  4312.         open item "Dev.CD Oct 99 SDK1:Development Kits:Mac OS:QuickDraw3D 1.6 SDK:"
  4313.         activate
  4314.     end tell
  4315. on error errMsg number errNum
  4316.     --enter statements to perform when no records are found such as...
  4317.     display dialog "Sorry, the item you selected could not be found."
  4318.     return
  4319. end try
  4320. Deletedf
  4321. QD3D 1.6q
  4322. Dev.CD Oct 99 SDK1
  4323. D!All Packages
  4324. Mac OS SDK Edition
  4325. QuickTake Digital CameraICSummary:  This SDK will support the QuickTake 150 or QuickTake 100.d
  4326. 54094X
  4327. Dec 99^
  4328. --set theItem to choose file -- uncomment to test in an AS editor
  4329.     tell application "Finder"
  4330.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:"
  4331.         activate
  4332.     end tell
  4333. on error errMsg number errNum
  4334.     --enter statements to perform when no records are found such as...
  4335.     display dialog "Sorry, the item you selected could not be found."
  4336.     return
  4337. end try
  4338. Deletedq
  4339. Dev.CD Dec 99 RL
  4340. ID!All Packages
  4341. Mac OS SDK Edition
  4342. DeveloperDocumentation: Carbon
  4343. EThis document provides preliminary information about the Carbon printing interface to help you convert your existing Mac OS 8 applications to Carbon. It offers code samples, detailed comparisons between the original Printing Manager and the new Carbon Printing Manager, and a complete  Carbon Printing Manager API reference.
  4344. CarbonPrintingMgrK
  4345. Jan 00K1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:V
  4346. 54095X
  4347. 1e    No Change
  4348. human
  4349. interface
  4350. guidelines@
  4351. server
  4352. developer
  4353. documentation@
  4354. macapp@
  4355. machines@
  4356. macintosh
  4357. macintosh
  4358. powerbook
  4359. series
  4360. developer
  4361. note@
  4362. powertalk
  4363. v.CD Nov 99 TC
  4364.  - Tool Chest
  4365.  - Developer Utilities
  4366.  - BBEdit Lite 3.5s to perform when no records are found such as...
  4367.     display dialog "Sorry, the item you selected could not be found."
  4368.     return
  4369. end try
  4370. All Packages
  4371. System Enabler 065 (LC 575)O
  4372. Dev.CD Apr 94
  4373. Dev.CD Jan 94P
  4374. Dev.CD Apr 94
  4375. Dev.CD Jan 9V
  4376. 51179X
  4377. Apr 94
  4378. knowspict
  4379. kodom
  4380. konstantin
  4381. kopala
  4382. korean
  4383. korean-language
  4384. kotoeri
  4385. kunicodetextrunheuri
  4386. kzoomlarger
  4387. label
  4388. p-abstracts
  4389. 01-introR
  4390. r--set theItem to choose file -- uncomment to test in an AS editor
  4391.     tell application "Finder"
  4392.         open item "Dev.CD Feb 00 TC:Sample Code:"
  4393.         activate
  4394.     end tell
  4395. on error errMsg number errNum
  4396.     --enter statements to perform when no records are found such as...
  4397.     display dialog "Sorry, the item you selected could not be found."
  4398.     return
  4399. end try
  4400. splay dialog "Sorry, the item you selected could not be found."
  4401.     return
  4402. end try
  4403. Next CDf;UNIX
  4404. Open Systems
  4405. workstation
  4406. Solaris
  4407. HP-UXq
  4408. Dev.CD Mar 00 RL
  4409. D!All Packages
  4410. Tool Chest Edition
  4411. Mac Graphics Primer 2
  4412.      7.0 with 512Kbyte code. 
  4413. Color preferred not necessaryN
  4414. CAD/CAM, ASIC DesignOGDev.CD Feb 00 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:PRDev.CD Feb 00 TC
  4415.  - Tool Chest
  4416.  - Hardware
  4417.  - Misc. Tools
  4418.  - LFSR Verilog CAD ToolV
  4419. 51739X
  4420. Feb 00^
  4421. #nctionality as the other ISp Tests.
  4422. 1e    No Change
  4423. e    No Changeq
  4424. Dev.CD Feb 00 TC
  4425. All Packages
  4426. 44152
  4427. Jun 94L
  4428. Aug 96OSDev.CD Nov 99 TC:What's New?:Technical Documentation:C.S.M.P. Digests v3 (000-148):P[Dev.CD Nov 99 TC
  4429.  - What's New?
  4430.  - Technical Documentation
  4431.  - C.S.M.P. Digests v3 (000-148)93"
  4432.         activate
  4433.     end tell
  4434. on error errMsg number errNum
  4435.     --enter statements to perform when no records are found such as...
  4436.     display dialog "Sorry, the item you selected could not be found."
  4437.     return
  4438. end try
  4439. means
  4440. meant
  4441. measurable
  4442. measurew
  4443. measurement
  4444. measuring
  4445. mechanics
  4446. mechanism
  4447. apabilities[
  4448. capability
  4449. captureT
  4450. carbon
  4451. carbon
  4452. 1.0.2
  4453. available
  4454. develope
  4455. carbonlib
  4456. cardO
  4457. cardbus
  4458. cardsQ
  4459. cards&drivers
  4460. carej
  4461. carrieso
  4462. casess
  4463. catch
  4464. MxFor optimal use, Japanese system software 7.1 or Japanese Language Kit are required. Application runs on SSW 6.0 and up.NBTSMTE, TSM, TextEdit, inline input, Japanese, internationalizationO
  4465. Dev.CD Feb 00 TC:Sample Code:P
  4466. Dev.CD Feb 00 TC
  4467.  - Sample CodeV
  4468. 54186X
  4469. Feb 00^
  4470. r--set theItem to choose file -- uncomment to test in an AS editor
  4471.     tell application "Finder"
  4472.         open item "Dev.CD Feb 00 TC:Sample Code:"
  4473.         activate
  4474.     end tell
  4475. on error errMsg number errNum
  4476.     --enter statements to perform when no records are found such as...
  4477.     display dialog "Sorry, the item you selected could not be found."
  4478.     return
  4479. end try
  4480. Movedf=TSMTE
  4481. TextEdit
  4482. inline input
  4483. Japanese
  4484. internationalizationq
  4485. Dev.CD Feb 00 TC
  4486. D!All Packages
  4487. Tool Chest Edition
  4488. InputSprocketPPTestInThis is a PowerPlant version of the InputSprocket test.  It has the same functionality as the other ISp Tests.
  4489. 1e    No Change
  4490. m requirements.
  4491. v.CD Feb 00 TC
  4492. All Packages
  4493. 51622
  4494. tipsS
  4495. tiresome
  4496. title
  4497. titledp
  4498. titles
  4499. tmon's
  4500. tmtask
  4501. tnetworkbuf
  4502. tnetworkiostream
  4503. tnetworkistream
  4504. tnetworkostream
  4505. 54132X
  4506. Feb 00^
  4507. --set theItem to choose file -- uncomment to test in an AS editor
  4508.     tell application "Finder"
  4509.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:File Synchronization 1.1:"
  4510.         activate
  4511.     end tell
  4512. on error errMsg number errNum
  4513.     --enter statements to perform when no records are found such as...
  4514.     display dialog "Sorry, the item you selected could not be found."
  4515.     return
  4516. end try
  4517. e    No ChangefKfile
  4518. synchronization
  4519. backup
  4520. assistant
  4521. folder
  4522. duplication
  4523. control panelq
  4524. Dev.CD Feb 00 TC
  4525. oD!All Packages
  4526. Mac OS SDK Edition
  4527. File System Manager
  4528.         open item "Dev.CD Apr 95
  4529. Dev.CD Jan 95"
  4530.         activate
  4531.     end tell
  4532. on error errMsg number errNum
  4533.     --enter statements to perform when no records are found such as...
  4534.     display dialog "Sorry, the item you selected could not be found."
  4535.     return
  4536. end try
  4537. All Packages
  4538. F    PowerTalkO
  4539. Dev.CD Apr 95P
  4540. Dev.CD Apr 9V
  4541. 53149X
  4542. Apr 95
  4543. 43238X
  4544. 1e    No Change
  4545. Sep 99
  4546. Dec 99M
  4547. Mac OS 9N*HTML, HTMLRenderingLib, Packages, Mac OS 9ORDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:HTMLSample:P]Dev.CD Mar 00 RL Disk 1
  4548.  - What's New
  4549.  - Sample Code
  4550.  - Human Interface Toolbox
  4551.  - HTMLSampleivate
  4552.     end tell
  4553. on error errMsg number errNum
  4554.     --enter statements to perform when no records are found such as...
  4555.     display dialog "Sorry, the item you selected could not be found."
  4556.     return
  4557. end try
  4558. e    No Changeq
  4559. Dev.CD Mar 00 RL Disk 1
  4560. All Packages
  4561. develop Issue 27
  4562. 51595X
  4563. his sample code illustrates the way to determine the processor type of the Macintosh you're running on.
  4564. EditTextCDev:  EditTextCdev is a sample Control Panel device (cdev) that demonstrates the use of the edit-related messages and how to implement an editText item in a cdev. 
  4565. SnapshotSample1.0b3:  Snapshot Sample is a tiny application that shows how to grab the icon positions for all the files on the desktop and later restore those icon positions.  
  4566. Documentation:
  4567. Examples:
  4568. Extensions-AppleBuilt:
  4569. Extensions-MCWBuilt:
  4570. Interfaces:
  4571. Libraries:
  4572. Mac OS USB DDK License
  4573. Mac OS USB DDK Readme
  4574. USB Software Locator Kit:
  4575. Utilities:K
  4576. Apr 00L
  4577. Apr 00
  4578. Device Testing requires Power Macintosh System with USB built-in or PCI USB or Cardbus USB card running Mac OS 8.6 or greater. The Mac OS 9.0 Software Update is preferred. This release of USB ships as part of Mac OS 9.0 Software Update.
  4579. Development requires MPW or CodeWarrior Development environment and Universal Libraries and Headers 3.3.
  4580. The sample code will not compile unless the Universal Libraries and Interfaces 3.3 are part of the development environment.
  4581. NxUniversal Serial Bus, USB, OHCI, Mass Storage Class Driver, HID Class Driver, Keyboard Driver, Mouse Driver, Mac OS USB
  4582. O8Dev.CD Apr 00 SDK1:What's New:Development Kits:Hardware:P@Dev.CD Apr 00 SDK1
  4583.  - What's New
  4584.  - Development Kits
  4585.  - Hardwareest
  4586.  - Testing & Debugging
  4587.  - Debuggers & dcmds
  4588.  - MacsBug 6.6
  4589.     e and 
  4590. PKDev.CD Feb 00 TC
  4591.  - Tool Chest
  4592.  - Testing & Debugging
  4593.  - Virtual User toolsV
  4594. 54731X
  4595. Feb 00^
  4596. --set theItem to choose file -- uncomment to test in an AS editor
  4597.     tell application "Finder"
  4598.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  4599.         activate
  4600.     end tell
  4601. on error errMsg number errNum
  4602.     --enter statements to perform when no records are found such as...
  4603.     display dialog "Sorry, the item you selected could not be found."
  4604.     return
  4605. end try
  4606. e    No Changeq
  4607. Dev.CD Feb 00 TC
  4608. D!All Packages
  4609. Mac OS SDK Edition
  4610. Speech Recognition Manager
  4611.     d try
  4612. All Packages
  4613. System Enabler 003 (LC III)OEDev.CD Apr 94
  4614. Dev.CD Jan 94
  4615. Dev.CD Oct 93
  4616. Dev.CD Jul 93
  4617. Dev.CD Apr 93PDDev.CD Apr 94
  4618. Dev.CD Jan 94
  4619. Dev.CD Oct 93
  4620. Dev.CD Jul 93
  4621. Dev.CD Apr 9V
  4622. 52369X
  4623. Apr 94
  4624. ode.img
  4625. Windows Sample Code.imgK
  4626. Jan 96O
  4627. Dev.CD Feb 00 TC:Sample Code:P
  4628. Dev.CD Feb 00 TC
  4629.  - Sample CodeW
  4630. All Packages
  4631. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  4632. Dev.CD Jan 94
  4633. Dev.CD Oct 93
  4634. Dev.CD Jul 93
  4635. Dev.CD Apr 93PDDev.CD Apr 94
  4636. Dev.CD Jan 94
  4637. Dev.CD Oct 93
  4638. Dev.CD Jul 93
  4639. Dev.CD Apr 9V
  4640. 55035X
  4641. Apr 94
  4642. --set theItem to choose file -- uncomment to test in an AS editor
  4643.     tell application "Finder"
  4644.         open item "Dev.CD Apr 94
  4645. Dev.CD Jan 94
  4646. Dev.CD Oct 93
  4647. Dev.CD Jul 93
  4648. Dev.CD Apr 93"
  4649.         activate
  4650.     end tell
  4651. on error errMsg number errNum
  4652.     --enter statements to perform when no records are found such as...
  4653.     display dialog "Sorry, the item you selected could not be found."
  4654.     return
  4655. end try
  4656. All Packages
  4657. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  4658. Dev.CD Jan 94
  4659. Dev.CD Oct 93P(Dev.CD Apr 94
  4660. Dev.CD Jan 94
  4661. Dev.CD Oct 9V
  4662. 55036X
  4663. Apr 94
  4664. differences
  4665. differento
  4666.     C;rt, Export and Filter) to replace the old version 1.3 ones.
  4667. JfColorSync Plugins readme
  4668. ColorSync
  4669.  Export
  4670. ColorSync
  4671.  Filter
  4672. ColorSync
  4673.  Import
  4674. Lab Color Space ProfileK
  4675. Oct 97M#ColorSync 2.1.x and Adobe PhotoshopN
  4676. ColorSync Photoshop Plug-insOcDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Goodies:ColorSync Photoshop Plugins 2.1:PnDev.CD Apr 98 SDK1
  4677.  - Development Kits (Disc 1)
  4678.  - ColorSync SDK
  4679.  - Goodies
  4680.  - ColorSync Photoshop Plugins 2.1D Feb 00 TC:Sample Code:"
  4681.         activate
  4682.     end tell
  4683. on error errMsg number errNum
  4684.     --enter statements to perform when no records are found such as...
  4685.     display dialog "Sorry, the item you selected could not be found."
  4686.     return
  4687. end try
  4688. Movedq
  4689. Dev.CD Feb 00 TC
  4690. All Packages
  4691. System 7 Tune-UpOUDev.CD Apr 94
  4692. Dev.CD Jan 94
  4693. Dev.CD Oct 93
  4694. Dev.CD July 92
  4695. Dev.CD June 92
  4696. Dev.CD May 92PTDev.CD Apr 94
  4697. Dev.CD Jan 94
  4698. Dev.CD Oct 93
  4699. Dev.CD July 92
  4700. Dev.CD June 92
  4701. Dev.CD May 9V
  4702. 53501X
  4703. Apr 94
  4704. destroy
  4705. destroy
  4706. needs
  4707. destroyglfromwindow
  4708. detached
  4709. detail
  4710. detailedu
  4711. detailed
  4712. developer
  4713. documentation
  4714. detailing
  4715. detailsQ
  4716. detect
  4717. detecting
  4718. detection
  4719. variants
  4720. variation
  4721. varietyb
  4722. various
  4723. vdig's
  4724. vdtextsample
  4725. vector
  4726. vectors
  4727. velocity
  4728. vendor
  4729. vendors
  4730. --set theItem to choose file -- uncomment to test in an AS editor
  4731.     tell application "Finder"
  4732.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:"
  4733.         activate
  4734.     end tell
  4735. on error errMsg number errNum
  4736.     --enter statements to perform when no records are found such as...
  4737.     display dialog "Sorry, the item you selected could not be found."
  4738.     return
  4739. end try
  4740. nt Kits (Disc 2):QuickDraw GX:Programming Stuff:Sample Code:GX->PostScript Sample:"
  4741.         activate
  4742.     end tell
  4743. on error errMsg number errNum
  4744.     --enter statements to perform when no records are found such as...
  4745.     display dialog "Sorry, the item you selected could not be found."
  4746.     return
  4747. end try
  4748. e    No Changef
  4749. PostScript
  4750. sample codeq
  4751. Dev.CD Apr 98 SDK2
  4752. D!All Packages
  4753. Mac OS SDK Edition
  4754. GXGraphics...
  4755.     display dialog "Sorry, the item you selected could not be found."
  4756.     return
  4757. end try
  4758. e    No Changether snippets to dooR
  4759. OUDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:PcDev.CD Feb 00 TC
  4760.  - What's New?
  4761.  - Sample Code
  4762.  - QuickTime
  4763.  - QuickTime for Java
  4764.  - SoundMemRecordV
  4765. 54725X
  4766. Feb 00^
  4767. --set theItem to choose file -- uncomment to test in an AS editor
  4768.     tell application "Finder"
  4769.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:"
  4770.         activate
  4771.     end tell
  4772. on error errMsg number errNum
  4773.     --enter statements to perform when no records are found such as...
  4774.     display dialog "Sorry, the item you selected could not be found."
  4775.     return
  4776. end try
  4777. e    No Changef
  4778. QuickTime
  4779. Dev.CD Feb 00 TC
  4780. D!All Packages
  4781. Tool Chest Edition
  4782. SoundRecordIDThis code shows using the SequenceGrabber for simple audio recordingJ/README.txt
  4783. SndRecord
  4784. SoundRecord.zip
  4785. sr.bat
  4786. Feb 00
  4787. C:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundRecord:V
  4788. 54726X
  4789. 1e    No Change
  4790.  ICC Profiles Docs:nge
  4791. ces SDK:
  4792. or a scanned wide-angle or panoramic photo. It converts the PICT into a QuickTime VR panorama.
  4793. Show Movie:  "Show Movie" is a small application designed to load and play movies. It demonstrates several useful features in QuickTime and ways to use them.
  4794. J'Sample Code.img
  4795. Windows Sample Code.imgK
  4796. May 97L
  4797. May 97O
  4798. Dev.CD Feb 00 TC:Sample Code:P
  4799. Dev.CD Feb 00 TC
  4800.  - Sample Code
  4801. pascal/handle
  4802. pasmatit
  4803. passed
  4804. passes
  4805. passing
  4806. passphrase
  4807. passphrases
  4808. password
  4809. passwords
  4810. paste
  4811. patch
  4812. patchesW
  4813. patchingU
  4814. patching
  4815. service
  4816. routinesU
  4817. patent
  4818. pathname
  4819. pathnames
  4820. pathsd
  4821. patrick
  4822. pattern
  4823. folder
  4824. contains
  4825. updated
  4826. documents
  4827. outlining
  4828. strategies
  4829. folder
  4830. contains
  4831. worldwide
  4832. updates
  4833. hypercard
  4834. update
  4835. features
  4836. including
  4837. powerplant
  4838. version
  4839. inputsprocket
  4840. update
  4841. appearance
  4842. 1.0.3
  4843. manager
  4844. manager
  4845. package
  4846. consists
  4847. files
  4848. provide
  4849. information
  4850. package
  4851. contains
  4852. number
  4853. routines
  4854. helpful
  4855. package
  4856. contains
  4857. appleshare
  4858. 3.6.5
  4859. first
  4860. package
  4861. contains
  4862. drive
  4863. setup
  4864. v1.7.2
  4865. program
  4866. package
  4867. contains
  4868. source
  4869. resources
  4870. project
  4871. package
  4872. contains
  4873. processor
  4874. emulator
  4875. extensions
  4876. package
  4877. includes
  4878. transport
  4879. debug
  4880. package
  4881. compatible
  4882. eventm
  4883. format
  4884. formatter
  4885. french
  4886. germany
  4887. glossariess
  4888. markets
  4889. markpascal
  4890. marks
  4891. maroney
  4892. marquee
  4893. marriott
  4894. martin
  4895. martin-gilles
  4896. masked
  4897. maskrgn
  4898. master
  4899. masters
  4900. match
  4901. matched
  4902. matches
  4903. matches--any
  4904. matching
  4905. material[
  4906. mathematical
  4907. mathlib
  4908. matrix
  4909. matter
  4910. matters
  4911. matthew
  4912. mature
  4913. maurer
  4914. maurice
  4915. maximally
  4916. maximize
  4917. maximum
  4918. maybe
  4919. mbytes
  4920. mcbride
  4921. mdefproc
  4922. means
  4923. meant
  4924. measurable
  4925. measurew
  4926. measurement
  4927. mechanics
  4928. mechanism
  4929. r--set theItem to choose file -- uncomment to test in an AS editor
  4930.     tell application "Finder"
  4931.         open item "Dev.CD Feb 00 TC:Sample Code:"
  4932.         activate
  4933.     end tell
  4934. on error errMsg number errNum
  4935.     --enter statements to perform when no records are found such as...
  4936.     display dialog "Sorry, the item you selected could not be found."
  4937.     return
  4938. end try
  4939. ed for building CTB 1.1 savvy tools and applications.
  4940. The Communications 1 folder contains the 1.0.2 installer scr
  4941. ipt for installing the CTB 1.0 resources on system 6.0.x machines. 
  4942. The 1.1 script does a live install, and does better error checking on the system software. There are no differences between the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  4943. NOTE:  Developers should do all new development with Open Transport where possible.
  4944. Aug 93L
  4945. --set theItem to choose file -- uncomment to test in an AS editor
  4946.     tell application "Finder"
  4947.         open item "Dev.CD Apr 94
  4948. Dev.CD Jan 94
  4949. Dev.CD Oct 93
  4950. Dev.CD Jul 93"
  4951.         activate
  4952.     end tell
  4953. on error errMsg number errNum
  4954.     --enter statements to perform when no records are found such as...
  4955.     display dialog "Sorry, the item you selected could not be found."
  4956.     return
  4957. end try
  4958. network
  4959. administrator's
  4960. guide
  4961. second
  4962. edition
  4963. nsstring
  4964. nsthread
  4965. nubusQ
  4966. nubustester
  4967. nubustester
  4968. library
  4969. source
  4970. detect
  4971. early
  4972. macintosh
  4973. nuclear
  4974. number
  4975. numbers
  4976. numerals
  4977. numeric
  4978. nvram
  4979. nvramrc
  4980. packages
  4981. --set theItem to choose file -- uncomment to test in an AS editor
  4982.     tell application "Finder"
  4983.         open item "Dev.CD May 97 TC
  4984. Dev.CD Nov 96 TC
  4985. Dev.CD Aug 96 TC"
  4986.         activate
  4987.     end tell
  4988. on error errMsg number errNum
  4989.     --enter statements to perform when no records are found such as...
  4990.     display dialog "Sorry, the item you selected could not be found."
  4991.     return
  4992. end try
  4993. d be to check the available devices, find the best, then present the user with a selection dia
  4994. log only if there are more than one "best" device.  Currently, there is not a good mechanism to do this easily, so the two best other options are:
  4995. 1) Iterate through the available devices find the best renderer, build a DSp context on this, then build your OPenGL context.  The downfall of this method is that you know nothing about the graphics capabilities of the device and the user can't select another screen.  The upside is that you get a renderer that is has the capabilities you want.
  4996. Advanced Web Site Technique.pdf
  4997. Avoid Audio Pitfalls Guide.pdf
  4998. CompbasedMediaBroadcastEnv
  4999. Creating MIDI for the Web3.pdf
  5000. DeBabelizer 3.0.pdf
  5001. Design For Reuse.pdf
  5002. DesignForRobustness
  5003. Digital Asset Management.pdf
  5004. Digital Storyboard.pdf 
  5005. DVD Development.pdf
  5006. DVD_Primer.pdf
  5007. Enhanced CD Survival Guide.pdf
  5008. EOModeler
  5009. Frameworks.pdf
  5010. Gender-Based Title Creation.pdf
  5011. Int_Media_Writer_Resources.pdf
  5012. Java Survival Guide.pdf
  5013. Making Cool QD3D Apps.pdf
  5014. Music on the Net.pdf
  5015. New Audio Features QT3.pdf
  5016. Porting
  5017. kObjectiveCtoJava
  5018. Push Tech Survival Gd.pdf
  5019. QT3-More Than Dig. Video.pdf
  5020. Simplified Stream Audio.pdf
  5021. Web Animation Guide.pdf
  5022. WebObjects Database Part I.pdf
  5023. WebObjects Database Part II.pdf
  5024. WebObjects Memory Mgmt.pdf
  5025. WebObjects Tools and Techniques
  5026. WebObjectsCategories&Posers.pdf
  5027. WebObjectsPerformanceTuning
  5028. Working with WebObjects.pdf
  5029. Writing for Interactive Media
  5030. This sample demonstrates how to create a QuickTime movie with a video effect as a transition from one picture to another. This project differs from the QTShowEffect sample code it is based on in that it allows the user to create the effect "by hand" e.g. without the aid of the standard QuickTime effects parameter dialog box. Instead, the program itself builds the correct effects parameter description atoms.
  5031. JeappRsrc.rsrc
  5032. main.c
  5033. main.h
  5034. Movie File.mov
  5035. QTEffects
  5036. QTEffects Project
  5037. QTEffects.c
  5038. QTEffects.h
  5039. READ MEK
  5040. Dec 99M QuickTime 4, Mac OS 7.1 or laterN
  5041. QuickTime, effectsOKDev.CD Mar 00 RL Disk 1:What's New:Sample Code:QuickTime:QTEffects Explode:PVDev.CD Mar 00 RL Disk 1
  5042.  - What's New
  5043.  - Sample Code
  5044.  - QuickTime
  5045.  - QTEffects ExplodeSystem 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO7Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:P?Dev.CD Nov 99 TC
  5046.  - Tool Chest
  5047.  - Localization
  5048.  - AppleGlot 2.3
  5049. familyj
  5050. famous
  5051. fancy
  5052. faqsj
  5053. fashion
  5054. fastj
  5055. fasterj
  5056. fastest
  5057. fatbits
  5058. fault
  5059. favorite
  5060. favourite
  5061. featuresA
  5062. features
  5063. allows
  5064. users
  5065. chess
  5066. network
  5067. popmenus
  5068. popularj
  5069. populateh
  5070. popuph
  5071. popupcdef
  5072. popupfuncs
  5073. popupmenuselect
  5074. popupmenuselectwithc
  5075. popupmenuwithcurfont
  5076. popups
  5077. portT
  5078. portability
  5079. portable
  5080. ported
  5081. porting
  5082. porting
  5083. objective-c
  5084. theresa
  5085. tensor
  5086. informa
  5087. portion
  5088. portions
  5089. portlist
  5090. portraitj
  5091. portrect
  5092. ports
  5093. portuguese
  5094. posers
  5095. postal
  5096. poster
  5097. posting
  5098. postscript
  5099. potential
  5100. potentially
  5101. pottier
  5102. powemacj
  5103. powerj
  5104. CardBus
  5105.  PCMCIA
  5106.  PC CardoBftp://ftp.apple.com/developer/Development_Kits/CardBus_DDK.sit.hqxq
  5107. Dev.CD Apr 00 SDK1
  5108. All Packages
  5109. CD-ROM DetectionI
  5110. Summary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  5111. Incorporates the DriverGestalt call which is the new recommended way to detect CD-ROM drives.J
  5112. CD-ROM Detection:K
  5113. Jun 98OCDev.CD Jun 98 RL1:What's New:Tool Chest:Devices:How to Detect a CD:V
  5114. 52761X
  5115. 1e    No Change
  5116. ormal
  5117. ommon
  5118. IO5Dev.CD Feb 00 TC:Tool Chest:Toolbox:WindowPicker 1.1:P=Dev.CD Feb 00 TC
  5119.  - Tool Chest
  5120.  - Toolbox
  5121.  - WindowPicker 1.1V
  5122. 55119X
  5123. Feb 00^
  5124. --set theItem to choose file -- uncomment to test in an AS editor
  5125.     tell application "Finder"
  5126.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:WindowPicker 1.1:"
  5127.         activate
  5128.     end tell
  5129. on error errMsg number errNum
  5130.     --enter statements to perform when no records are found such as...
  5131.     display dialog "Sorry, the item you selected could not be found."
  5132.     return
  5133. end try
  5134. e    No Changeq
  5135. Dev.CD Feb 00 TC
  5136. JD!All Packages
  5137. Mac OS SDK Edition
  5138. Word Services SDK 1.0.8
  5139. ~--set theItem to choose file -- uncomment to test in an AS editor
  5140.     tell application "Finder"
  5141.         open item "Dev.CD Apr 94
  5142. Dev.CD Jan 94
  5143. Dev.CD Oct 93"
  5144.         activate
  5145.     end tell
  5146. on error errMsg number errNum
  5147.     --enter statements to perform when no records are found such as...
  5148.     display dialog "Sorry, the item you selected could not be found."
  5149.     return
  5150. end try
  5151. ected could not be found."
  5152.     return
  5153. end try
  5154. All Packages
  5155. F    QuickTimeO
  5156. Dev.CD Jun 97 SSWP
  5157. Dev.CD Jun 97 SSV
  5158. 52139X
  5159. Jun 97
  5160. f--set theItem to choose file -- uncomment to test in an AS editor
  5161.     tell application "Finder"
  5162.         open item "Dev.CD Jun 97 SSW"
  5163.         activate
  5164.     end tell
  5165. on error errMsg number errNum
  5166.     --enter statements to perform when no records are found such as...
  5167.     display dialog "Sorry, the item you selected could not be found."
  5168.     return
  5169. end try
  5170. All Packages
  5171. F    QuickTimeO
  5172. Dev.CD Jun 97 SSWP
  5173. Dev.CD Jun 97 SSV
  5174. 52140X
  5175. 55115X
  5176. Mar 00^    RL Disk 1
  5177. --set theItem to choose file -- uncomment to test in an AS editor
  5178.     tell application "Finder"
  5179.         open item "Dev.CD Mar 00 RL Disk 1:Interactive Media Resources:"
  5180.         activate
  5181.     end tell
  5182. on error errMsg number errNum
  5183.     --enter statements to perform when no records are found such as...
  5184.     display dialog "Sorry, the item you selected could not be found."
  5185.     return
  5186. end try
  5187. e    No Changef%WebObjects
  5188. OPENSTEP
  5189. Memory Managementq
  5190. Dev.CD Mar 00 RL Disk 1
  5191. WebObjects Performance Tuning
  5192. Performance Tuning
  5193. By Theresa Ray of Tensor Information Systems, Inc.
  5194. Performance tuning your WebObjects application is a critical step on the road to successful deployment of a web site. Optimization of a web site is always productive, only costs a moderate amount of development time, and results in a solid, scalable system. By properly coding, testing and administrating your application, your web site can be a great success! a great success!
  5195. Sep 98L
  5196. Sep 99N
  5197. Mac OS, Mac OS 8, Mac OS 8.5, Inside Macintosh, Inside Mac, Java, Developer Notes, Mac OS X, QuickTime, and WebObjects, pdf documents, printing pdf, PDF.O=Dev.CD Dec 99 RL:Technical Publications:Documentation in PDF:PBDev.CD Dec 99 RL
  5198.  - Technical Publications
  5199.  - Documentation in PDF
  5200. , 68030, or 68040 Macintosh system.
  5201. NOTE:  This versiC
  5202. on is incompatible with:
  5203.  Cyberdog 2.0 alpha and older. Cyberdog 2.0 beta is compatible.
  5204.  Jasik's The Debugger, versions built prior to March 3, 1997
  5205. JQ CFM-68K Runtime Enabler
  5206. CFM-68K 4.0
  5207. CFM-68K Read Me
  5208. Interfaces:
  5209. ObjectSupportLibK
  5210. Jan 96L
  5211. May 97M
  5212. The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.O7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:W
  5213. machines
  5214. macintoshO
  5215. W return
  5216. end try
  5217. All Packages
  5218. Hardware System UpdateO
  5219. Dev.CD Jul 93
  5220. Dev.CD Apr 93P
  5221. Dev.CD Jul 93
  5222. Dev.CD Apr 9V
  5223. 49179X
  5224. Jul 93
  5225.  Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  5226. J'Sample Code.img
  5227. Windows Sample Code.imgK
  5228. Apr 96L
  5229. Jun 98:Sample Code:V
  5230. 48112X
  5231. 1e    No Change
  5232. eb 92L
  5233. May 96nge
  5234. fromR
  5235. fssetprinter
  5236. fssetprinter
  5237. fssetprinter
  5238. fstubs
  5239. fstubs
  5240. fstubs
  5241. fullballoons
  5242. fullballoons
  5243. fulldrag
  5244. fulldrag
  5245. fullfind
  5246. fullfind
  5247. fullhpop
  5248. fullhpop
  5249. fullmove
  5250. fullmove
  5251. fulloffset
  5252. fulloffset
  5253. fullremove
  5254. fullremove
  5255. fullrename
  5256. fullrename
  5257. fullreplace
  5258. fullreplace
  5259. fullreslist
  5260. fullreslist
  5261. fullsfpack
  5262. fullsfpack
  5263. fullsort
  5264. fullsort
  5265. fulltext
  5266. fulltext
  5267. library
  5268. licenced@
  5269. licensed@
  5270. life@
  5271. like@
  5272. linked@
  5273. listed@
  5274. little-known@
  5275. live@
  5276. logical@
  5277. long-term@
  5278. low-level@
  5279. server
  5280. developer
  5281. documentation@
  5282. macapp@
  5283. machines@
  5284. macintosh
  5285. macintosh
  5286. powerbook
  5287. series
  5288. developer
  5289. note@
  5290. textv
  5291. 54256X
  5292. May 98^
  5293. --set theItem to choose file -- uncomment to test in an AS editor
  5294.     tell application "Finder"
  5295.         open item "Dev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:"
  5296.         activate
  5297.     end tell
  5298. on error errMsg number errNum
  5299.     --enter statements to perform when no records are found such as...
  5300.     display dialog "Sorry, the item you selected could not be found."
  5301.     return
  5302. end try
  5303. e    No ChangefBMPQ
  5304. Macintosh
  5305. PowerBook
  5306. Qualified
  5307. PC Card
  5308. Card and Socket Servicesq
  5309. Dev.CD May 98 TC
  5310. D!All Packages
  5311. Tool Chest Edition
  5312. Macintosh Sample Code
  5313. IWSummary: This folder contains dozens of code samples from the DTS sample code library. J'Sample Code.img
  5314. Windows Sample Code.imgK
  5315. Vol IVL
  5316. Apr 97M
  5317. MPW, THINK C, or A/UXO
  5318. Dev.CD Feb 00 TC:Sample Code:P
  5319. Dev.CD Feb 00 TC
  5320.  - Sample CodeV
  5321. 54257X
  5322. Feb 00^
  5323. #ou need:
  5324. -OT 1.3 or greater
  5325. -QuickTime 2.5 or greater
  5326. -Appearance 1.0.1 or greater.
  5327. e.com/techpubs/index.html
  5328. Vol IIIlets you play games with other players over an AppleTalk or TCP/IP 
  5329.  SoundSprocket 1.7.1 lets you hear 3D sound effects in some applications with only two speakers connected to your computer.
  5330. JDDrawSprocket_SDK
  5331. InputSprocket_SDK
  5332. NetSprocket_SDK
  5333. SoundSprocket_SDKK
  5334. Jun 96L
  5335. Jan 00NISprockets, Games, DrawSprocket, InputSprocket, NetSprocket, SoundSprocketO=Dev.CD Apr 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:PEDev.CD Apr 00 SDK1
  5336.  - Development Kits
  5337.  - Mac OS
  5338.  - GameSprocket SDKsUpdate 2.0O
  5339. Dev.CD Jul 96 SSWP
  5340. Dev.CD Jul 96 SSV
  5341. 49838X
  5342. Jul 96
  5343. f--set theItem to choose file -- uncomment to test in an AS editor
  5344.     tell application "Finder"
  5345.         open item "Dev.CD Jul 96 SSW"
  5346.         activate
  5347.     end tell
  5348. on error errMsg number errNum
  5349.     --enter statements to perform when no records are found such as...
  5350.     display dialog "Sorry, the item you selected could not be found."
  5351.     return
  5352. end try
  5353. All Packages
  5354. System 7.5 Update 2.0V
  5355. 49839X
  5356. All Packages
  5357. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  5358. Dev.CD Jan 94
  5359. Dev.CD Oct 93
  5360. Dev.CD Jul 93P6Dev.CD Apr 94
  5361. Dev.CD Jan 94
  5362. Dev.CD Oct 93
  5363. Dev.CD Jul 9V
  5364. 54979X
  5365. Apr 94
  5366. --set theItem to choose file -- uncomment to test in an AS editor
  5367.     tell application "Finder"
  5368.         open item "Dev.CD Apr 94
  5369. Dev.CD Jan 94
  5370. Dev.CD Oct 93
  5371. Dev.CD Jul 93"
  5372.         activate
  5373.     end tell
  5374. on error errMsg number errNum
  5375.     --enter statements to perform when no records are found such as...
  5376.     display dialog "Sorry, the item you selected could not be found."
  5377.     return
  5378. end try
  5379. All Packages
  5380. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  5381. Dev.CD Jan 94
  5382. Dev.CD Oct 93
  5383. Dev.CD Jul 93P6Dev.CD Apr 94
  5384. Dev.CD Jan 94
  5385. Dev.CD Oct 93
  5386. Dev.CD Jul 9V
  5387. 54980X
  5388. Apr 94
  5389. e    No Change
  5390.     return
  5391. end try
  5392. e    No Changef)Open Transport
  5393. cache
  5394. delete
  5395. queryq
  5396. Dev.CD Jun 98 RL1
  5397. QD!All Packages
  5398. Tool Chest Edition
  5399. Asia Market Guide
  5400. packages
  5401. rray, CFDictionary, CFDictionary, CFPropertyList, XML, Core Foundation, String Services, CFString.h, CFCharacterSet.h, CFStringEncodingsExt.h, CFString, string, mutable string, internationalization, localization, Unicode, character encoding, string encoding
  5402. Msg number errNum
  5403.     --enter statements to perform when no records are found such as...
  5404.     display dialog "Sorry, the item you selected could not be found."
  5405.     return
  5406. end try
  5407. All Packages
  5408. F    QuickTimeO
  5409. Dev.CD Jan 94
  5410. Dev.CD Oct 93P
  5411. Dev.CD Jan 94
  5412. Dev.CD Oct 9V
  5413. 53339X
  5414. Jan 94
  5415. p--set theItem to choose file -- uncomment to test in an AS editor
  5416.     tell application "Finder"
  5417.         open item "Dev.CD Jan 94
  5418. Dev.CD Oct 93"
  5419.         activate
  5420.     end tell
  5421. on error errMsg number errNum
  5422.     --enter statements to perform when no records are found such as...
  5423.     display dialog "Sorry, the item you selected could not be found."
  5424.     return
  5425. end try
  5426. All Packages
  5427. F    QuickTimeV
  5428. 53340X
  5429. Jan 00L
  5430. Feb 00M
  5431. web browser
  5432. text, encoding, Unicode, script, language, conversion, games, input device, sprocket, joystick, gamepad, gaming, blanking, screen, display, buffering, games, sprocket, gaming, networking, games, multiprocessing, preemptive task, multitasking, threads, threading, cons, Icon Services, Icon Utilities, 'icns', icon family, icon resources, IconRef, icon plotting, Navigation Services, Standard File, file management, file 
  5433. navigation, opening files, saving files, Network Services Location, file p
  5434. O6Dev.CD Mar 00 RL Disk 2:Technical Publications:macos8:ound."
  5435.     return
  5436. end try
  5437. Deletedq
  5438. Dev.CD Feb 98 TC
  5439. All Packages
  5440. Apple Event Registry & SuitesIySummary: This folder contains the Apple Event Registry and information about Apple Event Suites from the AppleScript SDK.K
  5441. Feb 92L
  5442. Apr 93V
  5443. 51451X
  5444. 1e    No Change
  5445. converter
  5446. encodings
  5447. extractors
  5448. plug-ins
  5449. text-to-speech
  5450. text-to-speech
  5451. first
  5452. suitesm
  5453. super
  5454. survey
  5455. 2.0b6
  5456. switch
  5457. switch
  5458. stack
  5459. synccatch
  5460. synchronization
  5461. synthesis
  5462. sysconfig
  5463. sysconfig
  5464. 1.5b16
  5465. systemx
  5466. W0b5V
  5467. 51629X
  5468. Dec 99^
  5469. customputappend
  5470. customputdialog
  5471. customputsuffix
  5472. cutting
  5473. cvtccomments
  5474. cyberdog
  5475. cycle
  5476. cycles
  5477. cyrillic
  5478. --set theItem to choose file -- uncomment to test in an AS editor
  5479.     tell application "Finder"
  5480.         open item "Dev.CD Jan 94
  5481. Dev.CD Oct 93
  5482. Dev.CD Jul 93
  5483. Dev.CD Apr 93
  5484. Dev.CD Mar 93
  5485. Dev.CD Feb 93
  5486. Dev.CD Jan 93
  5487. Dev.CD Nov/Dec 92"
  5488.         activate
  5489.     end tell
  5490. on error errMsg number errNum
  5491.     --enter statements to perform when no records are found such as...
  5492.     display dialog "Sorry, the item you selected could not be found."
  5493.     return
  5494. end try
  5495. E- Common
  5496.     - Sun Compliant Java Runtime Environment 1.1
  5497.     - QuickTime 3 
  5498.     - QTJava.zip
  5499.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  5500.     - QTJava media samples
  5501. - Mac OS:
  5502.     - System 8 or later
  5503.     - Macintosh Runtime for Java (MRJ) 2.1
  5504. - Windows 95, 98, or NT::
  5505.     - JRE/JDK from Sun Microsystems, Inc. recommended
  5506. QuickTime, Java, MRJ
  5507. This extensive revision has added many new terms and deleted obsolete ones. It includes new appendixes for writing a glossary and a NewtB
  5508. on Style Guide. 
  5509. J.Apple Pubs Glossary 3.0
  5510. Apple Style Guide 2/94K
  5511. Vol IIIL
  5512. May 94M
  5513. Adobe Acrobat Reader.N1documentation, manuals, style, usage, style guideOCDev.CD Mar 00 RL Disk 1:Technical Documentation:Publication Guides:PHDev.CD Mar 00 RL Disk 1
  5514.  - Technical Documentation
  5515.  - Publication Guides^
  5516. documentationandsamp
  5517. 4.0.1
  5518. install
  5519. graphics
  5520. primer
  5521. interfaces
  5522. guidelines
  5523. development
  5524. toolkit
  5525. runtime
  5526. architectures
  5527. encodingsv
  5528. license
  5529. readme
  5530. samplecode
  5531. samplecode
  5532. previous
  5533. specific
  5534. files
  5535. system
  5536. alias
  5537. macapp
  5538. macapp
  5539. cdent
  5540. stuff
  5541. macapp
  5542. developer
  5543. survey
  5544. macappclassmeth
  5545. macappprogguide
  5546. macbinary
  5547. macbinary-ii-conf
  5548. macbinary-ii-conf2
  5549. macbinary-ii-standar
  5550. macbinary-standard
  5551. maccalendar
  5552. macguide
  5553. macguide
  5554. machack
  5555. macincludes
  5556. macincludes
  5557. macincludes
  5558. macos8and9
  5559. macos8documentation
  5560. macsbug]
  5561. macsbug
  5562. macsbug
  5563. macsbug
  5564. debugging
  5565. guide
  5566. b--set theItem to choose file -- uncomment to test in an AS editor
  5567.     tell application "Finder"
  5568.         open item "Dev.CD Jul 95"
  5569.         activate
  5570.     end tell
  5571. on error errMsg number errNum
  5572.     --enter statements to perform when no records are found such as...
  5573.     display dialog "Sorry, the item you selected could not be found."
  5574.     return
  5575. end try
  5576. virtual
  5577. tools
  5578. bit-depth
  5579. explnd
  5580. please
  5581. ion:Technical Publications:DeveloperDocumentation:carbon:"
  5582.         activate
  5583.     end tell
  5584. on error errMsg number errNum
  5585.     --enter statements to perform when no records are found such as...
  5586.     display dialog "Sorry, the item you selected could not be found."
  5587.     return
  5588. end try
  5589. e    No ChangefNprinting
  5590. Carbon
  5591. Carbon printing
  5592. Carbon Printing Manager
  5593. print
  5594. imaging
  5595. graphicsreturn
  5596. end try
  5597. All Packages
  5598. F    QuickTimeO
  5599. Dev.CD Jul 93P
  5600. Dev.CD Jul 9V
  5601. 49629X
  5602. Jul 93
  5603. documentation
  5604. sample
  5605. audio
  5606. features
  5607. newgworld
  5608. newgworld
  5609. newgworld
  5610. newgworld
  5611. newformat
  5612. newgworld
  5613. newmaclogo
  5614. newnsptest
  5615. non-mpw
  5616. norway
  5617. norway
  5618. distributors/localiz
  5619. apple
  5620. product
  5621. example
  5622. noteW
  5623. notesu
  5624. notification
  5625. notification
  5626. library
  5627. plugins
  5628. nubus
  5629. nubus
  5630. board
  5631. registration
  5632. nubuslist
  5633. nubuslist
  5634. nubustest
  5635. nubustest
  5636. nubustest
  5637. nubustest
  5638. object
  5639. object
  5640. pascal
  5641. objectcode
  5642. issue
  5643. italian
  5644. italian
  5645. 1.1.3
  5646. italy
  5647. italy
  5648. distributors/localiz
  5649. items
  5650. japan
  5651. japanesep
  5652. japanese
  5653. resourcesp
  5654. drawing
  5655. survival
  5656. guide
  5657. javadrawing
  5658. javadrawing
  5659. javaqtanimation
  5660. javaqtanimation
  5661. javasprites
  5662. jbindery2.0
  5663. jbinderyhtml
  5664. helper
  5665. helper
  5666. helper
  5667. jisapplet
  5668. jman2.0
  5669. jmanhtml
  5670. jqtanim
  5671. locales
  5672. locales
  5673. localization
  5674. locator
  5675. lookup
  5676. lookupmenu
  5677. All Packages
  5678. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  5679. Dev.CD Jan 94
  5680. Dev.CD Oct 93
  5681. Dev.CD Jul 93P6Dev.CD Apr 94
  5682. Dev.CD Jan 94
  5683. Dev.CD Oct 93
  5684. Dev.CD Jul 9V
  5685. 54844X
  5686. Apr 94
  5687. --set theItem to choose file -- uncomment to test in an AS editor
  5688.     tell application "Finder"
  5689.         open item "Dev.CD Apr 94
  5690. Dev.CD Jan 94
  5691. Dev.CD Oct 93
  5692. Dev.CD Jul 93"
  5693.         activate
  5694.     end tell
  5695. on error errMsg number errNum
  5696.     --enter statements to perform when no records are found such as...
  5697.     display dialog "Sorry, the item you selected could not be found."
  5698.     return
  5699. end try
  5700. All Packages
  5701. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  5702. Dev.CD Jan 94
  5703. Dev.CD Oct 93
  5704. Dev.CD Jul 93
  5705. Dev.CD Apr 93PDDev.CD Apr 94
  5706. Dev.CD Jan 94
  5707. Dev.CD Oct 93
  5708. Dev.CD Jul 93
  5709. Dev.CD Apr 9V
  5710. 54845X
  5711. Apr 94
  5712. rCard XFCNs and XCMDs.
  5713. This package is System 7.0 compatible. 
  5714. 50265X
  5715. 1e    No Change
  5716. runtime
  5717. runtime
  5718. 2.1.4
  5719. upgrade
  5720. 2.1.3
  5721. toolkit
  5722. traceroute
  5723. traditional
  5724. traffic
  5725. transaction
  5726. translationy
  5727. translation
  5728. macintosh
  5729. translator
  5730. translator
  5731. transport
  5732. tsmte
  5733. tsmte
  5734. textedit
  5735. inline
  5736. input
  5737. japanese
  5738. internationalizatio
  5739. tutorial
  5740. types
  5741. typography
  5742. ultraslimfast
  5743. unicode
  5744. universal
  5745. universal
  5746. serial
  5747. storage
  5748. class
  5749. driver
  5750. systems
  5751. workstation
  5752. solaris
  5753. hp-ux
  5754. update
  5755. updater
  5756. updates
  5757. usagew
  5758. usedistanthdwrmem
  5759. uselocalhdwrmem
  5760. utilities
  5761. utility
  5762. utility
  5763. space
  5764. variable
  5765. variables
  5766. --set theItem to choose file -- uncomment to test in an AS editor
  5767.     tell application "Finder"
  5768.         open item "Dev.CD Feb 00 TC:Tool Chest:Localization:ShowDialogBoxes:"
  5769.         activate
  5770.     end tell
  5771. on error errMsg number errNum
  5772.     --enter statements to perform when no records are found such as...
  5773.     display dialog "Sorry, the item you selected could not be found."
  5774.     return
  5775. end try
  5776. rs/localiz
  5777. im-telephony
  5778. imageg
  5779. imagecomp
  5780. infox
  5781. information
  5782. init]
  5783. initprojector
  5784. inputsprocket
  5785. inputsprocket
  5786. installX
  5787. install
  5788. english
  5789. install
  5790. francais
  5791. install
  5792. install
  5793. install
  5794. install
  5795. 2.6.5X
  5796. install
  5797. 3.0.1Y
  5798. install
  5799. 1.0.2t
  5800. install
  5801. 2.0.1t
  5802. install
  5803. english
  5804. installerZ
  5805. --set theItem to choose file -- uncomment to test in an AS editor
  5806.     tell application "Finder"
  5807.         open item "Dev.CD Apr 94
  5808. Dev.CD Jan 94
  5809. Dev.CD Oct 93
  5810. Dev.CD Jul 93
  5811. Dev.CD Apr 93"
  5812.         activate
  5813.     end tell
  5814. on error errMsg number errNum
  5815.     --enter statements to perform when no records are found such as...
  5816.     display dialog "Sorry, the item you selected could not be found."
  5817.     return
  5818. end try
  5819. event-aware]
  5820. event-driven
  5821. eventsN
  5822. eventually
  5823. everj
  5824. everest
  5825. examples
  5826. exceeds
  5827. except
  5828. exception
  5829. exceptional
  5830. exceptions
  5831. This sample code accompanies "TN 1174: Optimization Strategies for the Mac OS".
  5832. The Cacheline Optimizer evaluates cacheline usage.  Given a stride value, it will simulate the cache utilization for the L1 and L2 caches on an iMac, as well as giving an approximate idea of the TLB usage.  It gives the percentage utilization as well as how many iterations before you will begin to evict data from the cache.
  5833. CBuffFileStream demonstrates the  implementation of a buffered file system on top of B
  5834. the Mac OS file system.
  5835. J'Sample Code.img
  5836. Windows Sample Code.imgK
  5837. Nov 99M0Optimization Strategies for the Mac OS Technote.N4Optimization, buffered file system, cache, cachelineO
  5838. Dev.CD Feb 00 TC:Sample Code:P
  5839. Dev.CD Feb 00 TC
  5840.  - Sample Codee a 1 megabyte and then a 2 megabyte handle in the System heap.
  5841. Switch Stack:  This is a simple example of showing how to correctly switch to a private stack for interrupt-time code that requires more than a few dozen bytes of stack space. Thp
  5842. All Packages
  5843. QuickDraw GXO
  5844. Dev.CD Jan 96 SDK1P
  5845. Dev.CD Jan 96 SDKV
  5846. 54476X
  5847. Jan 96
  5848. g--set theItem to choose file -- uncomment to test in an AS editor
  5849.     tell application "Finder"
  5850.         open item "Dev.CD Jan 96 SDK1"
  5851.         activate
  5852.     end tell
  5853. on error errMsg number errNum
  5854.     --enter statements to perform when no records are found such as...
  5855.     display dialog "Sorry, the item you selected could not be found."
  5856.     return
  5857. end try
  5858. All Packages
  5859. QuickDraw GXO Dev.CD Jan 96 SDK1
  5860. Dev.CD Jul 95P
  5861. Dev.CD Jan 96 SDK1
  5862. Dev.CD Jul 9V
  5863. 54477X
  5864. Jan 96
  5865. u--set theItem to choose file -- uncomment to test in an AS editor
  5866.     tell application "Finder"
  5867.         open item "Dev.CD Jan 96 SDK1
  5868. Dev.CD Jul 95"
  5869.         activate
  5870.     end tell
  5871. on error errMsg number errNum
  5872.     --enter statements to perform when no records are found such as...
  5873.     display dialog "Sorry, the item you selected could not be found."
  5874.     return
  5875. end try
  5876. All Packages
  5877. 54478
  5878. 54303X
  5879. Apr 00^
  5880. --set theItem to choose file -- uncomment to test in an AS editor
  5881.     tell application "Finder"
  5882.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:"
  5883.         activate
  5884.     end tell
  5885. on error errMsg number errNum
  5886.     --enter statements to perform when no records are found such as...
  5887.     display dialog "Sorry, the item you selected could not be found."
  5888.     return
  5889. end try
  5890. e    No Changeq
  5891. Dev.CD Apr 00 SDK1
  5892. D!All Packages
  5893. Tool Chest Edition
  5894. Navigable Movie Toolkit
  5895.     ansion 
  5896.        - expansion slots 
  5897.        - system software 
  5898. G4.pdfK
  5899. Apr 00L
  5900. Apr 00NWHardware Developer Documentation, developer notes, devnotes, Power Mac, Power MacintoshOWDev.CD Apr 00 SDK1:What's New:Developer Documentation:Developer Documentation:hardware:PbDev.CD Apr 00 SDK1
  5901.  - What's New
  5902.  - Developer Documentation
  5903.  - Developer Documentation
  5904.  - hardwareV
  5905. 52853X
  5906. Apr 00^
  5907. #://developer.apple.com/techpubs/index.html
  5908. 55075X
  5909. Mar 00^    RL Disk 2
  5910. --set theItem to choose file -- uncomment to test in an AS editor
  5911.     tell application "Finder"
  5912.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:quicktime:"
  5913.         activate
  5914.     end tell
  5915. on error errMsg number errNum
  5916.     --enter statements to perform when no records are found such as...
  5917.     display dialog "Sorry, the item you selected could not be found."
  5918.     return
  5919. end try
  5920. e    No Changef=QuickTime
  5921. video
  5922. sound
  5923. virtual reality
  5924. QuickTime 3
  5925. graphics
  5926. /A<http://developer.apple.com/techpubs/quicktime/quicktime.html
  5927. Dev.CD Mar 00 RL Disk 2
  5928. D(All Packages
  5929. Reference Library Edition
  5930. F Technical Publications: Rhapsody
  5931. approaches
  5932. appropriate
  5933. appropriately
  5934. approval
  5935. approved
  5936. approximate
  5937. appsp
  5938. appstogo
  5939. e time.
  5940. FreqForEverChange:  This sample application shows how to play a sound and how to alter its frequency.
  5941. GiMeDaPalette w/Sound:  This is the original version of GiMeDaPalette with a change to make it possible to play a sound at the same time as the colors are being animated.
  5942. MeterTest:  This snippet demonstrates record metering through the use of SPBGetDeviceInfo() and SPBSetDeviceInfo() using the siLevelMeterOnOff selector.
  5943. MultiPlay:  This sample application shows how to play a 
  5944. sound several times in a row.
  5945. RecordToFile:  This app builds an AIFF file (actually it rebuilds a file which is selected).  Then it records to the file with the low level sound input calls.  When the recording is done, the code make sure that the AIFF header is correct and then plays the sound back with SndStartFilePlay.
  5946. Record sound to disk: Shows how to record sound asynchronously to disk and how to deal with errors gracefully.
  5947. SampleRateAvail:  This snippet checks for the number of s
  5948. This sample demonstrates how to write an application that dumps out various information on the Open Transport TCP/IP protocol stack, much like the netstat program on UNIX.J'Sample Code.img
  5949. Windows Sample Code.imgK
  5950. May 98L
  5951. Jun 98M
  5952. Open TransportNkopen transport, netstat, display, dump, arp, cache logical physical interfaces routing table tcp udp statusO
  5953. Dev.CD Feb 00 TC:Sample Code:P
  5954. Dev.CD Feb 00 TC
  5955.  - Sample CodeV
  5956. 54338X
  5957. Feb 00^
  5958. r--set theItem to choose file -- uncomment to test in an AS editor
  5959.     tell application "Finder"
  5960.         open item "Dev.CD Feb 00 TC:Sample Code:"
  5961.         activate
  5962.     end tell
  5963. on error errMsg number errNum
  5964.     --enter statements to perform when no records are found such as...
  5965.     display dialog "Sorry, the item you selected could not be found."
  5966.     return
  5967. end try
  5968. e    No Changeffopen transport
  5969. netstat
  5970. display
  5971. cache logical physical interfaces routing table tcp udp statusq
  5972. Dev.CD Feb 00 TC
  5973. =D!All Packages
  5974. Tool Chest Edition
  5975. virtual
  5976. external
  5977. toolbox
  5978. toolbox
  5979. assistant
  5980. quickview
  5981. tional
  5982. traffic
  5983. transaction
  5984. translationy
  5985. translation
  5986. macintosh
  5987. translator
  5988. translator
  5989. transport
  5990. tsmte
  5991. tsmte
  5992. textedit
  5993. inline
  5994. input
  5995. japanese
  5996. internationalizatio
  5997. types
  5998. typography
  5999. unicode
  6000. universal
  6001. universal
  6002. serial
  6003. storage
  6004. class
  6005. driver
  6006. systems
  6007. workstation
  6008. solaris
  6009. hp-ux
  6010. update
  6011. updater
  6012. usagew
  6013. usedistanthdwrmem
  6014. uselocalhdwrmem
  6015. utilities
  6016. utility
  6017. utility
  6018. space
  6019. variable
  6020. variables
  6021. 54293X
  6022. Mar 00^    RL Disk 1
  6023. --set theItem to choose file -- uncomment to test in an AS editor
  6024.     tell application "Finder"
  6025.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:MRJ Redistribution SDK 
  6026.         activate
  6027.     end tell
  6028. on error errMsg number errNum
  6029.     --enter statements to perform when no records are found such as...
  6030.     display dialog "Sorry, the item you selected could not be found."
  6031.     return
  6032. end try
  6033. e    No Changef;MRJ
  6034. MRJ SDK
  6035. MRJ 2.1.4
  6036. MRJ Resdistributor
  6037. Redistribution SDKq
  6038. Dev.CD Mar 00 RL Disk 1
  6039. D!All Packages
  6040. Mac OS SDK Edition
  6041. MRJ SDK 2.1 EA3I
  6042. MRJ SDK 2.1 EA3 is the Beta Release of MRJ SDK 2.1. This is released by the MacOS Runtime for Java group, and replaces EA2, our Alpha release. J
  6043. MRJ SDK 2.1 EA3K
  6044. Aug 97L
  6045. Jan 99N
  6046. Java, MRJ, RuntimeO;Dev.CD Jul 99 SDK1:Development Kits:Mac OS:MRJ SDK 2.1 EA3:PCDev.CD Jul 99 SDK1
  6047.  - Development Kits
  6048.  - Mac OS
  6049.  - MRJ SDK 2.1 EA3V
  6050. 54294X
  6051. Jul 99^
  6052. 52868X
  6053. 1e    No Change
  6054. <s implementation uses a scrolling list of icons to select panes.
  6055. Document Synchronization and Other Human Interface Issues by Mark H. Linton.  The Macintosh Human Interface Guidelines say that a window
  6056. s title should match the corresponding document
  6057. s name at all times. Here
  6058. s some code that will help you do that.
  6059. JEdevelop Issue 23:
  6060. develop Issue 23 code:
  6061. develop Issue 23 references:K
  6062. Sep 95L
  6063. Sep 95OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 23:PQDev.CD Mar 00 RL Disk 1
  6064.  - Technical Documentation
  6065.  - Develop
  6066.  - develop Issue 23ell things.
  6067. J'Sample Code.img
  6068. Windows Sample Code.imgK
  6069. May 97L
  6070. May 97O
  6071. Dev.CD Feb 00 TC:Sample Code:P
  6072. Dev.CD Feb 00 TC
  6073.  - Sample Codesg number errNum
  6074.     --enter statements to perform when no records are found such as...
  6075.     display dialog "Sorry, the item you selected could not be found."
  6076.     return
  6077. end try
  6078. All Packages
  6079. QuickDraw GXO
  6080. Dev.CD Apr 95
  6081. Dev.CD Jan 95V
  6082. 45804X
  6083. gworld
  6084. gworld's
  6085. gworlds
  6086. gx-aware
  6087. gx-compatible
  6088. gxgraphics
  6089. gxifier
  6090. gxoverridetool
  6091. hackers
  6092. hacks
  6093. hairlines
  6094. hairy
  6095. half-way
  6096. hammerhead-based
  6097. hand-coded
  6098. hand-tweak
  6099. haven't
  6100. having
  6101. he/she
  6102. headaches
  6103. headerg
  6104. headers
  6105. healthj
  6106. heaps
  6107. heartbeat
  6108. hedgingj
  6109. helpZ
  6110. tion with the provided port scanner. The sample code demonstrates techniques to 1. register a driver name so that the default PC Card port scanner registers a custom driver name to use instead of the auto generated name based on the device, and 2. how to keep the default scanner from registering the network card as an Ethernet device.
  6111. The sample project was created with MetroWerks CodeWarrior 4.0 with the Universal Interfaces and Libraries v3.2, and the Open Transport 2.0.1 DDK
  6112. To use th
  6113. e sample, a PowerBook 2400, 3400, or G3 series is required. The sample was tested with SSW 8.5 and OT 2.0.1 and may work with SSW 7.6.1 and OT 1.1.2.
  6114. The sample ethernet driver only supports a single PC Card. The sample could be rewritten to support multiple Ethernet PC Cards. The purpose of the sample was to demonstrate port registration for non-Ethernet network PC Cards.  The sample does not demonstrate the loading of support additional port scanners which the card may require, such as 
  6115. F    QuickTimeO
  6116. Dev.CD Jan 94
  6117. Dev.CD Oct 93P
  6118. Dev.CD Jan 94
  6119. Dev.CD Oct 9
  6120. The CardBus DDK contains 3 folders title Documentation, Samples and Tools.
  6121.   Documentation
  6122.    *  Designing PCI Cards&Drivers
  6123.     -  Describes the current Design environment for PCI and CardBus cards
  6124.    *  PCI Binding to OF v2.1
  6125.     -  This is the Addendum to IEEE 1275 for Boot Initialization
  6126. Configuration
  6127.    *  MacOS PC Card Family 3.0
  6128.     -  Describes the Architecture and Implementation of PC Card (Card Bus)
  6129. 3.0 under MacOS
  6130.   Samples
  6131.    *  CustomEnabler
  6132.     -  Provides source code a
  6133. s an example of a SystemSoft custom enabler to
  6134. support multiple cards
  6135.    *  Another CustomEnabler
  6136.     -  Provides source code as an example of a custom enabler designed to
  6137. correct the IBM OEM Ethernet PC Card.
  6138.   Tools
  6139.    *  Display Name Registry 2.0
  6140.     -  Displays the Macintosh
  6141. s Name Registry and Device Tree
  6142.    *  TupleDumper
  6143.     -  
  6144. Dumps
  6145.  the CardBus (PCMCIA) tuples of any inserted PC cards
  6146. J)Read Me
  6147.  Documentation
  6148.  Samples
  6149.  ToolsK
  6150. Jan 00M
  6151. PowerMac / CodeWarrior IDE 2.1
  6152. metrowerks
  6153. pascal
  6154. source
  6155. included
  6156. allocations
  6157. allocators
  6158. allowV
  6159. allowed
  6160. For years multimedia developers have regarded Equilibrium's DeBabelizer as the graphic application equivalent of the Swiss Army Knife. It's ability to open, manipulate and save in almost any graphic file format for a wide range of platforms has been indispensable. Add to this the ability to run an automated "Batch" process on a set of files with a series of graphic manipulations and you have a tool that saves time, effort and money. With the introduction of version 3.0 for the Macintosh EqB
  6161. uilibrium has added a host of new features that offer professional control of still, video and web graphics and a greatly improved user interface.
  6162. Jul 98cintoshes, especially the PowerPC models, may have different settings so it is important to setup Sound Input correctly each time you use it.
  6163. SoundConvert:  SoundConvert demonstrates some of the new features in Sound Manager 3.2. The application allows you to read AIFF and AIFC sound files and convert them to any combination of
  6164. 54636X
  6165. Apr 98^
  6166. --set theItem to choose file -- uncomment to test in an AS editor
  6167.     tell application "Finder"
  6168.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  6169.  IC SDK 1.01:"
  6170.         activate
  6171.     end tell
  6172. on error errMsg number errNum
  6173.     --enter statements to perform when no records are found such as...
  6174.     display dialog "Sorry, the item you selected could not be found."
  6175.     return
  6176. end try
  6177. Deletedf3QuickTime
  6178. QuickTime IC
  6179. image
  6180. capture
  6181. digital
  6182. cameraq
  6183. Dev.CD Apr 98 SDK2
  6184. gD!All Packages
  6185. Tool Chest Edition
  6186. QuickTime Java SDKILQuickTime for Java SDK.  Includes QuickTime for Java API javadoc, and demos.J
  6187. qtjavadocs
  6188. QTJavaSDKK
  6189. Feb 00MmRequires:
  6190.     - QuickTime 3 
  6191.     - QTJava.zip
  6192.     - Mac OS 8 or later
  6193.     - Macintosh Runtime for Java (MRJ) 2.1 or laterN
  6194. QuickTime, Java, MRJOHDev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:ngeo
  6195. http://developer.apple.com/sdk/
  6196. device
  6197. manager
  6198. devnotes
  6199. dialog
  6200. dictation
  6201. textbox
  6202. textedit
  6203. textstyle
  6204. texttotypeintlcoerci
  6205. texture
  6206. textures
  6207. thanj
  6208. thanks
  6209.  emphasis on the Standard Template portion of the C++ Standard Library 
  6210. * Additional abstractions of formerly 'he
  6211. !avy weight' classes leading to an ever more modular design, as exhibited in new lighter weight classes found in the Apple Class Suites (ACS) 
  6212. * Support for building MacApp-based applications which run under Mac OS X and CarbonLib 
  6213. * Other Fixes and enhancements 
  6214. * Quality considerations 
  6215. Install MacApp R14d5
  6216. Apr 00
  6217. A8Mac OS 8 or later, including Mac OS X.  68020 or better.
  6218. st:MacApp:
  6219. betabase
  6220. betterZ
  6221. between
  6222. beused
  6223. beware
  6224. beyondN
  6225. bezier
  6226. bidirectional
  6227. bigscrolling
  6228. binary
  6229. binding
  6230. binhex
  6231. bit-depth
  6232. bitmap
  6233. bitmapped
  6234. bitmaps
  6235. black
  6236. black&white
  6237. black-and-white
  6238. blackketter
  6239. blank
  6240. blayback
  6241. blend
  6242. bless
  6243. blink
  6244. blinking
  6245. blitters
  6246. blitting
  6247. block
  6248. blockmove
  6249. blockreader
  6250. blocks
  6251. blown
  6252. Summary: This is the electronic version of develop magazine.
  6253.  Issue 28 highlights:
  6254. Coding Your Object Model for Advanced Scriptability by Ron Reuter.  Basic support for an Apple event object model isn
  6255. t too tough, but supporting more complex scripts takes some planning, and can trip you up in subtle ways if you
  6256. re not careful. This advice will help you out.
  6257. New QuickDraw 3D Geometries by Philip J. Schneider.  QuickDraw 3D 1.5 includes several useful new geometric primitives. This artic
  6258. le introduces the new primitives and discusses the differences among the various polyhedral primitives, both new and old.
  6259. QuickDraw GX Line Layout: Bending the Rules by Daniel I. Lipton.  The typographic capabilities of QuickDraw GX are without peer, but until now drawing that beautiful text along an arbitrary path took a concerted effort. Here
  6260. s a library that makes it easy to do.
  6261. MacApp Debugging Aids by Conrad Kopala.  Programming with a framework saves time and effort, but debugging 
  6262. 54140X
  6263. Feb 00^
  6264. --set theItem to choose file -- uncomment to test in an AS editor
  6265.     tell application "Finder"
  6266.         open item "Dev.CD Feb 00 TC:Tool Chest:Localization:FMAT Editor:"
  6267.         activate
  6268.     end tell
  6269. on error errMsg number errNum
  6270.     --enter statements to perform when no records are found such as...
  6271.     display dialog "Sorry, the item you selected could not be found."
  6272.     return
  6273. end try
  6274. e    No Changef&number formatting
  6275. ResEdit
  6276. localizationq
  6277. Dev.CD Feb 00 TC
  6278. wD!All Packages
  6279. Tool Chest Edition
  6280. Folder Watching
  6281.      Sun Microsystems, Inc. recommended
  6282. QuickTime, Java, MRJOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:PlayMovie:P^Dev.CD Feb 00 TC
  6283.  - What's New?
  6284.  - Sample Code
  6285.  - QuickTime
  6286.  - QuickTime for Java
  6287.  - PlayMovieand Device Tree
  6288.    *  TupleDumper
  6289.     -  
  6290. Dumps
  6291.  the CardBus (PCMCIA) tuples of any inserted PC cards
  6292. J)Read Me
  6293.  Documentation
  6294.  Samples
  6295.  ToolsK
  6296. Jan 00M
  6297. PowerMac / CodeWarrior IDE 2.1nd try
  6298.     CNnd grammar checker) applications is available at: http://www.wordservices.org/
  6299. Spellswell Plus 2.1 DEMO:
  6300. Word Services Specification
  6301. Writeswell Jr 1.2.3 Sources 
  6302. Writeswell JR Code Notes
  6303. Writeswell Jr.
  6304. Writeswell Jr. InstructionsK
  6305. Apr 97N8Apple Events Spell Grammar Writeswell Spellswell WorkingOEDev.CD Apr 98 SDK2:Development Kits (Disc 2):Word Services SDK 1.0.8:PJDev.CD Apr 98 SDK2
  6306.  - Development Kits (Disc 2)
  6307.  - Word Services SDK 1.0.8ic@
  6308. expansion@
  6309. system
  6310. manager@
  6311. foundation
  6312. reference
  6313. client@
  6314. services@
  6315. imagewriter@
  6316. items@
  6317. keyboard
  6318. lproj@
  6319. macintosh@
  6320. menus@
  6321. morpheme@
  6322. 54590X
  6323. Oct 93
  6324. ~--set theItem to choose file -- uncomment to test in an AS editor
  6325.     tell application "Finder"
  6326.         open item "Dev.CD Oct 93
  6327. Dev.CD Jul 93
  6328. Dev.CD Apr 93"
  6329.         activate
  6330.     end tell
  6331. on error errMsg number errNum
  6332.     --enter statements to perform when no records are found such as...
  6333.     display dialog "Sorry, the item you selected could not be found."
  6334.     return
  6335. end try
  6336. All Packages
  6337. F    QuickTimeO
  6338. Dev.CD Oct 93
  6339. Dev.CD Oct 93V
  6340. 54591X
  6341. Oct 93
  6342. c--set theItem to choose file -- uncomment to test in an AS editor
  6343.     tell application "Finder"
  6344.         open item "Dev.CD Oct 93
  6345.         activate
  6346.     end tell
  6347. on error errMsg number errNum
  6348.     --enter statements to perform when no records are found such as...
  6349.     display dialog "Sorry, the item you selected could not be found."
  6350.     return
  6351. end try
  6352. All Packages
  6353. F    QuickTimeO)Dev.CD Oct 93
  6354. Dev.CD Jul 93
  6355. Dev.CD Apr 93P(Dev.CD Oct 93
  6356. Dev.CD Jul 93
  6357. Dev.CD Apr 9V
  6358. 54592X
  6359. Oct 93
  6360. All Packages
  6361. PPC EnablerO
  6362. Dev.CD Jul 95P
  6363. Dev.CD Jul 9V
  6364. 54419X
  6365. Jul 95
  6366. b--set theItem to choose file -- uncomment to test in an AS editor
  6367.     tell application "Finder"
  6368.         open item "Dev.CD Jul 95"
  6369.         activate
  6370.     end tell
  6371. on error errMsg number errNum
  6372.     --enter statements to perform when no records are found such as...
  6373.     display dialog "Sorry, the item you selected could not be found."
  6374.     return
  6375. end try
  6376. All Packages
  6377. PPC EnablerO
  6378. Dev.CD Jul 95P
  6379. Dev.CD Jul 9V
  6380. 54420X
  6381. Jul 95
  6382. b--set theItem to choose file -- uncomment to test in an AS editor
  6383.     tell application "Finder"
  6384.         open item "Dev.CD Jul 95"
  6385.         activate
  6386.     end tell
  6387. on error errMsg number errNum
  6388.     --enter statements to perform when no records are found such as...
  6389.     display dialog "Sorry, the item you selected could not be found."
  6390.     return
  6391. end try
  6392. All Packages
  6393. PPC EnablerO
  6394. Dev.CD Jul 95P
  6395. Dev.CD Jul 9V
  6396. 54421X
  6397. Jul 95
  6398. ews (1 million Power Macs; Apple Licenses MacOS; QuickTime Conferencing; AppleShare and AppleSearch for Windows; MessagePad 120; Motorola Newton Wireless Device); Strategy Mosaic (Blueprint for Future: Communications and Collaboration); Editor's Note (Delays); IndustryWatch.
  6399. Technology: News (develop issue 21); CD Highlights;  Human Interface (Disambiguator, pt 1); OpenDoc HI Q&A, pt 3; QuickDraw 3D.
  6400. Business & Marketing:  Market Research Monthly (Server Software); Special Market Report 
  6401. (Newton Vertical Market); Marketing Feature (User Group Marketing).
  6402. This is final draft copy from the February Apple Directions, 
  6403.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  6404. February 1995 Apple Directions Articles
  6405. News: Apple News (Developer Support for PCI; OpenDoc Roundup; Apple Supports Kaleida Products; GeoPort Kit; Apple Joins Versit); Strategy M
  6406. All Packages
  6407. PowerTalk (PPC)O
  6408. Dev.CD Oct 94P
  6409. Dev.CD Oct 9V
  6410. 54404X
  6411. Oct 94
  6412. b--set theItem to choose file -- uncomment to test in an AS editor
  6413.     tell application "Finder"
  6414.         open item "Dev.CD Oct 94"
  6415.         activate
  6416.     end tell
  6417. on error errMsg number errNum
  6418.     --enter statements to perform when no records are found such as...
  6419.     display dialog "Sorry, the item you selected could not be found."
  6420.     return
  6421. end try
  6422. All Packages
  6423. PowerTalk (PPC)O
  6424. Dev.CD Oct 94P
  6425. Dev.CD Oct 9V
  6426. 54405X
  6427. Oct 94
  6428. b--set theItem to choose file -- uncomment to test in an AS editor
  6429.     tell application "Finder"
  6430.         open item "Dev.CD Oct 94"
  6431.         activate
  6432.     end tell
  6433. on error errMsg number errNum
  6434.     --enter statements to perform when no records are found such as...
  6435.     display dialog "Sorry, the item you selected could not be found."
  6436.     return
  6437. end try
  6438. All Packages
  6439. PowerTalk (PPC)O
  6440. Dev.CD Oct 94P
  6441. Dev.CD Oct 9V
  6442. 54406X
  6443. Oct 94
  6444. Snapshot Sample is a tiny application that shows how to grab the icon positions for all the files on the desktop and later restore those icon positions.  This is useful for programs, like games, that switch resolutions on the fly, thereby causing havoc for the user
  6445. s desktop icons.
  6446. JORead Me About Snapshot Sample
  6447. Snapshot Sample
  6448. SnapshotSample.c
  6449. SnapshotSample.
  6450. Feb 97L
  6451. Dec 97N
  6452. grab icon desktopO=Dev.CD Feb 00 TC:Tool Chest:OS Utilities:SnapshotSample1.0b4:PEDev.CD Feb 00 TC
  6453.  - Tool Chest
  6454.  - OS Utilities
  6455.  - SnapshotSample1.0b4
  6456. dzmain
  6457. dzmenu
  6458. dzmenu
  6459. dzmenu
  6460. dzmoreresources
  6461. dzmoreresources
  6462. dzprefix
  6463. dzprefix
  6464. dzresource
  6465. dzresource
  6466. dzresource
  6467. dzsound
  6468. dzsound
  6469. dzsound
  6470. dzsound
  6471. dzspace
  6472. dzspace
  6473. dzspace
  6474. dzthumbprint
  6475. dzthumbprint
  6476. dzutils
  6477. dzutils
  6478. dzutils
  6479. W  How do you print graphics that use CopyMask an
  6480. and/oro
  6481. anderson
  6482. angles
  6483. animate
  6484. animated
  6485. animation
  6486. animatorsj
  6487. anniversay
  6488. annotated
  6489. annotations
  6490. announcementj
  6491. announcingj
  6492. annoying
  6493. anonymous
  6494.  "!MoreFiles Read Me" for a description of fixes & improvements in version 1.4.6.
  6495. Standard File Samples:  Three samples involving Standard 
  6496. File dialogs. StandardGetFolder demonstrates a CustomGetFile call, with additions to the dialog to allow selection of a folder or volume.  CustomPutAppend demonstrates a CustomPutDialog with an Append button that does not ask the user if he/she wants to replace the existing file. CustomPutSuffix demonstrates a CustomPutDialog with an Save button that checks to see if several files (with the name filename+suffix) already exist.
  6497. StandardFileIcons:  StandardFileIcons is a control panel which
  6498. MPW etc.imgK
  6499. Nov 97N
  6500. power macintosh debuggerO6Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD Feb 00 TC
  6501.  - Tool Chest
  6502.  - Development Kits
  6503.  - MPW etc.V
  6504. 54376X
  6505. Feb 00^
  6506. --set theItem to choose file -- uncomment to test in an AS editor
  6507.     tell application "Finder"
  6508.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:"
  6509.         activate
  6510.     end tell
  6511. on error errMsg number errNum
  6512.     --enter statements to perform when no records are found such as...
  6513.     display dialog "Sorry, the item you selected could not be found."
  6514.     return
  6515. end try
  6516. e    No Changef
  6517. power macintosh debuggerq
  6518. Dev.CD Feb 00 TC
  6519. cD!All Packages
  6520. Tool Chest Edition
  6521. Power Macintosh Prod. Artwork 
  6522. complexity
  6523. compliance
  6524. compliant
  6525. complies
  6526. componentP
  6527. component-based
  6528. components
  6529. utersj
  6530. (** = new, * = revised)
  6531. Inline Input for TextEdit:  This package helps developers implement inline input for TextEdit using the TSMTE extension in their applications. The package provides sample code for implementing inline input for TextEdit, the TSMTE interfaces, and the TSMTE extension. It is intended to be used along with Macintosh Technical Note TE 27 - Inline Input for TextEdit with TSMTE.
  6532. SimpleText Sample:  This is some SimpleText source code. It shows how to write SimpleText, imBUplements calling PPC library from 68k code, using AppleGuide, and other swell things.
  6533. J'Sample Code.img
  6534. Windows Sample Code.imgK
  6535. May 97L
  6536. May 97O
  6537. Dev.CD Feb 00 TC:Sample Code:P
  6538. Dev.CD Feb 00 TC
  6539.  - Sample CodeV
  6540. 54436X
  6541. Feb 00^
  6542. --set theItem to choose file -- uncomment to test in an AS editor
  6543.     tell application "Finder"
  6544.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:"
  6545.         activate
  6546.     end tell
  6547. on error errMsg number errNum
  6548.     --enter statements to perform when no records are found such as...
  6549.     display dialog "Sorry, the item you selected could not be found."
  6550.     return
  6551. end try
  6552. e    No Changef:QuickDraw GX spooler print patch AppleShare Novell Netwareq
  6553. Dev.CD Feb 00 TC
  6554. D!All Packages
  6555. Tool Chest Edition
  6556. F    QTEffectsI
  6557. This demo program shows how to use QuickTime's visual effects architecture as applied to two source images. The effects are applied in realtime - controlled by the user settings in the window.J2ef.bat
  6558. PlayQTEffectApp.zip
  6559. QTEffect
  6560. README.txt
  6561. Feb 00
  6562. C:What's New?:Sample Code:QuickTime:QuickTime for Java:QTEffects:V
  6563. 54437X
  6564. 1e    No Change
  6565. returned`
  6566. returnsj
  6567. reusable
  6568. reusej
  6569. reusing
  6570. reuter
  6571. revealed
  6572. revert
  6573. revised[
  6574. revisionw
  6575. revisited
  6576. revolution
  6577. reworked
  6578. rewrite
  6579. rewritten
  6580. rgbforecolor
  6581. rhapsody
  6582. rhapsody
  6583. developer
  6584. documentation
  6585. rhapsody
  6586. pages
  6587. ribbon
  6588. ricardo
  6589. richard
  6590. richery
  6591. sequenceT
  6592. seriesx
  6593. serverj
  6594. serversS
  6595. serviceU
  6596. settingst
  6597. severala
  6598. shadowj
  6599. sharej
  6600. sharedp
  6601. sharedlibsp
  6602. sherlockq
  6603. shipmentsj
  6604. shippede
  6605. shipsj
  6606. shotsB
  6607. shouldN
  6608. showingo
  6609. showsN
  6610. All Packages
  6611. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  6612. Dev.CD Jan 94
  6613. Dev.CD Oct 93
  6614. Dev.CD Jul 93
  6615. Dev.CD Apr 93PDDev.CD Apr 94
  6616. Dev.CD Jan 94
  6617. Dev.CD Oct 93
  6618. Dev.CD Jul 93
  6619. Dev.CD Apr 9V
  6620. 54995X
  6621. Apr 94
  6622. --set theItem to choose file -- uncomment to test in an AS editor
  6623.     tell application "Finder"
  6624.         open item "Dev.CD Apr 94
  6625. Dev.CD Jan 94
  6626. Dev.CD Oct 93
  6627. Dev.CD Jul 93
  6628. Dev.CD Apr 93"
  6629.         activate
  6630.     end tell
  6631. on error errMsg number errNum
  6632.     --enter statements to perform when no records are found such as...
  6633.     display dialog "Sorry, the item you selected could not be found."
  6634.     return
  6635. end try
  6636. All Packages
  6637. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  6638. Dev.CD Jan 94
  6639. Dev.CD Oct 93
  6640. Dev.CD Jul 93
  6641. Dev.CD Apr 93PDDev.CD Apr 94
  6642. Dev.CD Jan 94
  6643. Dev.CD Oct 93
  6644. Dev.CD Jul 93
  6645. Dev.CD Apr 9V
  6646. 54996X
  6647. Apr 94
  6648. powerbook
  6649. powerpcA
  6650. powerplant
  6651. preferencet
  6652. preferences
  6653. print
  6654. opencheckedout
  6655. opendocj
  6656. opendoc's
  6657. opened
  6658. openfirmware
  6659. opengl
  6660. opengl
  6661. macintosh
  6662. enables
  6663. computer
  6664. display
  6665. three-
  6666. opening
  6667. openmultfiles
  6668. openport
  6669. opens
  6670. openselection
  6671. openstep
  6672. openstep
  6673. documentation
  6674. applies
  6675. rhapsody
  6676. means
  6677. opentransport
  6678. openwindow
  6679. operate
  6680. operatingo
  6681. operation
  6682. operations
  6683. operator-defined
  6684. operators
  6685. opf-opendoc
  6686. opportunities
  6687. could not be found."
  6688.     return
  6689. end try
  6690. D!All Packages
  6691. Tool Chest Edition
  6692. CPUGestalthnologiesp
  6693. 54073X
  6694. Mar 00^    RL Disk 1
  6695. --set theItem to choose file -- uncomment to test in an AS editor
  6696.     tell application "Finder"
  6697.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 18:"
  6698.         activate
  6699.     end tell
  6700. on error errMsg number errNum
  6701.     --enter statements to perform when no records are found such as...
  6702.     display dialog "Sorry, the item you selected could not be found."
  6703.     return
  6704. end try
  6705. e    No Changeq
  6706. Dev.CD Mar 00 RL Disk 1
  6707. All Packages
  6708. develop Issue 19
  6709. 54074X
  6710.  which allows SetupGL to set down in resolutions and pixel depths to get a match.
  6711. - It allows specification of a screen device to try first by enumeration of the screens.  -1 indicates the main screen.  Other screens are enumerated in order returned by DMGetFirstScreenDevice and DMGetNextScreenDevice with 0 being the first screen returned.  If allocations on the desired screen fails SetupGL will automatically check the other screens.
  6712. - SetupGL 
  6713. all-in-one
  6714. all-new
  6715. allocate
  6716. allocate/deallocate
  6717. allocate/deallocate
  6718. allocated
  6719. allocates
  6720. allocatingg
  6721. allocation
  6722. allocations
  6723. allocators
  6724. allowV
  6725. allowed
  6726. 54642X
  6727. Feb 00^
  6728. r--set theItem to choose file -- uncomment to test in an AS editor
  6729.     tell application "Finder"
  6730.         open item "Dev.CD Feb 00 TC:Sample Code:"
  6731.         activate
  6732.     end tell
  6733. on error errMsg number errNum
  6734.     --enter statements to perform when no records are found such as...
  6735.     display dialog "Sorry, the item you selected could not be found."
  6736.     return
  6737. end try
  6738. MovedfUQTVR
  6739. QuickTime VR
  6740. Make QTVR Object
  6741. Make QTVR Panorama
  6742. QuickTime
  6743. virtual reality
  6744. toolsq
  6745. Dev.CD Feb 00 TC
  6746. mD(All Packages
  6747. Reference Library Edition
  6748. QuickView
  6749.  Developer Edition
  6750. 54680X
  6751. Feb 00^
  6752. --set theItem to choose file -- uncomment to test in an AS editor
  6753.     tell application "Finder"
  6754.         open item "Dev.CD Feb 00 TC:Tool Chest:Interapplication Communication:Server Remote Control 1.1:"
  6755.         activate
  6756.     end tell
  6757. on error errMsg number errNum
  6758.     --enter statements to perform when no records are found such as...
  6759.     display dialog "Sorry, the item you selected could not be found."
  6760.     return
  6761. end try
  6762. e    No Changef@AppleShare
  6763. File Sharing
  6764. Faceless Background-only
  6765. PPC Toolboxq
  6766. Dev.CD Feb 00 TC
  6767. D!All Packages
  6768. Tool Chest Edition
  6769. SetDefaultDTP
  6770. printing
  6771. printing
  6772. drvrs
  6773. prog's
  6774. overview
  6775. typography
  6776. 1.1.1
  6777. spooler
  6778. patch
  6779. 1.0.2
  6780. 1.1.2
  6781. spooler
  6782. patch
  6783. 1.0.2
  6784. 1.1.3
  6785. spooler
  6786. patch
  6787. 1.0.2
  6788. r13u5
  6789. r14d5
  6790. rdocproc
  6791. rdocproc
  6792. registration
  6793. request
  6794. pdates the interfaces required for pre-emptively threaded applications. The SDK includes documentation describing the changes.
  6795. This package includes:
  6796.  CFM-68K 4.0, Code Fragment Manager for 680x0 Macintoshes
  6797.  ObjectSupportLib, version 1.2
  6798.  Updated Apple Thread Manager, now included in the CFM-68K Runtime Enabler.
  6799. Requirements:  The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.
  6800. NOTE:  This versiC
  6801. on is incompatible with:
  6802.  Cyberdog 2.0 alpha and older. Cyberdog 2.0 beta is compatible.
  6803.  Jasik's The Debugger, versions built prior to March 3, 1997
  6804. JQ CFM-68K Runtime Enabler
  6805. CFM-68K 4.0
  6806. CFM-68K Read Me
  6807. Interfaces:
  6808. ObjectSupportLibK
  6809. Jan 96L
  6810. May 97M
  6811. The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.O7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:
  6812. operators
  6813. opf-opendoc
  6814. imaging[
  6815. J--Read Me
  6816. CRCPatch folder
  6817. Data folder
  6818. tjs commK
  6819. Oct 92L
  6820. Aug 95M
  6821. MPW:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:V
  6822. 52165X
  6823. 1e    No Change
  6824. Java DrawingI
  6825. This demo program shows the usage of the QTImageDrawer to allow QuickTime to draw the results of painting into a Java offscreen Image and its associated Java Graphics.J1JavaDrawing
  6826. JavaDrawing.zip
  6827. jd.bat
  6828. README.txt
  6829. Feb 00
  6830. - Common
  6831.     - Sun Compliant Java Runtime Environment 1.1
  6832.     - QuickTime 3 
  6833.     - QTJava.zip
  6834.     - QTJava media samples
  6835. - Mac OS:
  6836.     - System 8 or later
  6837.     - Macintosh Runtime for Java (MRJ) 2.1
  6838. - Windows 95, 98, or NT::
  6839.     - JRE/JDK from Sun Microsystems, Inc. recommended
  6840. CP+ Tool 1.0
  6841. ASummary: This tool updates the MacTCP 1.1 driver to correct a problem with the reception of packets on Macintosh Pluses running System 7.0 or later. 
  6842. Features: The modified MacTCP driver will work on Apple Macintosh Plus Computers running System 7.  The release version 1.1 of MacTCP does not work in this configuration.
  6843. J@MacTCP+ Tool
  6844. README for MacTCP+ Tool
  6845. README for MacTCP+ Tool.txtK
  6846. Mar 92:Tool Chest:Networking:MacTCP:MacTCP+ Tool:V
  6847. 53023X
  6848. 1e    No Change
  6849. b--set theItem to choose file -- uncomment to test in an AS editor
  6850.     tell application "Finder"
  6851.         open item "Dev.CD Apr 94"
  6852.         activate
  6853.     end tell
  6854. on error errMsg number errNum
  6855.     --enter statements to perform when no records are found such as...
  6856.     display dialog "Sorry, the item you selected could not be found."
  6857.     return
  6858. end try
  6859. registration
  6860. animation
  6861. guide
  6862. webobjects
  6863. webobjects
  6864. database
  6865. webobjects
  6866. database
  6867. webobjects
  6868. tools
  6869. techniques
  6870. webobjects36
  6871. webobjects36
  6872. webobjectsandjava
  6873. webobjectscategories
  6874. webobjectscategories
  6875. webobjectsperformanc
  6876. hypercard
  6877. All Packages
  6878. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  6879. Dev.CD Jan 94
  6880. Dev.CD Oct 93
  6881. Dev.CD Jul 93
  6882. Dev.CD Apr 93PDDev.CD Apr 94
  6883. Dev.CD Jan 94
  6884. Dev.CD Oct 93
  6885. Dev.CD Jul 93
  6886. Dev.CD Apr 9V
  6887. 55021X
  6888. Apr 94
  6889. --set theItem to choose file -- uncomment to test in an AS editor
  6890.     tell application "Finder"
  6891.         open item "Dev.CD Apr 94
  6892. Dev.CD Jan 94
  6893. Dev.CD Oct 93
  6894. Dev.CD Jul 93
  6895. Dev.CD Apr 93"
  6896.         activate
  6897.     end tell
  6898. on error errMsg number errNum
  6899.     --enter statements to perform when no records are found such as...
  6900.     display dialog "Sorry, the item you selected could not be found."
  6901.     return
  6902. end try
  6903. All Packages
  6904. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  6905. Dev.CD Jan 94
  6906. Dev.CD Oct 93
  6907. Dev.CD Jul 93
  6908. Dev.CD Apr 93PDDev.CD Apr 94
  6909. Dev.CD Jan 94
  6910. Dev.CD Oct 93
  6911. Dev.CD Jul 93
  6912. Dev.CD Apr 9V
  6913. 55022X
  6914. Apr 94
  6915. allowed
  6916. This package includes both the Open Transport v1.3 Debug Installer and the Open Transport v1.3 SDK
  6917. Updated version of Open Transport which includes numerous bug fixes.  Some of the new features in OT 1.3 are support for CFM-68K in the client Open Transport API, and Single Link Multihoming support.
  6918. To use Open Transport 1.3 Debug version, System Software 8.1 is required.  To work with the SDK, the sample code was built using MetroWerks CW 11 and MPW from ETO 22.
  6919. J'Open Transport Debug
  6920. Open Transport SDKK
  6921. Jun 95L
  6922. Jun 98N-Open Transport, Networking, AppleTalk, TCP/IPO>Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:PFDev.CD Apr 00 SDK1
  6923.  - Development Kits
  6924.  - Mac OS
  6925.  - Open Transport 1.3va
  6926.  - SGCaptureV
  6927. 48461X
  6928. Feb 00^
  6929. isptest
  6930. isptest
  6931. powerplant
  6932. isptest
  6933. powerplant
  6934. isptest
  6935. isptestglobals
  6936. isptestglobals
  6937. isptestglobals
  6938. isptestmain
  6939. isptestmain
  6940. isptestmain
  6941. staller
  6942. interchangev
  6943. interest
  6944. interested
  6945. interesting
  6946. interfaceQ
  6947. rnationalization
  6948. interneth
  6949. interoperates
  6950. interpreting
  6951. interrupt
  6952. interrupted
  6953. interview-based
  6954. intoB
  6955. intranets
  6956. intricacies
  6957. introducedd
  6958. introduces
  6959. introducing
  6960. introduction
  6961. intuitive
  6962. invaluable
  6963. invariably
  6964. invested
  6965. investigated
  6966. using
  6967. using
  6968. enterprise
  6969. objects
  6970. framework
  6971. openstep
  6972. powerbook
  6973. powerbook
  6974. powerbook
  6975. 2300c
  6976. powerbook
  6977. processor
  6978. powerbook
  6979. zoomed
  6980. video
  6981. powerbookg3series
  6982. powerbookg3series
  6983. powermac
  6984. powermac
  6985. stuff
  6986. powerpc
  6987. powerplant
  6988. ppclist
  6989. ppclist
  6990. ppcnumerics
  6991. ppcsoftware
  6992. pre-asip
  6993. pre-release
  6994. pre-release
  6995. prebuilt
  6996. preferences
  6997. prefix
  6998. prefse
  6999. prefs
  7000. system
  7001. previous
  7002. primer
  7003. print
  7004. print
  7005. total
  7006. pages
  7007. print2
  7008. printaetypes
  7009. printaetypes
  7010. problematic@
  7011. processes@
  7012. products@
  7013. mple Code:V
  7014. 51849X
  7015. 1e    No Change
  7016. s how to write a device loop that works u
  7017. application/system
  7018. pplication
  7019. demonstrates
  7020. ev.CD Jun 98 RL1
  7021. D!All Packages
  7022. Tool Chest Edition
  7023. GlyphaIVI
  7024. This sample is a basic game implementation in the sprite of Joust.  It is meant as demonstation of the basics of Sprocket usage.
  7025. G4Enemy.c
  7026. G4Externs.h
  7027. G4Graphics.c
  7028. G4Interface.c
  7029. G4Lava.c
  7030. G4Main.c
  7031. G4Play.c
  7032. G4Prefs.c
  7033. G4Resources.rsrc
  7034. G4SetUpTakeDown.c
  7035. G4Sound.c
  7036. G4Utilities.c
  7037. Glypha IV
  7038. GlyphaIV.CW2.
  7039. GlyphaIV.CW5.
  7040. Feb 00MbPowerPC, System 8.1+, GameSprockets, and either Universal Interfaces 3.3 or The GameSprockets SDK
  7041. O8Dev.CD Feb 00 TC:What's New?:Sample Code:Games:GlyphaIV:PCDev.CD Feb 00 TC
  7042.  - What's New?
  7043.  - Sample Code
  7044.  - Games
  7045.  - GlyphaIVV
  7046. 51662X
  7047. Feb 00^
  7048. #k Macintoshes.
  7049. JMControl Strip
  7050. Control Strip Sample
  7051. Control Strip Technical Note
  7052. MacCalendar 
  7053. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Apr 00 SDK1
  7054.  - Development Kits
  7055.  - Mac OS
  7056.  - Control Strip
  7057. illustrated
  7058. illustrates
  7059. illustrating
  7060. illustration
  7061. illustrations
  7062. im-vi
  7063. imacs
  7064. imagei
  7065. ou selected could not be found."
  7066.     return
  7067. end try
  7068. e    No ChangefFEthernet built-in
  7069. Enet Address
  7070. Burned-in Address
  7071. GetEnetAddrDirect.ppcq
  7072. Dev.CD Feb 00 TC
  7073. }D!All Packages
  7074. Tool Chest Edition
  7075. GetHelpStrings
  7076. Summary: This sample extracts the Finder help strings from whatever you drop on top of it, file or folder. 
  7077. Features:  Extract the Finder balloon help string from any file or any files in any folder dropped onto this application.  Put those help strings into a text file.
  7078. e    No Change
  7079.  a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunck card in conjunc
  7080. amongb
  7081. amounts
  7082. extension
  7083. which
  7084. enables
  7085. developers
  7086. adopt
  7087. high-leved
  7088. analyzeb
  7089. and/oro
  7090. anderson
  7091. animation
  7092. animatorsj
  7093. annotated
  7094. announcementj
  7095. announcingj
  7096. simplified
  7097. allowsB
  7098. alphabetic
  7099. alreadyZ
  7100. alsoN
  7101. hasn't
  7102. haun's
  7103. haveZ
  7104. haven't
  7105. having
  7106. havoc
  7107. hd80sc
  7108. he/she
  7109. head-patch
  7110. headaches
  7111. headerg
  7112. header
  7113. files
  7114. headers
  7115. heading
  7116. heads
  7117. healthj
  7118. heaps
  7119. heart
  7120. QuickDraw 3D for Windows 1.5.2
  7121. All Packages
  7122. System Enabler 003 (LC III)OEDev.CD Apr 94
  7123. Dev.CD Jan 94
  7124. Dev.CD Oct 93
  7125. Dev.CD Jul 93
  7126. Dev.CD Apr 93PDDev.CD Apr 94
  7127. Dev.CD Jan 94
  7128. Dev.CD Oct 93
  7129. Dev.CD Jul 93
  7130. Dev.CD Apr 9V
  7131. 54862X
  7132. Apr 94
  7133. --set theItem to choose file -- uncomment to test in an AS editor
  7134.     tell application "Finder"
  7135.         open item "Dev.CD Apr 94
  7136. Dev.CD Jan 94
  7137. Dev.CD Oct 93
  7138. Dev.CD Jul 93
  7139. Dev.CD Apr 93"
  7140.         activate
  7141.     end tell
  7142. on error errMsg number errNum
  7143.     --enter statements to perform when no records are found such as...
  7144.     display dialog "Sorry, the item you selected could not be found."
  7145.     return
  7146. end try
  7147. All Packages
  7148. System Enabler 003 (LC III)O7Dev.CD Apr 94
  7149. Dev.CD Jan 94
  7150. Dev.CD Oct 93
  7151. Dev.CD Jul 93P6Dev.CD Apr 94
  7152. Dev.CD Jan 94
  7153. Dev.CD Oct 93
  7154. Dev.CD Jul 9V
  7155. 54863X
  7156. Apr 94
  7157. mostly
  7158. motherboard
  7159. motorolaj
  7160. mount
  7161. mountalias
  7162. mounted
  7163. Summary:
  7164. Apple's Developer Publications web site features improved access to Inside Macintosh, WebObjects documentation, hardware notes, and more. Look for new and updated Mac OS 8 and 9, Mac OS X, and QuickTime documentation.
  7165. From main index.html page, you can go directly to product-specific pages to read and search documents online, download documents in compatible compression formats, and order printed books. This main page also has links to other Apple resources such as develop, TechnB!ical Notes, and Technical Q&A's. 
  7166. acrobat3.html
  7167. adcstyle.css
  7168. carbon:
  7169. corefoundation:
  7170. Documenation_in_PDF:
  7171. faq.html
  7172. FunctionIndex:
  7173. hardware:
  7174. images:
  7175. index.html
  7176. java:
  7177. macos8:
  7178. macosx:
  7179. order.html
  7180. PubsCatalog.html
  7181. PubsOrderForm.html
  7182. quicktime:
  7183. webobjects:
  7184. Jan 00L
  7185. Feb 00M
  7186. web browser
  7187. AWTechnical Publications, technical documentation, documentation, Tech Docs, publications
  7188. function pointers for your own purposes.
  7189.   -How to get access to the Temporary Items Folder and use it to keep temporary files. 
  7190. J'Sample Code.img
  7191. Windows Sample Code.imgK
  7192. Jan 96O
  7193. Dev.CD Feb 00 TC:Sample Code:P
  7194. Dev.CD Feb 00 TC
  7195.  - Sample Code System.  This document is a Technical White Paper that describes the partnership, the product and the direction PeopleSoft is heading.
  7196. Peoplesoft & Apple White PaperK
  7197. Dec 95L
  7198. Feb 97O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  7199.  - Programs & MarketingV
  7200. 53118X
  7201. May 98^
  7202. {--set theItem to choose file -- uncomment to test in an AS editor
  7203.     tell application "Finder"
  7204.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  7205.         activate
  7206.     end tell
  7207. on error errMsg number errNum
  7208.     --enter statements to perform when no records are found such as...
  7209.     display dialog "Sorry, the item you selected could not be found."
  7210.     return
  7211. end try
  7212. e    No Changeq
  7213. Dev.CD May 98 TC
  7214. All Packages
  7215. 53119
  7216. csmp-digest-readme
  7217. csmp-digest-readme
  7218. csmp-digest-v3-001
  7219. csmp-digest-v3-002
  7220. csmp-digest-v3-003
  7221. csmp-digest-v3-004
  7222. csmp-digest-v3-005
  7223. csmp-digest-v3-006
  7224. csmp-digest-v3-007
  7225. csmp-digest-v3-008
  7226. csmp-digest-v3-009
  7227. csmp-digest-v3-010
  7228. csmp-digest-v3-011
  7229. csmp-digest-v3-012
  7230. csmp-digest-v3-013
  7231. csmp-digest-v3-014
  7232. csmp-digest-v3-015
  7233. csmp-digest-v3-016
  7234. csmp-digest-v3-017
  7235. csmp-digest-v3-018
  7236. csmp-digest-v3-019
  7237. csmp-digest-v3-020
  7238. csmp-digest-v3-021
  7239. csmp-digest-v3-022
  7240. csmp-digest-v3-023
  7241. csmp-digest-v3-024
  7242. csmp-digest-v3-025
  7243. csmp-digest-v3-026
  7244. csmp-digest-v3-027
  7245. csmp-digest-v3-028
  7246. csmp-digest-v3-029
  7247. csmp-digest-v3-030
  7248. csmp-digest-v3-031
  7249. csmp-digest-v3-032
  7250. csmp-digest-v3-033
  7251. csmp-digest-v3-034
  7252. csmp-digest-v3-035
  7253. csmp-digest-v3-036
  7254. wannabe
  7255. waste
  7256. waste
  7257. textedit
  7258. replacement
  7259. webobjects
  7260. webobjects
  7261. categories
  7262. posers
  7263. webobjects
  7264. designing
  7265. robustness
  7266. testing
  7267. webobjects
  7268. eomodeler
  7269. project
  7270. builder
  7271. webobjects
  7272. builder
  7273. webobjects
  7274. objective-c
  7275. webobjects
  7276. openstep
  7277. memory
  7278. management
  7279. webobjects
  7280. performance
  7281. tuning
  7282. optimization
  7283. webobjects
  7284. webobjects
  7285. server
  7286. objects
  7287. window
  7288. windows
  7289. wombat
  7290. workgroup
  7291. working
  7292. workstation
  7293. world
  7294. wrapper
  7295. writeswell
  7296. yellow
  7297. zanzibar
  7298. zaptcp
  7299. zones
  7300. p--set theItem to choose file -- uncomment to test in an AS editor
  7301.     tell application "Finder"
  7302.         open item "Dev.CD Apr 94
  7303. Dev.CD Jan 94"
  7304.         activate
  7305.     end tell
  7306. on error errMsg number errNum
  7307.     --enter statements to perform when no records are found such as...
  7308.     display dialog "Sorry, the item you selected could not be found."
  7309.     return
  7310. end try
  7311. rry, the item you selected could not be found."
  7312.     return
  7313. end try
  7314. e    No Changeq
  7315. Dev.CD Mar 00 RL Disk 1
  7316. All Packages
  7317. develop Issue 25
  7318. 51593X
  7319. g QuickTime VR content.  The tools are beta-level and unsupported. Source code for these tools is available in the folder QTVR Beta-Level Tools Source.  Make QTVR Object takes input in the form of a QuickTime movie with frames that are photographs of, or views of, an object. It combines these photographs or views into a single QuickTime VR object.  Make QTVR Panorama takes input in the form of a PICT file generated by a computer graphics program 
  7320. quicktime
  7321. Summary: MacBinary Standard
  7322. Features: MacBinary II Conf is a dialog of those defining the MacBinary II standard.  It is interesting if you want to know how the MacBinary II protocol evolved from the original MacBinary.  It also provides  answers to questions regarding implimentation can be found in here.
  7323. The MacBinary-Standard and MacBinary-II-Standard  are the definitions of the MacBinary protocols.  These will be of interest to folks implimenting MacBinary in their communications or fiB
  7324. le compression packages.  
  7325. JMmacbinary-II-conf
  7326. macbinary-II-conf2
  7327. macbinary-II-standard
  7328. macbinary-standardK
  7329. May 93M
  7330. Adobe Acrobat Reader.OJDev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:PRDev.CD Mar 00 RL Disk 1
  7331.  - Technical Documentation
  7332.  - Misc. Standards
  7333.  - MacBinaryJ;MIDIConverter
  7334. MIDIConverter Readme
  7335. MIDIConverter Readme.txtK
  7336. Apr 95M*System 7 or later, QuickTime 1.5 or later.:Tool Chest:QuickTime:MIDIConverter:V
  7337. 51789X
  7338. 1e    No Change
  7339.   -Dragable lists. 
  7340. Dev.CD Apr 9V
  7341. 54943X
  7342. Apr 93
  7343. b--set theItem to choose file -- uncomment to test in an AS editor
  7344.     tell application "Finder"
  7345.         open item "Dev.CD Apr 93"
  7346.         activate
  7347.     end tell
  7348. on error errMsg number errNum
  7349.     --enter statements to perform when no records are found such as...
  7350.     display dialog "Sorry, the item you selected could not be found."
  7351.     return
  7352. end try
  7353. All Packages
  7354. System Enabler 111 (PB 160/180)O
  7355. Dev.CD Apr 93P
  7356. Dev.CD Apr 9V
  7357. 54944X
  7358. Apr 93
  7359. b--set theItem to choose file -- uncomment to test in an AS editor
  7360.     tell application "Finder"
  7361.         open item "Dev.CD Apr 93"
  7362.         activate
  7363.     end tell
  7364. on error errMsg number errNum
  7365.     --enter statements to perform when no records are found such as...
  7366.     display dialog "Sorry, the item you selected could not be found."
  7367.     return
  7368. end try
  7369. All Packages
  7370. System Enabler 111 (PB 160/180)O
  7371. Dev.CD Apr 93P
  7372. Dev.CD Apr 9V
  7373. 54945X
  7374. Apr 93
  7375. rbon:
  7376. Carbon Dater
  7377. Carbon Overview
  7378. Carbon Specification
  7379. CarbonLib Porting Guide
  7380. Mac OS 9 Technote
  7381. Human Interface Toolbox:
  7382. Appearance Manager
  7383. Control Manager
  7384. Dialog Manager
  7385. Human Interface Guidelines
  7386. Icon Services and Utilities [New]
  7387. List Manager
  7388. Menu Manager
  7389. Window Manager
  7390. Files:
  7391. Alias Manager
  7392. Disk Initialization Manager
  7393. File Manager [New]
  7394. Finder Interface
  7395. Folder Manager
  7396. Navigation Services [Updated]
  7397. Resource Manager
  7398. Translation Manager
  7399. Help Systems:
  7400. Apple Guide
  7401. Apple Help [New]
  7402. Help 
  7403. Manager
  7404. Networking and Communications:
  7405. AppleShare
  7406. Communications Toolbox
  7407. Network Services Location (NSL) Manager [Updated]
  7408. Open Transport
  7409. URL Access Manager
  7410. Utilities:
  7411. Collection Manager
  7412. Control Panels
  7413. Control Strip Services
  7414. Location Manager
  7415. Mathematical and Logical Utilities
  7416. Power PC Numerics
  7417. Core Foundation:
  7418. Base Services
  7419. Bundle Services
  7420. Collection Services
  7421. Overview
  7422. Property List Services 
  7423. String Services 
  7424. Multimedia and Graphics:
  7425. Apple Game Sprockets
  7426. Carbon Printing Manager 
  7427. Color P
  7428. packages
  7429. packagetool
  7430. packagetool
  7431. application
  7432. illustrating
  7433. create
  7434. packagingj
  7435. packetT
  7436. packetsT
  7437. packman
  7438. pagei
  7439. pages
  7440. paige
  7441. painless
  7442. pallakoff
  7443. panel`
  7444. panelso
  7445. paneso
  7446. panorama
  7447. panoramas
  7448. panoramic
  7449. paperj
  7450. papserversample
  7451. papworkstation
  7452. parade
  7453. parameter
  7454. parameter-block
  7455. parameters
  7456. paraphernalia
  7457. parent
  7458. parrt
  7459. parse
  7460. Deletedq
  7461. Dev.CD Nov 99 TC
  7462. D!All Packages
  7463. Tool Chest Edition
  7464. Maximizing Quadra FloatingPoint
  7465. !Summary: This software improves the float-to-int conversion speed of the Quadra by over an order of magnitude.
  7466. Features: 
  7467.  Round (to nearest),Truncate (toward zero),
  7468. Floor (toward -
  7469.  Optimized for 68040; functional with 68881/2
  7470.  Over 15X faster on Quadra, but 2.6X slower on the FX
  7471. FloatToLong.a
  7472. ReadMe
  7473. ReadMe.txtK
  7474. Apr 93OYDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:PdDev.CD Feb 00 TC
  7475.  - Tool Chest
  7476.  - Development Kits
  7477.  - MPW Related
  7478.  - Maximizing Quadra FloatingPointV
  7479. 54271X
  7480. Feb 00^
  7481. #ages
  7482. Tool Chest Edition
  7483. Declaration ROMsIySummary:  Includes example declaration ROM sources, as well as exploded declaration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  7484. Ex Apple Video ROM
  7485. Example Vid ROM from C&D
  7486. ExROM-1Func sResource
  7487. MinimalDeclROM.a
  7488. ROM diagramsK
  7489. Oct 92nge
  7490. additionalp
  7491. additionally
  7492. tion "Finder"
  7493.         open item "Dev.CD Dec 99 RL:Technical Publications:Documentation in PDF:"
  7494.         activate
  7495.     end tell
  7496. on error errMsg number errNum
  7497.     --enter statements to perform when no records are found such as...
  7498.     display dialog "Sorry, the item you selected could not be found."
  7499.     return
  7500. end try
  7501. Deletedf
  7502. Mac OS
  7503. Mac OS 8
  7504. Mac OS 8.5
  7505. Inside Macintosh
  7506. Inside Mac
  7507. Developer Notes
  7508. Mac OS X
  7509. QuickTime
  7510. and WebObjects
  7511. pdf documents
  7512. printing pdf
  7513. PDF.q
  7514. Dev.CD Dec 99 RL
  7515. D(All Packages
  7516. Reference Library Edition
  7517. F"Technical Publications: Enterprise
  7518.     Apr 94
  7519. Dev.CD Jan 94
  7520. Dev.CD Oct 93
  7521. Dev.CD Jul 93P6Dev.CD Apr 94
  7522. Dev.CD Jan 94
  7523. Dev.CD Oct 93
  7524. Dev.CD Jul 9V
  7525. 49883X
  7526. Apr 94
  7527. mrj-dev
  7528. mrjapple
  7529. mrjapplesetup
  7530. mrjstuffit
  7531. mrjvise
  7532. mrplus
  7533. mrplus
  7534. performance
  7535. analysis
  7536. powerpc
  7537. applicatio
  7538. Item to choose file -- uncomment to test in an AS editor
  7539.     tell application "Finder"
  7540.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:"
  7541.         activate
  7542.     end tell
  7543. on error errMsg number errNum
  7544.     --enter statements to perform when no records are found such as...
  7545.     display dialog "Sorry, the item you selected could not be found."
  7546.     return
  7547. end try
  7548. quicktime
  7549. quicktime
  7550. image
  7551. capture
  7552. digital
  7553. camera
  7554. quicktime
  7555. video
  7556. sound
  7557. virtual
  7558. reality
  7559. quicktime
  7560. graphic
  7561. quicktime
  7562. video
  7563. streaming
  7564. audio
  7565. quickview
  7566. quickview
  7567. toolbox
  7568. assistant
  7569. quick
  7570. reference
  7571. iented
  7572. macapp
  7573. framework
  7574. object-oriented
  7575. standard
  7576. library
  7577. carbonli
  7578. macapp
  7579. framework
  7580. object-oriented
  7581. classes
  7582. editor
  7583. resouY
  7584. maccheck
  7585. machine
  7586. macintoshQ
  7587. macintosh
  7588. powerbook
  7589. series
  7590. developers
  7591. powerpc
  7592. backside
  7593. macodbc
  7594. languages
  7595. language-neutral
  7596. languagess
  7597. largeb
  7598. large
  7599. collection
  7600. tools
  7601. scripts
  7602. libraries
  7603. examples
  7604. larger
  7605. larkspur
  7606. laser
  7607. laserwriterj
  7608. laserwriteriisc
  7609. laserwriters
  7610. lasso
  7611. lastly
  7612. late-breaking
  7613. laterX
  7614.     end tell
  7615. on error errMsg number errNum
  7616.     --enter statements to perform when no records are found such as...
  7617.     display dialog "Sorry, the item you selected could not be found."
  7618.     return
  7619. end try
  7620. All Packages
  7621. System UpdateO
  7622. Dev.CD Apr 94V
  7623. 53818X
  7624. Words are found such as...
  7625.     display dialog "Sorry, the item you selected could not be found."
  7626.     return
  7627. end try
  7628. All Packages
  7629. All Packages
  7630. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  7631. Dev.CD Jan 94
  7632. Dev.CD Oct 93
  7633. Dev.CD Jul 93
  7634. Dev.CD Apr 93PDDev.CD Apr 94
  7635. Dev.CD Jan 94
  7636. Dev.CD Oct 93
  7637. Dev.CD Jul 93
  7638. Dev.CD Apr 9V
  7639. 54886X
  7640. Apr 94
  7641. --set theItem to choose file -- uncomment to test in an AS editor
  7642.     tell application "Finder"
  7643.         open item "Dev.CD Apr 94
  7644. Dev.CD Jan 94
  7645. Dev.CD Oct 93
  7646. Dev.CD Jul 93
  7647. Dev.CD Apr 93"
  7648.         activate
  7649.     end tell
  7650. on error errMsg number errNum
  7651.     --enter statements to perform when no records are found such as...
  7652.     display dialog "Sorry, the item you selected could not be found."
  7653.     return
  7654. end try
  7655. All Packages
  7656. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  7657. Dev.CD Jan 94
  7658. Dev.CD Oct 93
  7659. Dev.CD Jul 93
  7660. Dev.CD Apr 93PDDev.CD Apr 94
  7661. Dev.CD Jan 94
  7662. Dev.CD Oct 93
  7663. Dev.CD Jul 93
  7664. Dev.CD Apr 9V
  7665. 54887X
  7666. Apr 94
  7667. --set theItem to choose file -- uncomment to test in an AS editor
  7668.     tell application "Finder"
  7669.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:BouncingSprites:"
  7670.         activate
  7671.     end tell
  7672. on error errMsg number errNum
  7673.     --enter statements to perform when no records are found such as...
  7674.     display dialog "Sorry, the item you selected could not be found."
  7675.     return
  7676. end try
  7677. e    No Changef
  7678. QuickTime
  7679. Dev.CD Feb 00 TC
  7680. dD(All Packages
  7681. Reference Library Edition
  7682. Bug Reporting
  7683. switch
  7684. synchronization
  7685. systemx
  7686. technicalS
  7687. technotes
  7688. terminology^
  7689. tester
  7690. textedit
  7691. sted with up to 8.5.1 successfully).
  7692. This code is provided 
  7693. as is
  7694. , and Apple Computer, Inc. makes no claims about its  suitability for use in any application. AutoGuest patches Mac OS system routines, so you should install it only when necessary. 
  7695. Third Party Compatibility
  7696. AutoGuest INIT 2.x was not compatible with Connectix Speed Doubler
  7697.  8.x. The symptom is that applications can link from the foreground only. Speed Doubler
  7698.  is not at fault, it is a side effect of the way AutoGuest INI
  7699. T 2.x implements that feature.
  7700. AutoGuest 3.0 was updated to work with Speed Doubler
  7701.  8.0 through 8.1.2, but may have problems with newer versions of that product. If there is a problem, AutoGuest will notify you at startup that it is running on an 
  7702. unknown Mac
  7703. JMAutoGuest
  7704. AutoGuest 3.0 User's Guide.pdf
  7705. AutoGuest READ ME
  7706. Check AutoGuest.asK
  7707. Jan 92L
  7708. May 99N#Program Linking, AppleEvents, GuestONDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:AutoGuest:ile
  7709. ext:  This sample demonstrates two methods of printing gray text. On PostScript printers it sends PostScript, on QuickDraw printers it sends Color QuickDraw calls. If a QuickDraw printer does not use a CGrafPort, the gray text comes out as black.
  7710. HairLines:  HairLines is an MPW 3.2 Pascal sample that demonstrates different methods of creating hairlines on printers.
  7711. ImageWriter bug:  This sample snippet demonstrates how to work around the 'dctb' bug in the ImageWriter II 6.1 and 7.0 drive
  7712. rs. This bug causes a crash when doing a style (Page Setup) dialog after setting draftBits with PrGeneral.
  7713. InvertedText:  This sample application gives you cool tricks for printing inverted text.
  7714. IsImageWriter:  This program contains a few functions for determining if an ImageWriter is connected and if so, which port it should be connected to.
  7715. PicCommentsTest:  Here's a complete working application you can use to investigate further the interpretation of picture comments by various prin
  7716. --set theItem to choose file -- uncomment to test in an AS editor
  7717.     tell application "Finder"
  7718.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:"
  7719.         activate
  7720.     end tell
  7721. on error errMsg number errNum
  7722.     --enter statements to perform when no records are found such as...
  7723.     display dialog "Sorry, the item you selected could not be found."
  7724.     return
  7725. end try
  7726. rface
  7727. guidelines
  7728. human
  7729. interface
  7730. notes
  7731. humaninterfacetoolbo
  7732. hypercard
  7733. hypercard
  7734. update
  7735. installer
  7736. hypercard
  7737. toolkit
  7738. 1.0b2
  7739. hypercard
  7740. mactcp
  7741. toolkit
  7742. hypercard
  7743. player
  7744. hypercard
  7745. serial
  7746. toolkit
  7747. hypercard
  7748. video
  7749. toolkit
  7750. hytime
  7751. time for JavaW
  7752. 54143X
  7753. Feb 00^
  7754. r--set theItem to choose file -- uncomment to test in an AS editor
  7755.     tell application "Finder"
  7756.         open item "Dev.CD Feb 00 TC:Sample Code:"
  7757.         activate
  7758.     end tell
  7759. on error errMsg number errNum
  7760.     --enter statements to perform when no records are found such as...
  7761.     display dialog "Sorry, the item you selected could not be found."
  7762.     return
  7763. end try
  7764. Movedq
  7765. Dev.CD Feb 00 TC
  7766. zD!All Packages
  7767. Mac OS SDK Edition
  7768. GameSprocket SDKs
  7769. Apple Game Sprockets are libraries designed to simplify the effort required to develop a Macintosh game.
  7770.  DrawSprocket 1.7.2 provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.
  7771. InputSprocket 1.7.2 provides support for using joysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  7772.  NetSprocket 1ackages
  7773. Text Encoding Converter allows you to convert text from one encoding to another, including Unicode. 
  7774. Features
  7775.  Improved booting and initialization, especially on localized systems.
  7776.  Improved locking tables for use at interrupt level.
  7777.  Caches common converter objects for performance.
  7778.  Added new API, UCGetCharProperty, for retrieving Unicode character properties.
  7779.  Added new option kUnicodeTextRunHeuristics for finer control over conversion involving runs of multiple character sets.
  7780. dded new API, NearestMacTextEncodings, which returns the Mac OS encoding(s) whose repertoire is closest to the specified encoding.
  7781.  Encoding names may now be retrieved in Unicode.
  7782.  Added new API, TECSetBasicOptions, which allows some low-level Unicode converter options to be set for conversions performed with the high-level converter.
  7783.  TEC now does better validation of input for Japanese encodings.
  7784.  TEC now does a better job of handling characters that are in MacJapanese but not in Shi
  7785. profile
  7786. imagecompositing
  7787. imagefile
  7788. imageproducing
  7789. imaging[
  7790. importexport
  7791. imran's
  7792. imran's
  7793. virtual
  7794. keycodes
  7795. localization
  7796. localizers
  7797. locationt
  7798. locator
  7799. macintosh
  7800. macro
  7801. magician
  7802. managert
  7803. market
  7804. media
  7805. memory
  7806. modern
  7807. module
  7808. monitorr
  7809. navigator
  7810. newsi
  7811. notesS
  7812. onescannerg
  7813. opp's
  7814. palette
  7815. e    No Changeq
  7816. Dev.CD Feb 00 TC
  7817. D!All Packages
  7818. Tool Chest Edition
  7819. SimpleText SampleI
  7820. Summary: This is some SimpleText source code. It shows how to write SimpleText, implements calling PPC library from 68k code, using AppleGuide, and other swell things.J'Sample Code.img
  7821. Windows Sample Code.imgK
  7822. Nov 96L
  7823. Dec 96O
  7824. Dev.CD Feb 00 TC:Sample Code:P
  7825. Dev.CD Feb 00 TC
  7826.  - Sample CodeV
  7827. 54696X
  7828. Feb 00^
  7829. r--set theItem to choose file -- uncomment to test in an AS editor
  7830.     tell application "Finder"
  7831.         open item "Dev.CD Feb 00 TC:Sample Code:"
  7832.         activate
  7833.     end tell
  7834. on error errMsg number errNum
  7835.     --enter statements to perform when no records are found such as...
  7836.     display dialog "Sorry, the item you selected could not be found."
  7837.     return
  7838. end try
  7839. Movedq
  7840. Dev.CD Feb 00 TC
  7841. D!All Packages
  7842. Tool Chest Edition
  7843. F    SlideShow
  7844. sdecP
  7845. searchb
  7846. search
  7847. index
  7848. vtwin
  7849. summaryb
  7850. selected
  7851. selector
  7852. serial
  7853. osaic (Blueprint for Future: Publishing); Editor's Note (The Shadow Doesn't Know); IndustryWatch.
  7854. Technology: News (ETO and MPW Pro #16; New Paper Tech Notes)CD Highlights;  Human Interface (Fad Gadgets); OpenDoc HI Q&A, pt 2; QuickTime 2.0.
  7855. Business & Marketing:  Marketing Feature (HyperCard Alive and Well).
  7856. This is final draft copy from the February Apple Directions, 
  7857.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  F
  7858. or permission, contact the editor on AppleLink at A.DIRECTIONS. 
  7859. January 1995 Apple Directions Articles
  7860. News: Apple News (Announcing Pippin; Macintosh Brand Strongest; Macintosh Top-Selling; Windows/DOS on Macintosh; Newton Developer Support; Apple Expands; QuickTime 2.0); Strategy Mosaic (Power Macintosh Developers Speak); Editor's Note (Games); IndustryWatch.
  7861. Technology: CD Highlights;  Human Interface (Doc's Holiday Wish List); OpenDoc HI Q&A; New Macintosh Run-Time Environment.
  7862. TypeServicesForUnicode is a sample application, provided with its source code files, which illustrate the new Apple Type Services for Unicode Imaging (ATSUI) technology introduced in Mac OS
  7863.  8.5.
  7864. The provided examples go from very simple to rather complex in increasing order of difficulty.
  7865. Ideally, developers will learn most of what they need of ATSUI by just reading the source code.
  7866. The features are ATSUI features: multiple styles, arbitrary angles, broken hilighting, hit testing, fractiB
  7867. onal justification, etc.
  7868. More ATSUI:
  7869. Read Me, please...
  7870. SampleWindows.cp
  7871. SampleWindows.h
  7872. SomeUnicodeStuff.cp
  7873. SomeUnicodeStuff.h
  7874. TypeServicesForUnicode
  7875. TypeServicesForUnicode.cp
  7876. TypeServicesForUnicode.h
  7877. TypeServicesForUnicode.mcp
  7878. TypeServicesForUnicode.rsrc
  7879. WindowUtilities.cp
  7880. WindowUtilities.h
  7881. Dec 99M
  7882. Mac OS
  7883.  8.5 and laterN=Unicode Imaging Text Type Bi-directional Rotation Double-byteOKDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Text:TypeServicesForUnicode:
  7884. mechanisms
  7885. mediaj
  7886. ation "Finder"
  7887.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  1:"
  7888.         activate
  7889.     end tell
  7890. on error errMsg number errNum
  7891.     --enter statements to perform when no records are found such as...
  7892.     display dialog "Sorry, the item you selected could not be found."
  7893.     return
  7894. end try
  7895. Next CDq
  7896. Dev.CD Mar 00 RL
  7897. +D(All Packages
  7898. Reference Library Edition
  7899. develop Issue 10
  7900.     to typeIntlText, so you don't have to rewrite old code.
  7901. J'Sample Code.img
  7902. Windows Sample Code.imgK
  7903. Feb 92L
  7904. May 97O
  7905. Dev.CD Feb 00 TC:Sample Code:P
  7906. Dev.CD Feb 00 TC
  7907.  - Sample Codect 93
  7908. Dev.CD Jul 93
  7909. Dev.CD Apr 93PDDev.CD Apr 94
  7910. Dev.CD Jan 94
  7911. Dev.CD Oct 93
  7912. Dev.CD Jul 93
  7913. Dev.CD Apr 9V
  7914. 50032X
  7915. Apr 94
  7916. features
  7917. allows
  7918. users
  7919. chess
  7920. network
  7921. 3.0.14
  7922. 3.0.15
  7923. 3.0.1d3
  7924. 3.0.2
  7925. 3.2.1
  7926. 3.2.3
  7927. 3.6.5
  7928. 3/5-slot
  7929. 3/92^
  7930. 32-bit
  7931. 32x32
  7932. 33619
  7933. 350000
  7934. 366-mhz
  7935. 38400/8/n/1
  7936. 3d-partyj
  7937. 3d-thej
  7938. 4.0.8
  7939. 4.5.2
  7940. 4/16Q
  7941. 40-60
  7942. 40-bit
  7943. All Packages
  7944. Multimedia Standards ReportsI9Summary: A collection of reports on multimedia standards.J
  7945. EIA Mini-Conference Report
  7946. How to Obtain a Standards
  7947. MM Standards Rep-ISO HyTime
  7948. MM Standards Rep-ISO/CCITT
  7949. MM Standards Rep-MM Objects
  7950. SGML Products
  7951. The SGML SIGHYPER (HYTIME)K
  7952. Mar 92M
  7953. Adobe Acrobat Reader.OUDev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:Multimedia Standards:P]Dev.CD Mar 00 RL Disk 1
  7954.  - Technical Documentation
  7955.  - Misc. Standards
  7956.  - Multimedia StandardsV
  7957. 54297X
  7958. Mar 00^    RL Disk 1
  7959. --set theItem to choose file -- uncomment to test in an AS editor
  7960.     tell application "Finder"
  7961.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:Multimedia Standards:"
  7962.         activate
  7963.     end tell
  7964. on error errMsg number errNum
  7965.     --enter statements to perform when no records are found such as...
  7966.     display dialog "Sorry, the item you selected could not be found."
  7967.     return
  7968. end try
  7969. e    No Changeq
  7970. Dev.CD Mar 00 RL Disk 1
  7971. 54701X
  7972. Nov 99^
  7973. --set theItem to choose file -- uncomment to test in an AS editor
  7974.     tell application "Finder"
  7975.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:Snarfer:"
  7976.         activate
  7977.     end tell
  7978. on error errMsg number errNum
  7979.     --enter statements to perform when no records are found such as...
  7980.     display dialog "Sorry, the item you selected could not be found."
  7981.     return
  7982. end try
  7983. Deletedq
  7984. Dev.CD Nov 99 TC
  7985. D!All Packages
  7986. Tool Chest Edition
  7987. F!Snippets - Communications Toolbox
  7988. f(** = new, * = revised)
  7989. FindSerialPorts:  This is a little snippet from the "Inside the Macintosh Communications Toolbox" which demonstrates the correct method for detecting which serial ports are present.
  7990. Get Tool Config:  This sample shows how to accumulate into a TEXT file the config strings of Connection Tools that have been configured with CMChoose.
  7991. J'Sample Code.img
  7992. Windows Sample Code.imgK
  7993. Feb 92L
  7994. Apr 97O
  7995. Dev.CD Feb 00 TC:Sample Code:nge
  7996. dzutils
  7997. +F    QuickTimeO
  7998. Dev.CD Jan 94
  7999. Dev.CD Oct 93P
  8000. Dev.CD Jan 94
  8001. Dev.CD Oct 9
  8002. --set theItem to choose file -- uncomment to test in an AS editor
  8003.     tell application "Finder"
  8004.         open item "Dev.CD Apr 94
  8005. Dev.CD Jan 94
  8006. Dev.CD Oct 93
  8007. Dev.CD Jul 93"
  8008.         activate
  8009.     end tell
  8010. on error errMsg number errNum
  8011.     --enter statements to perform when no records are found such as...
  8012.     display dialog "Sorry, the item you selected could not be found."
  8013.     return
  8014. end try
  8015. getmfsize
  8016. getnextevent
  8017. getprocessinformatio
  8018. getstdfilterproc
  8019. gettingj
  8020. getting/setting
  8021. giveN
  8022. given`
  8023. givesf
  8024. giving
  8025. glance
  8026. globalj
  8027. global-aware
  8028. globals
  8029. glossariess
  8030. glossaryw
  8031. gluen
  8032. glyphse
  8033. goals
  8034. goesN
  8035. going
  8036. golden
  8037. letter
  8038. letter
  8039. paper
  8040. libheaders
  8041. libobject
  8042. libraries
  8043. libraries
  8044. libraryA
  8045. assortment
  8046. assume
  8047. assumed
  8048. assumption
  8049. assure
  8050. asyncdriversample
  8051. asynch
  8052. asynchronous
  8053. asynchronous
  8054. background
  8055. networking
  8056. macintosh
  8057. harry
  8058. asynchronously
  8059. asyncpb
  8060. asyncronous
  8061. at-attachment
  8062. ended
  8063. --set theItem to choose file -- uncomment to test in an AS editor
  8064.     tell application "Finder"
  8065.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Networks:"
  8066.         activate
  8067.     end tell
  8068. on error errMsg number errNum
  8069.     --enter statements to perform when no records are found such as...
  8070.     display dialog "Sorry, the item you selected could not be found."
  8071.     return
  8072. end try
  8073. eful for programming in prior versions of the Mac OS.
  8074. Features:
  8075. ======================
  8076. What's New and Updated
  8077. ======================
  8078. Carbon Menu Manager API [NEW]
  8079. -----------------------
  8080. This preliminary document describes the changes to the Menu Manager introduced in CarbonLib1.0 with Mac OS 9.0. Topics discussed include ch
  8081. about
  8082. sample
  8083. aegizmos_
  8084. registration
  8085. first
  8086. first
  8087. readerZ
  8088. reader
  8089. installerZ
  8090. readmeO
  8091. menuhints
  8092. menuhints
  8093. menutest
  8094. mergeitems
  8095. mergeitems
  8096. message
  8097. meta-content
  8098. meta-content
  8099. format
  8100. metrowerks
  8101. metrowerks
  8102. build
  8103. script
  8104. metrowerks
  8105. zoneranger
  8106. mib-clients
  8107. mib-documentation
  8108. mib-ii
  8109. mib-libraries
  8110. midiconverter
  8111. midiconverter
  8112. readme
  8113. midiconverter
  8114. readme
  8115. midiglue
  8116. mini-conference
  8117. editor
  8118. general
  8119. purpose
  8120. summary
  8121. globals
  8122. multifinder
  8123. friendly
  8124. application
  8125. summary
  8126. movie
  8127. small
  8128. application
  8129. designed
  8130. summary
  8131. simpleapp
  8132. general
  8133. utility
  8134. handling
  8135. summary
  8136. soundapp
  8137. sample
  8138. application
  8139. demonstrating
  8140. summary
  8141. sourceobj
  8142. reads
  8143. corrosponding
  8144. summary
  8145. application
  8146. expressive
  8147. All Packages
  8148. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  8149. Dev.CD Jan 94
  8150. Dev.CD Oct 93
  8151. Dev.CD Jul 93
  8152. Dev.CD Apr 93PDDev.CD Apr 94
  8153. Dev.CD Jan 94
  8154. Dev.CD Oct 93
  8155. Dev.CD Jul 93
  8156. Dev.CD Apr 9V
  8157. 54820X
  8158. Apr 94
  8159. --set theItem to choose file -- uncomment to test in an AS editor
  8160.     tell application "Finder"
  8161.         open item "Dev.CD Apr 94
  8162. Dev.CD Jan 94
  8163. Dev.CD Oct 93
  8164. Dev.CD Jul 93
  8165. Dev.CD Apr 93"
  8166.         activate
  8167.     end tell
  8168. on error errMsg number errNum
  8169.     --enter statements to perform when no records are found such as...
  8170.     display dialog "Sorry, the item you selected could not be found."
  8171.     return
  8172. end try
  8173. All Packages
  8174. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  8175. Dev.CD Jan 94
  8176. Dev.CD Oct 93
  8177. Dev.CD Jul 93
  8178. Dev.CD Apr 93PDDev.CD Apr 94
  8179. Dev.CD Jan 94
  8180. Dev.CD Oct 93
  8181. Dev.CD Jul 93
  8182. Dev.CD Apr 9V
  8183. 54821X
  8184. Apr 94
  8185. propositinj
  8186. provideZ
  8187. providesU
  8188. publisherf
  8189. purposed
  8190. quadraV
  8191. quadrasV
  8192. qualifiedh
  8193. quantitiesg
  8194. ~--set theItem to choose file -- uncomment to test in an AS editor
  8195.     tell application "Finder"
  8196.         open item "Dev.CD Apr 94
  8197. Dev.CD Jan 94
  8198. Dev.CD Oct 93"
  8199.         activate
  8200.     end tell
  8201. on error errMsg number errNum
  8202.     --enter statements to perform when no records are found such as...
  8203.     display dialog "Sorry, the item you selected could not be found."
  8204.     return
  8205. end try
  8206. collect`
  8207. collected
  8208. collecting
  8209. collectionb
  8210. collection
  8211. inside
  8212. macintosh
  8213. books
  8214. related
  8215. programming
  8216. collection
  8217. developer
  8218. documentation
  8219. collection
  8220. documentation
  8221. developer
  8222. notes
  8223. collections
  8224. collectionservices
  8225. collectpictcolors
  8226. collects
  8227. collyer
  8228. Wptions in C by Avi Rappoport. Exceptions in C++ provide a powerful and useful way to handle errors and other unexpe
  8229. program
  8230. sample
  8231. demonstrate
  8232. apple
  8233. events
  8234. programs@
  8235. property@
  8236. prototyping@
  8237. provided@
  8238. providing@
  8239. publishing
  8240. second
  8241. edition@
  8242. qualifier@
  8243. quarter@
  8244. quickdraw
  8245. dimension
  8246. macintosh
  8247. graphics
  8248. pablo@
  8249. quicktime
  8250. includes
  8251. quicktime
  8252. javad@
  8253. 53934X
  8254. Apr 00^
  8255. --set theItem to choose file -- uncomment to test in an AS editor
  8256.     tell application "Finder"
  8257.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Apple Data Detectors SDK:"
  8258.         activate
  8259.     end tell
  8260. on error errMsg number errNum
  8261.     --enter statements to perform when no records are found such as...
  8262.     display dialog "Sorry, the item you selected could not be found."
  8263.     return
  8264. end try
  8265. e    No Changef1detector
  8266. contextual menu
  8267. Apple Data Detectors
  8268. Dev.CD Apr 00 SDK1
  8269. Apple Developer News archive
  8270. This folder contains the archives (in HTML format) of Apple Computer's weekly newsletter to developers, Apple Developer News. The navigation links and graphics at the top and bottom of each page do not work, but the body of each page (and relevant links to the Internet) are complete. This folder is a mirror image of the ADN content on Apple's web site and is included for those developers who do not have web access. have web access. 
  8271. Dev.CD May 97 TCP
  8272. Dev.CD May 97 TV
  8273. 54184X
  8274. May 97
  8275. e--set theItem to choose file -- uncomment to test in an AS editor
  8276.     tell application "Finder"
  8277.         open item "Dev.CD May 97 TC"
  8278.         activate
  8279.     end tell
  8280. on error errMsg number errNum
  8281.     --enter statements to perform when no records are found such as...
  8282.     display dialog "Sorry, the item you selected could not be found."
  8283.     return
  8284. end try
  8285. D!All Packages
  8286. Tool Chest Edition
  8287. Indian Language Kit 1.0
  8288. Summary:  Apple's Indian Language Kit is an easy way to add Hindi, Sanskrit, Gujarati, Marathi, Punjabi, and Nepali text to your  documents using any of three Indian writing systems: Devanagari, Gujarati, and Gurmukhi.
  8289.                                                       
  8290. The Indian Language Kit is the ideal solution for a variety of business, educational and personal projects. It works best with applications that support Apple's WorldScript technology. It can even be used to view ISCII-95
  8291. e    No Changef
  8292. CAD/CAM
  8293. ASIC Designq
  8294. Dev.CD Feb 00 TC
  8295. D!All Packages
  8296. Tool Chest Edition
  8297. F    ListMania
  8298. 1This sample demonstrates a variety of techniques for using Open Transport
  8299. s list utility routines.  Specifically, it shows how to use OTLIFO lists in a simple producer/consumer application.  The code from this sample is featured in the latest release (v1.2) of the book 
  8300. Inside Macintosh: Open Transport
  8301. J'Sample Code.img
  8302. Windows Sample Code.imgK
  8303. Nov 97L
  8304. Jun 98M
  8305. Open Transport 1.1.1 or higherN3Open Transport, OTLIFO, OTFIFO, OTLink, linked listO
  8306. Dev.CD Feb 00 TC:Sample Code:P
  8307. Dev.CD Feb 00 TC
  8308.  - Sample CodeV
  8309. 54228X
  8310. Feb 00^
  8311. #ngef
  8312. QuickTime
  8313. Dev.CD Feb 00 TC
  8314. D!All Packages
  8315. Tool Chest Edition
  8316. jGNE Helper
  8317.     ironment 1.1
  8318.     - QuickTime 3 
  8319.     - QTJava.zip
  8320.     - QTJava media samples
  8321. - Mac OS:
  8322.     - System 8 or later
  8323.     - Macintosh Runtime for Java (MRJ) 2.1
  8324. - Windows 95, 98, or NT::
  8325.     - JRE/JDK from Sun Microsystems, Inc. recommended
  8326. mmended
  8327. e    No Change
  8328. EPgDev.CD Mar 00 RL Disk 1
  8329.  - Technical Documentation
  8330.  - Misc. Standards
  8331.  - AppleSingle/AppleDouble FormatV
  8332. 53963X
  8333. Mar 00^    RL Disk 1
  8334. --set theItem to choose file -- uncomment to test in an AS editor
  8335.     tell application "Finder"
  8336.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:AppleSingle/AppleDouble Format:"
  8337.         activate
  8338.     end tell
  8339. on error errMsg number errNum
  8340.     --enter statements to perform when no records are found such as...
  8341.     display dialog "Sorry, the item you selected could not be found."
  8342.     return
  8343. end try
  8344. e    No Changeq
  8345. Dev.CD Mar 00 RL Disk 1
  8346. AppleTalk and PPP
  8347. @Summary: This package includes the draft specifications for running AppleTalk over the Point-to-Point Protocol.  If you want to implement AppleTalk running over the Point-to-Point Protocol you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  8348. Issues:Specifications only
  8349. ons only
  8350. Nov 94X
  8351. All Packages
  8352. System Enabler 088 (AVs)O
  8353. Dev.CD Apr 94
  8354. Dev.CD Jan 94P
  8355. Dev.CD Apr 94
  8356. Dev.CD Jan 9V
  8357. 54924X
  8358. Apr 94
  8359. p--set theItem to choose file -- uncomment to test in an AS editor
  8360.     tell application "Finder"
  8361.         open item "Dev.CD Apr 94
  8362. Dev.CD Jan 94"
  8363.         activate
  8364.     end tell
  8365. on error errMsg number errNum
  8366.     --enter statements to perform when no records are found such as...
  8367.     display dialog "Sorry, the item you selected could not be found."
  8368.     return
  8369. end try
  8370. All Packages
  8371. System Enabler 088 (AVs)O)Dev.CD Apr 94
  8372. Dev.CD Jan 94
  8373. Dev.CD Oct 93P(Dev.CD Apr 94
  8374. Dev.CD Jan 94
  8375. Dev.CD Oct 9V
  8376. 54925X
  8377. Apr 94
  8378. tricacies
  8379. intrinsic
  8380. introduce
  8381. introducedd
  8382. introduces
  8383. introducing
  8384. introduction
  8385. introspection
  8386. intuitive
  8387. intuitively
  8388. invalid
  8389. invaluable
  8390. invariably
  8391. inverse
  8392. quicktime
  8393. quicktime
  8394. quicktime
  8395. compress
  8396. decompress
  8397. quicktime
  8398. quickview
  8399. certain
  8400. certainly
  8401. certificates
  8402. certified
  8403. cfdata
  8404. cfm-68kd
  8405. cgrafport
  8406. cgrafports
  8407. chain
  8408. chance
  8409. changer
  8410. changedo
  8411. changefilename
  8412. easily
  8413. unmount
  8414. eject
  8415. sharable
  8416. summary
  8417. simple
  8418. macintosh
  8419. application
  8420. supports
  8421. summary
  8422. pleased
  8423. provide
  8424. version
  8425. 1.5.1
  8426. summary
  8427. network
  8428. software
  8429. installer
  8430. insta
  8431. summer
  8432. sun's
  8433. sunsoft
  8434. super
  8435. supercard
  8436. supersedes
  8437. superview
  8438. suport
  8439. f--set theItem to choose file -- uncomment to test in an AS editor
  8440.     tell application "Finder"
  8441.         open item "Dev.CD Jan 96 SSW"
  8442.         activate
  8443.     end tell
  8444. on error errMsg number errNum
  8445.     --enter statements to perform when no records are found such as...
  8446.     display dialog "Sorry, the item you selected could not be found."
  8447.     return
  8448. end try
  8449. watching
  8450. webobjects
  8451. xcmdsn
  8452. xfcnc
  8453. xfcns
  8454. iably
  8455. inverse
  8456. power
  8457. power
  8458. emulator
  8459. power
  8460. emulator
  8461. release
  8462. notes
  8463. power
  8464. macintosh
  8465. artwork
  8466. powerbook
  8467. powerbook
  8468. addendum
  8469. powerbook
  8470. powerbook
  8471. 2400c
  8472. powerbook
  8473. powerbook
  8474. powerbook
  8475. 2300c
  8476. powerbook
  8477. processor
  8478. powerbook
  8479. zoomed
  8480. video
  8481. powerbookg3series
  8482. powerbookg3series
  8483. powermac
  8484. powermac
  8485. stuff
  8486. powerpc
  8487. powerplant
  8488. ppclist
  8489. ppclist
  8490. ppcnumerics
  8491. ppcsoftware
  8492. pre-asip
  8493. pre-release
  8494. pre-release
  8495. prebuilt
  8496. preferences
  8497. prefix
  8498. prefse
  8499. prefs
  8500. system
  8501. previous
  8502. primer
  8503. print
  8504. print
  8505. total
  8506. pages
  8507. print2
  8508. printaetypes
  8509. printaetypes
  8510. macapp@
  8511. macintosh
  8512. powerbook
  8513. series
  8514. developer
  8515. note@
  8516. OTDev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:MRJ Redistribution SDK 
  8517. :P_Dev.CD Mar 00 RL Disk 1
  8518.  - What's New
  8519.  - Development Kits
  8520.  - Mac OS
  8521.  - MRJ Redistribution SDK 
  8522. ol Chest Edition
  8523. DisposeResource 2.0
  8524. Summary:  DisposeResource is an extension that catches a common programming error: passing a resource handle to DisposeHandle.
  8525. Version 2.0 correctly deals with ROM resource handles. This avoids an erroneous report during boot with Sound Manager 3.1 installed.
  8526. Memory Management.imgK
  8527. Sep 92L
  8528. Sep 95N*DisposeResource debugging resource handlesOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  8529.  - Tool Chest
  8530.  - Testing & Debugging
  8531.  - Memory ManagementV
  8532. 52864X
  8533. Feb 00^
  8534. #en using regular expressions and the actions are written using AppleScript.
  8535. This package is the SDK which provides documentation and a tool for creating new detectors and actions.
  8536. Features: Apple Data Detectors Extension - provides base functional
  8537. cmd-q
  8538. cn-gb
  8539. co-exist
  8540. cocoa
  8541. codeN
  8542. sample
  8543. which
  8544. demonstrates
  8545. ethernet
  8546. driver
  8547. D!All Packages
  8548. Tool Chest Edition
  8549. emonstrates how to query an endpoint for its 
  8550. vital statistic
  8551.  using OTGetEndpointInfo.  It also prints a list of that information for the commonly used Open Transport endpoint types for your reference.  The code from this sample is featured in the latest release (v1.2) of the book 
  8552. Inside Macintosh: Open Transport
  8553. J'Sample Code.img
  8554. Windows Sample Code.imgK
  8555. Nov 97L
  8556. Jun 98M
  8557. Open Transport 1.1.1 or higherN=Open Transport, OTGetEndpointInfo, TEndpointInfo, TSDU, ETSDAO
  8558. Dev.CD Feb 00 TC:Sample Code:P
  8559. Dev.CD Feb 00 TC
  8560.  - Sample CodeV
  8561. 53096X
  8562. Feb 00^
  8563. r--set theItem to choose file -- uncomment to test in an AS editor
  8564.     tell application "Finder"
  8565.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8566.         activate
  8567.     end tell
  8568. on error errMsg number errNum
  8569.     --enter statements to perform when no records are found such as...
  8570.     display dialog "Sorry, the item you selected could not be found."
  8571.     return
  8572. end try
  8573. e    No Change
  8574. --set theItem to choose file -- uncomment to test in an AS editor
  8575.     tell application "Finder"
  8576.         open item "Dev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:"
  8577.         activate
  8578.     end tell
  8579. on error errMsg number errNum
  8580.     --enter statements to perform when no records are found such as...
  8581.     display dialog "Sorry, the item you selected could not be found."
  8582.     return
  8583. end try
  8584. ences.
  8585. 01-Intro to DU.pdf
  8586. 02-What's New from DU.pdf
  8587. 03-Information & Registrati.pdf
  8588. 04-Index of Courses.pdf
  8589. 05-Self-Paced Products.pdf
  8590. 06-On-Line Topics.pdf
  8591. 07-Mac OS:
  8592. 08-Object Oriented:
  8593. 09-Multimedia & Graphics:
  8594. 10-Newton:
  8595. 11-Other topics:
  8596. 12-Training Schedule.pdf
  8597. 13-DU Training Sites.pdf
  8598. May 92L
  8599. Oct 96M
  8600. Adobe Acrobat ReaderOADev.CD Nov 99 TC:Programs & Marketing:About Developer University:PFDev.CD Nov 99 TC
  8601.  - Programs & Marketing
  8602.  - About Developer University
  8603. osl-compliant
  8604. ot/ppp
  8605. ot/ppp's
  8606. otdumpportregistry
  8607. otgetendpointinfo
  8608. other`
  8609. otherresinfo-mungede
  8610. others
  8611. otherwise
  8612. othmer
  8613. otioctl
  8614. otlifo
  8615. otpingsample
  8616. otrcv
  8617. otserverlimits
  8618. otstreamlogviewer
  8619. otstreamlogviewer
  8620. sample
  8621. developer
  8622. outline
  8623. outlined
  8624. box E
  8625. Summary: The OpenDoc Development Framework, or ODF, is an object-oriented framework developed in C++ which is targeted for building cross-platform OpenDoc component editors. Like MacApp, Apple's framework for building standalone Macintosh applications, ODF makes the process of building an OpenDoc component editor easier by implementing much of a component editor's default behavior.
  8626. OpenDoc Development Framework (ODF) Release 3 is mainly a maintenance release. ODF 3 is not cross-platform, 
  8627. it is still Mac-only. When we shipped ODF 2 in September, we scheduled ODF 3 for a January/February time frame. But the number of patches and the improvements we made in recent months made us decide to release an earlier version without waiting for the cross-platform support. It is, we think, important to provide you with a reference release containing all the changes you have seen us posting on the ODF-Interest list and the Web. We could have called it ODF 2.5 or ODF 2 Update 1 but it is,
  8628. gPSDev.CD Feb 00 TC
  8629.  - What's New?
  8630.  - Development Kits
  8631.  - Mac OS
  8632.  - QuickTime Java SDKV
  8633. 54637X
  8634. Feb 00^
  8635. --set theItem to choose file -- uncomment to test in an AS editor
  8636.     tell application "Finder"
  8637.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:"
  8638.         activate
  8639.     end tell
  8640. on error errMsg number errNum
  8641.     --enter statements to perform when no records are found such as...
  8642.     display dialog "Sorry, the item you selected could not be found."
  8643.     return
  8644. end try
  8645. e    No Changef
  8646. QuickTime
  8647. http://developer.apple.com/sdk/q
  8648. Dev.CD Feb 00 TC
  8649. hD!All Packages
  8650. Tool Chest Edition
  8651. QuickTime Java Windows SDKITQuickTime for Java Windows SDK.  Includes QuickTime for Java API javadoc, and demos.J
  8652. QTJava_SDK.zipK
  8653. Feb 00:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:V
  8654. 54638X
  8655. 1e    No Changeo
  8656. http://developer.apple.com/sdk/
  8657. legloty
  8658. appleglot
  8659. localization
  8660. internationalization
  8661. translation
  8662. glosy
  8663. r--set theItem to choose file -- uncomment to test in an AS editor
  8664.     tell application "Finder"
  8665.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8666.         activate
  8667.     end tell
  8668. on error errMsg number errNum
  8669.     --enter statements to perform when no records are found such as...
  8670.     display dialog "Sorry, the item you selected could not be found."
  8671.     return
  8672. end try
  8673. system
  8674. software
  8675. routine
  8676. sending
  8677. documents
  8678. apple
  8679. event
  8680.    73051,3255
  8681. eWorld:    BareBones
  8682. JY!NOT AN APPLE PRODUCT!
  8683. PopupFuncs 2.6.1 Installer
  8684. PopupFuncs Notes.c
  8685. Source Masher
  8686. xPop 
  8687. Sep 95L
  8688. Jan 96OADev.CD Feb 00 TC:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:PIDev.CD Feb 00 TC
  8689.  - Tool Chest
  8690.  - Developer Utilities
  8691.  - PopupFuncs 2.6.1s...
  8692.     display dialog "Sorry, the item you selected could not be found."
  8693.     return
  8694. end try
  8695. e    No Changeq
  8696. Dev.CD Feb 00 TC
  8697. jD(All Packages
  8698. Reference Library Edition
  8699. C/F Registration Requests
  8700.      the item you selected could not be found."
  8701.     return
  8702. end try
  8703. All Packages
  8704. System Enabler 003 (LC III)OEDev.CD Apr 94
  8705. Dev.CD Jan 94
  8706. Dev.CD Oct 93
  8707. Dev.CD Jul 93
  8708. Dev.CD Apr 93PDDev.CD Apr 94
  8709. Dev.CD Jan 94
  8710. Dev.CD Oct 93
  8711. Dev.CD Jul 93
  8712. Dev.CD Apr 9V
  8713. 51133X
  8714. Apr 94
  8715. must-have
  8716. namely
  8717. names
  8718. nasty
  8719. natick
  8720. P(Dev.CD Jul 95
  8721. Dev.CD Apr 95
  8722. Dev.CD Jan 9V
  8723. 54499X
  8724. Jul 95
  8725. ~--set theItem to choose file -- uncomment to test in an AS editor
  8726.     tell application "Finder"
  8727.         open item "Dev.CD Jul 95
  8728. Dev.CD Apr 95
  8729. Dev.CD Jan 95"
  8730.         activate
  8731.     end tell
  8732. on error errMsg number errNum
  8733.     --enter statements to perform when no records are found such as...
  8734.     display dialog "Sorry, the item you selected could not be found."
  8735.     return
  8736. end try
  8737. All Packages
  8738. QuickDraw GXO
  8739. Dev.CD Apr 95P
  8740. Dev.CD Apr 9V
  8741. 54500X
  8742. Apr 95
  8743. b--set theItem to choose file -- uncomment to test in an AS editor
  8744.     tell application "Finder"
  8745.         open item "Dev.CD Apr 95"
  8746.         activate
  8747.     end tell
  8748. on error errMsg number errNum
  8749.     --enter statements to perform when no records are found such as...
  8750.     display dialog "Sorry, the item you selected could not be found."
  8751.     return
  8752. end try
  8753. All Packages
  8754. QuickDraw GXO
  8755. Dev.CD Apr 95P
  8756. Dev.CD Apr 9V
  8757. 54501X
  8758. Apr 95
  8759. as-is@
  8760. assembly-language@
  8761. assistance@
  8762. audience@
  8763. automated@
  8764. bars@
  8765. base@
  8766. basis@
  8767. beaker@
  8768. believe@
  8769. betabase@
  8770. blue@
  8771. blueprint@
  8772. both@
  8773. bringing@
  8774. broadcast@
  8775. build@
  8776. burning
  8777. block@
  8778. byte@
  8779. byte-load-file@
  8780. call-backs@
  8781. calvacom@
  8782. camera@
  8783. can't@
  8784. capability@
  8785. carbonlib1.0@
  8786. catch@
  8787. categories@
  8788. cdromdrivecheck@
  8789. changes@
  8790. chinese@
  8791. choices@
  8792. classic@
  8793. clocks@
  8794. clouseau@
  8795. cmd-q@
  8796. cnvt@
  8797. sample
  8798. which
  8799. demonstrates
  8800. ethernet
  8801. driver
  8802. code-like@
  8803. collyer
  8804. color@
  8805. colorsieve@
  8806. combination@
  8807. common@
  8808. commonly@
  8809. commpiler@
  8810. compatibility
  8811. issues@
  8812. completed@
  8813. composers@
  8814. computer
  8815. computer's@
  8816. computers
  8817. r--set theItem to choose file -- uncomment to test in an AS editor
  8818.     tell application "Finder"
  8819.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8820.         activate
  8821.     end tell
  8822. on error errMsg number errNum
  8823.     --enter statements to perform when no records are found such as...
  8824.     display dialog "Sorry, the item you selected could not be found."
  8825.     return
  8826. end try
  8827. ed could not be found."
  8828.     return
  8829. end try
  8830. e    No Changef5Chinese
  8831. handwriting
  8832. input
  8833. keyboard
  8834. tablet
  8835. Dev.CD Aug 97 TC
  8836. xD!All Packages
  8837. Tool Chest Edition
  8838. Chinese Language KitI*Installer for the Chinese Language Kit 2.0J
  8839. CLK 2.0 GMc1K
  8840. Feb 95L
  8841. May 98N+Chinese Language Kit Traditional SimplifiedO9Dev.CD Feb 00 TC:Language Kits:Chinese Language Kits 2.0:P>Dev.CD Feb 00 TC
  8842.  - Language Kits
  8843.  - Chinese Language Kits 2.0V
  8844. 52770X
  8845. Feb 00^
  8846. #pr 94
  8847. parameter-block
  8848. parameters
  8849. paraphernalia
  8850. parent
  8851. parrt
  8852. parse
  8853. space
  8854. spbrecord
  8855. specification
  8856. speech
  8857. speech
  8858. recognition
  8859. spell
  8860. spellswell
  8861. spooler
  8862. sprite
  8863. sprocket
  8864. sprockets
  8865. stack
  8866. stacks
  8867. standard
  8868. standard
  8869. standardfile
  8870. standards
  8871. standards
  8872. based
  8873. starmax
  8874. state
  8875. statements
  8876. status
  8877. storage
  8878. streaming
  8879. streams
  8880. stress
  8881. string
  8882. string
  8883. encoding
  8884. string
  8885. services
  8886. strings
  8887. strip
  8888. strlog
  8889. structure
  8890. structure
  8891. region
  8892. stuffit
  8893. style
  8894. style
  8895. guidew
  8896. stylechat
  8897. sub-menus
  8898. suite
  8899. summary
  8900. survey
  8901. switch
  8902. switcher
  8903. symantec
  8904. symbiotic
  8905. synchronization
  8906. synthesis
  8907. systemc
  8908. system
  8909. system
  8910. features
  8911. system
  8912. identification
  8913. system
  8914. software
  8915. release
  8916. systemsp
  8917. table
  8918. pbclock
  8919. pccard
  8920. pccts
  8921. driver
  8922. driver
  8923. loader
  8924. openfirmware
  8925. fcode
  8926. forth
  8927. tokenize
  8928. pci-pci
  8929. pci-pci
  8930. bridge
  8931. ratesA
  8932. reader
  8933. recordable
  8934. reference
  8935. registration
  8936. registry
  8937. reports
  8938. resources
  8939. ringQ
  8940. router
  8941. script
  8942. scriptable
  8943. scripting
  8944. search
  8945. server
  8946. server
  8947. controls
  8948. setting
  8949. sharedu
  8950. shared
  8951. volumes
  8952. signature
  8953. softwareQ
  8954. style
  8955. style
  8956. guidew
  8957. stylechat
  8958. summary
  8959. switch
  8960. systemc
  8961. system
  8962. systemsp
  8963. table
  8964. testing
  8965. tokenQ
  8966. token
  8967. ringQ
  8968. tokentalk
  8969. translationy
  8970. transport
  8971. usage
  8972. video
  8973. virtual
  8974. virtual
  8975. virtualuser
  8976. volumes
  8977. vtwin
  8978. wannabe
  8979. 54036X
  8980. Apr 00^
  8981. --set theItem to choose file -- uncomment to test in an AS editor
  8982.     tell application "Finder"
  8983.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Control Strip:"
  8984.         activate
  8985.     end tell
  8986. on error errMsg number errNum
  8987.     --enter statements to perform when no records are found such as...
  8988.     display dialog "Sorry, the item you selected could not be found."
  8989.     return
  8990. end try
  8991. e    No Changef%Control Strip
  8992. PowerBook
  8993. Control Panelq
  8994. Dev.CD Apr 00 SDK1
  8995. D!All Packages
  8996. Tool Chest Edition
  8997. ControlBackground
  8998. zIt's a simple code sample which demonstrates how to draw controls with a particular background color.  Controls get their background color from the window color table; this sample shows how to temporarily alter an entry in that color table so that the control draws with a particular background color but no other drawing is affected.
  8999. Don't have the Appearance Manager running.
  9000. e    No Change
  9001. appleshare
  9002. client
  9003. JNdAppsToGo, AppWannabe, Wannabe, DTS.Draw, DTS.Lib, DTS.StyleChat, Kibitz, pbClock, AppsToGo ReferenceO
  9004. Dev.CD Feb 00 TC:Sample Code:P
  9005. Dev.CD Feb 00 TC
  9006.  - Sample CodeV
  9007. 53968X
  9008. Feb 00^
  9009. r--set theItem to choose file -- uncomment to test in an AS editor
  9010.     tell application "Finder"
  9011.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9012.         activate
  9013.     end tell
  9014. on error errMsg number errNum
  9015.     --enter statements to perform when no records are found such as...
  9016.     display dialog "Sorry, the item you selected could not be found."
  9017.     return
  9018. end try
  9019. Movedf\AppsToGo
  9020. AppWannabe
  9021. Wannabe
  9022. DTS.Draw
  9023. DTS.Lib
  9024. DTS.StyleChat
  9025. Kibitz
  9026. pbClock
  9027. AppsToGo Referenceq
  9028. Dev.CD Feb 00 TC
  9029. All Packages
  9030. Arabic Language KitO
  9031. Dev.CD May 96 TCP
  9032. Dev.CD May 96 TV
  9033. 53969X
  9034. May 96
  9035. D Apr 9V
  9036. 53742X
  9037. Apr 94
  9038. glance
  9039. globalj
  9040. global-aware
  9041. globally
  9042. globals
  9043. glossariess
  9044. glossaryw
  9045. gluen
  9046. p--set theItem to choose file -- uncomment to test in an AS editor
  9047.     tell application "Finder"
  9048.         open item "Dev.CD Jul 93
  9049. Dev.CD May 93"
  9050.         activate
  9051.     end tell
  9052. on error errMsg number errNum
  9053.     --enter statements to perform when no records are found such as...
  9054.     display dialog "Sorry, the item you selected could not be found."
  9055.     return
  9056. end try
  9057. e showing how to create a panel component.  Complete API documentation is included as well.
  9058. Mac OS-only at this time
  9059. , SDK includes components which allow QTIC-savvy applications to deal with QuickTake 150 and 200 digital cameras. Applications will work with other cameras, if the vendor provides a QuickTime IC camera component.
  9060. Does not work with the original Apple QuickTake 100 digital camera.
  9061. JbDocumentation:
  9062. Interfaces&Libraries:
  9063. QuickTime
  9064.  IC SDK 1.0 contents
  9065. Sample Code:
  9066. Supporting Files:K
  9067. Jul 97ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  9068.  IC SDK 1.01:icon
  9069. finderevents
  9070. lurkers
  9071. readme
  9072. hoseirdasample
  9073.  tell application "Finder"
  9074.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9075.         activate
  9076.     end tell
  9077. on error errMsg number errNum
  9078.     --enter statements to perform when no records are found such as...
  9079.     display dialog "Sorry, the item you selected could not be found."
  9080.     return
  9081. end try
  9082. ved in the study of graphics; such as the Apple Training Support courses for Macintosh Video Display Cards.
  9083. Mac Graphics Primer 2K
  9084. Vol IIIL
  9085. Vol VIIO;Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2PCDev.CD Nov 99 TC
  9086.  - Tool Chest
  9087.  - QuickDraw
  9088.  - Mac Graphics Primer  later.O7Dev.CD Feb 00 TC:Tool Chest:Printing:LaserWriter 8 API:P?Dev.CD Feb 00 TC
  9089.  - Tool Chest
  9090.  - Printing
  9091.  - LaserWriter 8 APImovie is closed, the SysBeep will beep normally.
  9092. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  9093. All Packages
  9094. System Enabler 065 (LC 575)O
  9095. Dev.CD Apr 94
  9096. Dev.CD Jan 94P
  9097. Dev.CD Apr 94
  9098. Dev.CD Jan 9V
  9099. 54910X
  9100. Apr 94
  9101. p--set theItem to choose file -- uncomment to test in an AS editor
  9102.     tell application "Finder"
  9103.         open item "Dev.CD Apr 94
  9104. Dev.CD Jan 94"
  9105.         activate
  9106.     end tell
  9107. on error errMsg number errNum
  9108.     --enter statements to perform when no records are found such as...
  9109.     display dialog "Sorry, the item you selected could not be found."
  9110.     return
  9111. end try
  9112. All Packages
  9113. System Enabler 065 (LC 575)O
  9114. Dev.CD Apr 94
  9115. Dev.CD Jan 94P
  9116. Dev.CD Apr 94
  9117. Dev.CD Jan 9V
  9118. 54911X
  9119. Apr 94
  9120. difficult
  9121. application
  9122. support
  9123. features
  9124. pShell.mcp
  9125. DropShell.rsrc
  9126. DSUserProcs.c
  9127. ProfileRenamer -- readme
  9128. ProfileRenamer 68kK
  9129. Jan 98M    ColorSyncke. Like mo
  9130. gonzalez3@
  9131. goodies@
  9132. greatest@
  9133. guide-intelligent@
  9134. handbook@
  9135. handle-based@
  9136. hangul@
  9137. hash@
  9138. heartbeat@
  9139. heavily@
  9140. hebrew
  9141. hecht@
  9142. helper@
  9143. high-performance@
  9144. hints@
  9145. however@
  9146. http@
  9147. hubbard@
  9148. icondimming@
  9149. ideal@
  9150. idle@
  9151. illustrated@
  9152. image's@
  9153. implications@
  9154. in-depth@
  9155. interoperates@
  9156. investigation@
  9157. investments@
  9158. ischeckedout@
  9159. isn't@
  9160. issue
  9161. highlights@
  9162. issues
  9163. utility
  9164. compatible
  9165. system
  9166. it's@
  9167. japan@
  9168. joysticks@
  9169. keyboard@
  9170. language@
  9171. laterapple@
  9172. layer@
  9173. leaks@
  9174. library
  9175. licenced@
  9176. licensed@
  9177. life@
  9178. listed@
  9179. little-known@
  9180. long-term@
  9181. low-level@
  9182. macapp@
  9183. macintosh
  9184. powerbook
  9185. series
  9186. developer
  9187. note@
  9188. oto Beginning or End:  You can hop to the beginning or end of the active movie or for all movies. This can be particularly useful when putting multiple movies in synch.
  9189. Bit Depth switching:  Changing the monitor bit depths from black&white, 4, 16, 256 colors in any order and in any combination.  Switching occurs during a set interval time.
  9190. Heap Scrambling:  During movie play, you can invoke heap scrambling.  This involves moving memory around every time a toolbox call uses the memory man
  9191. ager.  This can involve scrambling the system heap or application heap.
  9192. SysBeep interrupt:  The CPU can invoke a SysBeep call during a set interval time (in ticks).  When a movie is currently open, a SysBeep will result only as a menubar flash.  However, if a movie is without a sound track or a movie is closed, the SysBeep will beep normally.
  9193. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  9194. 01/13/2000
  9195. 01730-0108
  9196. 01760
  9197. 1-12/96k
  9198. 1-bit
  9199. 1.0.0d3
  9200. 1.0.1h
  9201. 1.0.1b3
  9202. 1.0.2h
  9203. 1.0.3e
  9204. 1.0.6
  9205. 1.0.8
  9206. 1.0a5
  9207. 1.0b1
  9208. 1.0b2
  9209. 1.0b4
  9210. 1.0d1
  9211. 1.0d8
  9212. 100lc
  9213. 12/600j
  9214. 12x16
  9215. 1337s
  9216. 140/170W
  9217. 16384p
  9218. filename
  9219. files
  9220. filetool
  9221. filter
  9222. finder
  9223. finder
  9224. appleevents
  9225. finderevents
  9226. events
  9227. finder
  9228. label
  9229. finder
  9230. display
  9231. folder
  9232. launch
  9233. finderevents
  9234. firewire
  9235. firmware
  9236. folder
  9237. fonts
  9238. fontsync
  9239. foreign
  9240. formatting
  9241. forth
  9242. foundation
  9243. frameworkY
  9244. beard
  9245. beast
  9246. beasts
  9247. beautiful
  9248. became
  9249. Dev.CD July 92
  9250. Dev.CD June 92
  9251. Dev.CD May 92
  9252. Dev.CD Apr 92
  9253. Dev.CD Mar 92
  9254. Dev.CD Feb 92
  9255. Dev.CD Jan 92
  9256. Dev.CD Vol. XI
  9257. Dev.CD Vol. X
  9258. Dev.CD Vol. IX
  9259. Dev.CD Vol. VII
  9260. Dev CD Vol. VI
  9261. Dev CD Vol. V
  9262. Dev CD Vol. IVP
  9263. Dev.CD July 92
  9264. Dev.CD June 92
  9265. Dev.CD May 92
  9266. Dev.CD Apr 92
  9267. Dev.CD Mar 92
  9268. Dev.CD Feb 92
  9269. Dev.CD Jan 92
  9270. Dev.CD Vol. XI
  9271. Dev.CD Vol. X
  9272. Dev.CD Vol. IX
  9273. Dev.CD Vol. VII
  9274. Dev CD Vol. VI
  9275. Dev CD Vol. V
  9276. Dev CD Vol. IV
  9277. 54296X
  9278. July 9
  9279. --set theItem to choose file -- uncomment to test in an AS editor
  9280.     tell application "Finder"
  9281.         open item "Dev.CD July 92
  9282. Dev.CD June 92
  9283. Dev.CD May 92
  9284. Dev.CD Apr 92
  9285. Dev.CD Mar 92
  9286. Dev.CD Feb 92
  9287. Dev.CD Jan 92
  9288. Dev.CD Vol. XI
  9289. Dev.CD Vol. X
  9290. Dev.CD Vol. IX
  9291. Dev.CD Vol. VII
  9292. Dev CD Vol. VI
  9293. Dev CD Vol. V
  9294. Dev CD Vol. IV"
  9295.         activate
  9296.     end tell
  9297. on error errMsg number errNum
  9298.     --enter statements to perform when no records are found such as...
  9299.     display dialog "Sorry, the item yoB2u selected could not be found."
  9300.     return
  9301. end try
  9302. e    No Changef
  9303. Interrupt Time
  9304. Debugging
  9305. Toolo`ftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/General_tools/SyncCatch_2.1.sit.hqxq
  9306. Dev.CD Feb 00 TC
  9307. D!All Packages
  9308. Tool Chest Edition
  9309. SysConfig DA 1.5b16I
  9310. Summary: This DA collects information about your System and allows you to save that information in a text file. Great for reporting bugs!  J
  9311. SysConfig DA 1.5b16K
  9312. Vol IIIL
  9313. Vol VIIOQDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:SysConfig DA 1.5b16P\Dev.CD Nov 99 TC
  9314.  - Tool Chest
  9315.  - Testing & Debugging
  9316.  - Bug Reporting
  9317.  - SysConfig DA 1.5b1V
  9318. 54743X
  9319. Nov 99^
  9320. sample
  9321.   Special formatting may be applied to the disassembly for embedded data that cannot normally be distinguished from actual code.  There are also facilities to allow you to answer the question 
  9322. who references this location?
  9323. Issues:  Do not add this editor to versions of ResEdit before 2.1.  This editor is not part of the official ResEdit release, and has not been rigo
  9324. J<Documentation:
  9325. SOMobjects
  9326.  - Read Me First
  9327. System Additions:K
  9328. Jan 96L
  9329. Oct 96ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):SOMobjects
  9330.  for Mac OS:PIDev.CD Apr 98 SDK2
  9331.  - Development Kits (Disc 2)
  9332.  - SOMobjects
  9333.  for Mac OSW
  9334. searchingtechnologie
  9335. sectionreport
  9336. security
  9337. security
  9338. readme
  9339. sedit
  9340. sedit
  9341. documentation
  9342. selectdir
  9343. selectdir
  9344. selectfile
  9345. selectfile
  9346. selectors
  9347. sendae]
  9348. sendae
  9349. sendae
  9350. sendps
  9351. sendps
  9352. serial
  9353. serverS
  9354. server
  9355. controller
  9356. server
  9357. controller
  9358. server
  9359. controller
  9360. server
  9361. remote
  9362. control
  9363. servercontrolintf
  9364. examples
  9365. 6.3.1
  9366. 6.3.2
  9367. 6100x
  9368. 6200x
  9369. 62xxu
  9370. 6300x
  9371. 63xxu
  9372. 64-bit
  9373. 651-3561
  9374. 651-7584
  9375. 65c02r
  9376. 68000
  9377. 68020d
  9378. 68030
  9379. 68040
  9380. 680x0
  9381. 68881/2
  9382. 68k-based
  9383. 7-specific
  9384. 7.0.0
  9385. 7.0.3
  9386. 7.0.4
  9387. 7.0fo
  9388. 7.1.2p
  9389. mentioned
  9390. mentors
  9391. menuT
  9392. menubar
  9393. menuhook/mbarhook
  9394. menumanager
  9395. menuse
  9396. menuscripter
  9397. merchandised
  9398. merchandising
  9399. meres
  9400. merely
  9401. messagex
  9402. messagepadj
  9403. messagesj
  9404. messagewatcher
  9405. messy
  9406. meta-content
  9407. metafile
  9408. meter
  9409. metering
  9410. meters
  9411. metertest
  9412. methodg
  9413. methodology
  9414. methods
  9415. metrowerks
  9416. mexican
  9417. 53923X
  9418. Feb 00^
  9419. --set theItem to choose file -- uncomment to test in an AS editor
  9420.     tell application "Finder"
  9421.         open item "Dev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:"
  9422.         activate
  9423.     end tell
  9424. on error errMsg number errNum
  9425.     --enter statements to perform when no records are found such as...
  9426.     display dialog "Sorry, the item you selected could not be found."
  9427.     return
  9428. end try
  9429. e    No Changef
  9430. Apple Events
  9431. AppleEventsq
  9432. Dev.CD Feb 00 TC
  9433. AE User Terminology 3/92I
  9434. Summary: This folder contains the Apple Event User Terminology resource.
  9435. Features: This package contains the "Terminology Dev Note 3/92" and files needed for adding the 'aeut' to your application.J
  9436. AETE ResEdit Template
  9437. AEUserTermTypes.r
  9438. aeut resource
  9439. AppleEventTypes.h
  9440. EnglishMiscellaneous.r
  9441. EnglishMiscellaneous.rsrc
  9442. EnglishTerminology.r
  9443. EnglishTerminology.rsrc
  9444. Terminology Dev Note 3/92K
  9445. May 92L
  9446. May 94M
  9447. System 7.0N
  9448. AE, Apple Events, AppleEventsents, AppleEventsW
  9449. 55072X
  9450. Mar 00^    RL Disk 2
  9451. --set theItem to choose file -- uncomment to test in an AS editor
  9452.     tell application "Finder"
  9453.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:macos8:"
  9454.         activate
  9455.     end tell
  9456. on error errMsg number errNum
  9457.     --enter statements to perform when no records are found such as...
  9458.     display dialog "Sorry, the item you selected could not be found."
  9459.     return
  9460. end try
  9461. e    No Change
  9462. encoding
  9463. Unicode
  9464. script
  9465. language
  9466. conversion
  9467. games
  9468. input device
  9469. sprocket
  9470. joystick
  9471. gamepad
  9472. gaming
  9473. blanking
  9474. screen
  9475. display
  9476. buffering
  9477. games
  9478. sprocket
  9479. gaming
  9480. networking
  9481. games
  9482. multiprocessing
  9483. preemptive task
  9484. multitasking
  9485. threads
  9486. threading
  9487. Icon Services
  9488. Icon Utilities
  9489. 'icns'
  9490. icon family
  9491. icon resources
  9492. IconRef
  9493. icon plotting
  9494. Navigation Services
  9495. Standard File
  9496. file management
  9497. file 
  9498. navigation
  9499. opening files
  9500. saving files
  9501. Network Services Location
  9502. file preview
  9503. Apple Help
  9504. Apple Guide
  9505. user assist
  9506. n a dialog. It's easy, just create the list right after you create the dialog, then call LUpdate and LClick in a dialog filter to respond to user events.
  9507. MDEF.Sample:  An MDEF written in Pascal that supports rez MENU templates and allows you to request the use of the Shift-Command symbol (made famous by our friends to the North).
  9508. Menu 'cicn' Fun:  This snippet demonstrates 'cicn's in menu items.  It's an unfortunately little-known fact that 'cicn's can be many sizes, and not only that, b
  9509. ut that any size 'cicn' can be put into a menu item. It's probably not good HI to put in 'cicn's of sizes other than 32x32 or 16x16; happily, this covers the sizes developers want most.
  9510. MenuHook/MBarHook exposed:  Installs routines called when a menu is pulled down and when the mouse is down in the menu bar.  Inverts the region underneath the menu so you can graphically see the results, as well as flashes status indicators.  Can mess up your desktop (but only visually).
  9511. Modal TextEdit:  
  9512. MIDI, Music movie, converterO4Dev.CD Feb 00 TC:Tool Chest:QuickTime:MIDIConverter:P<Dev.CD Feb 00 TC
  9513.  - Tool Chest
  9514.  - QuickTime
  9515.  - MIDIConverterV
  9516. 54277X
  9517. Feb 00^
  9518. --set theItem to choose file -- uncomment to test in an AS editor
  9519.     tell application "Finder"
  9520.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickTime:MIDIConverter:"
  9521.         activate
  9522.     end tell
  9523. on error errMsg number errNum
  9524.     --enter statements to perform when no records are found such as...
  9525.     display dialog "Sorry, the item you selected could not be found."
  9526.     return
  9527. end try
  9528. e    No Changef
  9529. Music movie
  9530. converterq
  9531. Dev.CD Feb 00 TC
  9532. MiniLauncher 1.3b5
  9533. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  9534. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.print a document.
  9535. file's
  9536. debugging
  9537. optimized
  9538. debugging
  9539. tools
  9540. defect
  9541. defect
  9542. defprocs
  9543. demo_
  9544. applications
  9545. WNo Change
  9546. useful
  9547. location
  9548. manager
  9549. module
  9550. shows
  9551. eject
  9552. cards
  9553. primer
  9554. creating
  9555. content
  9556. ORDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundRecord:P`Dev.CD Feb 00 TC
  9557.  - What's New?
  9558.  - Sample Code
  9559.  - QuickTime
  9560.  - QuickTime for Java
  9561.  - SoundRecordV
  9562. 54726X
  9563. Feb 00^
  9564. --set theItem to choose file -- uncomment to test in an AS editor
  9565.     tell application "Finder"
  9566.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundRecord:"
  9567.         activate
  9568.     end tell
  9569. on error errMsg number errNum
  9570.     --enter statements to perform when no records are found such as...
  9571.     display dialog "Sorry, the item you selected could not be found."
  9572.     return
  9573. end try
  9574. e    No Changef
  9575. QuickTime
  9576. Dev.CD Feb 00 TC
  9577. D!All Packages
  9578. Tool Chest Edition
  9579. SoundSprocketTestI
  9580. This sample is a demonstration and test of the SoundSprocket API with QuickDraw 3D.  If allows the user to config various options of SoundSprocket to show how effects work and their interactions.
  9581. 1e    No Change
  9582. monstrates
  9583. appleev
  9584. r--set theItem to choose file -- uncomment to test in an AS editor
  9585.     tell application "Finder"
  9586.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9587.         activate
  9588.     end tell
  9589. on error errMsg number errNum
  9590.     --enter statements to perform when no records are found such as...
  9591.     display dialog "Sorry, the item you selected could not be found."
  9592.     return
  9593. end try
  9594. erformance
  9595. manager
  9596. sdecP
  9597. searchb
  9598. build]
  9599. builder
  9600. buildingU
  9601. building
  9602. system
  9603. extensionU
  9604. building
  9605. installing
  9606. using
  9607. driverU
  9608. buildsj
  9609. built
  9610. built-in
  9611. bulletproof
  9612. bundle
  9613. bundled
  9614. bundleservices
  9615. workgroupS
  9616. workgroup
  9617. server
  9618. workgroup
  9619. server
  9620. working
  9621. working
  9622. webobjects
  9623. worksheet
  9624. worldscript
  9625. worldscript
  9626. updater
  9627. install
  9628. worldscript
  9629. updater
  9630. wprocasm
  9631. archived@
  9632. windows
  9633. windows
  9634. 4.0.1
  9635. install@
  9636. windows
  9637. workgroup@
  9638. wprocasm
  9639. sounds@
  9640. viii@
  9641. 9660@
  9642. adobe
  9643. acrobat
  9644. reader
  9645. appearance
  9646. keyboard
  9647. function
  9648. keys@
  9649. Feb 00^
  9650. --set theItem to choose file -- uncomment to test in an AS editor
  9651.     tell application "Finder"
  9652.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DraggingSprites:"
  9653.         activate
  9654.     end tell
  9655. on error errMsg number errNum
  9656.     --enter statements to perform when no records are found such as...
  9657.     display dialog "Sorry, the item you selected could not be found."
  9658.     return
  9659. end try
  9660. e    No Changef
  9661. QuickTime
  9662. Dev.CD Feb 00 TC
  9663. YD!All Packages
  9664. Tool Chest Edition
  9665. DrawSprocketTestI
  9666. This sample shows basic implementations of DrawSprocket Functions.  It demonstrates:
  9667. - Get Version
  9668. - Display/context iteration
  9669. - Context searching
  9670. - Multiple-buffering/page flipping
  9671. - CLUT operations
  9672. - DSpUserSelectContext
  9673. - Underlays
  9674. - Single BufferingJ^DrawSprocketTest
  9675. DrawSprocketTest.c
  9676. DrawSprocketTest.CW2.prj
  9677. DrawSprocketTest.CW5.prj
  9678. makefileK
  9679. Feb 00:What's New?:Sample Code:Games:DrawSprocketTest:V
  9680. 54111X
  9681. 1e    No Change
  9682. QuickTime, Java, MRJne assembler, so MPW users will have to either inline it, or write something similar using MPW's assembler.
  9683. J'Sample Code.img
  9684. Windows Sample Code.imgK
  9685. Feb 92L
  9686. Aug 95O
  9687. Dev.CD Feb 00 TC:Sample Code:P
  9688. Dev.CD Feb 00 TC
  9689.  - Sample Code AS editor
  9690.     tell application "Finder"
  9691.         open item "Dev.CD Apr 94
  9692. Dev.CD Jan 94
  9693. Dev.CD Oct 93
  9694. Dev.CD Jul 93
  9695. Dev.CD Apr 93"
  9696.         activate
  9697.     end tell
  9698. on error errMsg number errNum
  9699.     --enter statements to perform when no records are found such as...
  9700.     display dialog "Sorry, the item you selected could not be found."
  9701.     return
  9702. end try
  9703. All Packages
  9704. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  9705. Dev.CD Jan 94
  9706. Dev.CD Oct 93
  9707. Dev.CD Jul 93
  9708. Dev.CD Apr 93PDDev.CD Apr 94
  9709. Dev.CD Jan 94
  9710. Dev.CD Oct 93
  9711. Dev.CD Jul 93
  9712. Dev.CD Apr 9V
  9713. 51274X
  9714. Apr 94
  9715. flowing
  9716. flush
  9717. flushing
  9718. focus
  9719. focuses
  9720. e    No Changef
  9721. GX Fonts
  9722. GX Typographyq
  9723. Dev.CD Feb 00 TC
  9724. D!All Packages
  9725. Tool Chest Edition
  9726. GXOverrideTool
  9727. Summary:  GXOverrideTool is a message override tool source file for QuickDraw GX.  Creates .r (for override resource) and .a files (for jump table) for developers who program drivers and extensions. Note that the tool does little sanity checking so beware. Examples of the dash options and command lines understood by the tool when parsing the source file are available in the DocumentationAndSample file. 
  9728. Issues:  Blank lines that are full of space characters confuses the tool
  9729. J%DocumentationAndSample
  9730. GXOverrideToolK
  9731. Feb 96M
  9732. MPW, QuickDraw GXN5override QuickDraw GX tool jump table 'over' resourceO8Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:GXOverrideTool:P@Dev.CD Feb 00 TC
  9733.  - Tool Chest
  9734.  - QuickDraw GX
  9735.  - GXOverrideToolV
  9736. 54155X
  9737. Feb 00^
  9738. e    No Changerns@
  9739. person@
  9740. photographs@
  9741. plan@
  9742. platform@
  9743. poor@
  9744. popmenus@
  9745. st:MacApp:
  9746.     C,le Computer, Inc. Software Licensing Group.
  9747. Compiler Stuff
  9748. Debugging Tools
  9749. Read Me
  9750. Sample Applications
  9751. Software Licensing Info
  9752. Thread Manager
  9753. Thread Manager 2.1.1d1+
  9754. Thread Manager Documentation
  9755. ThreadUtilities
  9756. What's New In This PackageK
  9757. Aug 93L
  9758. Apr 95M
  9759. Runs on Macintosh Plus and newer under System 7 (7.0, 7.0.1, 7.1, etc.) System 7.1 or later recomended. The Thread Manger is built into System 7.5 and later systems so the extension is not needed.N>Thread Manager, thread, threads,  tasks, tasking, multitaskingO:Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Thread Manager:PBDev.CD Apr 00 SDK1
  9760.  - Development Kits
  9761.  - Mac OS
  9762.  - Thread Manager
  9763. ischeckedout@
  9764. isn't@
  9765. issue
  9766. highlights@
  9767. issues
  9768. utility
  9769. compatible
  9770. system
  9771. it's@
  9772. joysticks@
  9773. keyboard@
  9774. language@
  9775. laterapple@
  9776. layer@
  9777. licensed@
  9778. life@
  9779. listed@
  9780. little-known@
  9781. long-term@
  9782. low-level@
  9783. macapp@
  9784. cordj
  9785. camera
  9786. carbon
  9787. carbonlib
  9788. carbonlib
  9789. 1.0.2
  9790. cardbus
  9791. cardbus
  9792. cards
  9793. categories
  9794. cd-romf
  9795. cd-rom
  9796. detection
  9797. cd-rom
  9798. validator
  9799. centris/quadra
  9800. cfm-68k
  9801. cfm-68k
  9802. chinese
  9803. chinese
  9804. dictation
  9805. chinese
  9806. dictation
  9807. chinese
  9808. handwriting
  9809. table. In particular it shows you how to handle the 'whose' clause in AppleScript.
  9810. This version of 7Edit also demonstrates  QuickDraw GX printing and Drag Manager Support.
  9811. J'Sample Code.img
  9812. Windows Sample Code.imgK
  9813. Jan 96L
  9814. Dev.CD Feb 00 TC:Sample Code:P
  9815. Dev.CD Feb 00 TC
  9816.  - Sample Codeange
  9817. explains
  9818. summary
  9819. macintosh
  9820. software
  9821. distributed
  9822. world@
  9823. summary
  9824. macintosh
  9825. technology
  9826. apple@
  9827. 53984X
  9828. Feb 00^
  9829. --set theItem to choose file -- uncomment to test in an AS editor
  9830.     tell application "Finder"
  9831.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Mac OS Development Toolkit:"
  9832.         activate
  9833.     end tell
  9834. on error errMsg number errNum
  9835.     --enter statements to perform when no records are found such as...
  9836.     display dialog "Sorry, the item you selected could not be found."
  9837.     return
  9838. end try
  9839. e    No ChangefsVU
  9840. Virtual User
  9841. VirtualUser
  9842. SPEC S&L
  9843. FileTool
  9844. Memory Monitor
  9845. Testing
  9846. Automation
  9847. Automated Testing
  9848. Clouseauq
  9849. Dev.CD Feb 00 TC
  9850. [D!All Packages
  9851. Tool Chest Edition
  9852. AV EmulatorI
  9853. This package contains the G4 processor emulator extensions for Mac OS 8.1 and 8.5.  It also contains a Readme file and a ResEdit debug resource.
  9854. These extensions allow code written using the AltiVec instruction set to be run on a G3-class machine.J'Sample Code.img
  9855. Windows Sample Code.imgK
  9856. May 99:Sample Code:V
  9857. 53985X
  9858. 1e    No Change
  9859. encingj
  9860. b--set theItem to choose file -- uncomment to test in an AS editor
  9861.     tell application "Finder"
  9862.         open item "Dev.CD Oct 94"
  9863.         activate
  9864.     end tell
  9865. on error errMsg number errNum
  9866.     --enter statements to perform when no records are found such as...
  9867.     display dialog "Sorry, the item you selected could not be found."
  9868.     return
  9869. end try
  9870.    display dialog "Sorry, the item you selected could not be found."
  9871.     return
  9872. end try
  9873. OD!All Packages
  9874. Tool Chest Edition
  9875. Arabic Language Kit v1.0.1
  9876. :Summary: The Arabic Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Arabic on the Macintosh
  9877.  and other computers using the Mac
  9878.  OS.   See the document "Arabic Read Me First" or "Lisez-moi (Arabe)" for details and installation instructions. 
  9879. JDInstall 1, English
  9880. Install 1, Fran
  9881. Install 2
  9882. Install 3
  9883. Install 4K
  9884. May 96L
  9885. Aug 96nge
  9886. textchanger@
  9887. this@
  9888. toolbox
  9889. assistant
  9890. multiple
  9891. tools
  9892. goodies@
  9893. ts3sound
  9894. type@
  9895. under@
  9896. universalinterfaces3@
  9897. unwrapcommenttext@
  9898. updates
  9899. patches@
  9900. version
  9901. history@
  9902. vu3.0.1d3@
  9903. webobjects
  9904. html@
  9905. what's@
  9906. archived@
  9907. windows
  9908. windows
  9909. 4.0.1
  9910. install@
  9911. windows
  9912. workgroup@
  9913. wprocasm
  9914. sounds@
  9915. viii@
  9916. 9660@
  9917. adobe
  9918. acrobat
  9919. reader
  9920. appearance
  9921. keyboard
  9922. function
  9923. keys@
  9924. r--set theItem to choose file -- uncomment to test in an AS editor
  9925.     tell application "Finder"
  9926.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9927.         activate
  9928.     end tell
  9929. on error errMsg number errNum
  9930.     --enter statements to perform when no records are found such as...
  9931.     display dialog "Sorry, the item you selected could not be found."
  9932.     return
  9933. end try
  9934. mactype
  9935. mactype
  9936. datasheet
  9937. white
  9938. paper
  9939. mag'n
  9940. magic
  9941. magic
  9942. magic
  9943. utility
  9944. magican
  9945. magician
  9946. mailm
  9947. suite
  9948. suite
  9949. dictionary
  9950. mailfoo
  9951. mailsuite
  9952. mailsuite
  9953. l Guide.pdf
  9954. EOModeler
  9955. Frameworks.pdf
  9956. Gender-Based Title Creation.pdf
  9957. Int_Media_Writer_Resources.pdf
  9958. Java Survival Guide.pdf
  9959. Making Cool QD3D Apps.pdf
  9960. Music on the Net.pdf
  9961. New Audio Features QT3.pdf
  9962. Porting
  9963. Jul 98develop Issue 29Dev.CD Feb 00 TC:Sample Code:
  9964. 54230X
  9965. Feb 00^
  9966. r--set theItem to choose file -- uncomment to test in an AS editor
  9967.     tell application "Finder"
  9968.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9969.         activate
  9970.     end tell
  9971. on error errMsg number errNum
  9972.     --enter statements to perform when no records are found such as...
  9973.     display dialog "Sorry, the item you selected could not be found."
  9974.     return
  9975. end try
  9976. Movedf
  9977. Live Scroll
  9978. Dynamic Scrollingq
  9979. Dev.CD Feb 00 TC
  9980. D!All Packages
  9981. Tool Chest Edition
  9982. Load PCI DriverI
  9983. Summary: Load PCI Driver is a utitity for PCI driver writers. It lets you load and unload 'ndrv' without having to restart.
  9984. Allows you to load a Native PCI  driver ('ndrv') without having to restart. Very useful when debugging your native driver.J'Sample Code.img
  9985. Windows Sample Code.imgK
  9986. Sep 97M
  9987. PowerPC PCI based MacintoshN
  9988. PCI ndrv driver loaderO
  9989. Dev.CD Feb 00 TC:Sample Code:P
  9990. Dev.CD Feb 00 TC
  9991.  - Sample CodeV
  9992. 54231X
  9993. Feb 00^
  9994. Nov 96V
  9995. 45554X
  9996. 1e    No Change
  9997. 55106X
  9998. Feb 00^
  9999. --set theItem to choose file -- uncomment to test in an AS editor
  10000.     tell application "Finder"
  10001.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  10002.         activate
  10003.     end tell
  10004. on error errMsg number errNum
  10005.     --enter statements to perform when no records are found such as...
  10006.     display dialog "Sorry, the item you selected could not be found."
  10007.     return
  10008. end try
  10009. e    No Changeq
  10010. Dev.CD Feb 00 TC
  10011. =D!All Packages
  10012. Tool Chest Edition
  10013. VRAM & bit-depth explainedI
  10014. Summary: This is a graphical representation of the maximum number of colors (bit-depth) that can be achieved (by monitor) under certain video memory/video card configurations.
  10015. Issues: Details only released productsJ-VRAM & bit-depth explnd
  10016.  Read Me, pleaseK
  10017. Jun 92:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:V
  10018. 55107X
  10019. 1e    No Change
  10020. ventm
  10021. extractor
  10022. f/macos8
  10023. features
  10024. Summary:  MoofWars is a piece of sample code that demonstrates a few techniques to build efficient animation code on the PowerPC.  This code takes advantage of DrawSprocket to provide access to page flipping when the video hardware supports it.  This sample is written in C++.
  10025. The main features in this application are the graphic and tile classes, which are used to draw the background and then composite sprites on top of it.  The blitters within these classes are designed to move data as e
  10026. fficiently as possible on PowerPC -- that is, whenever possible every read and every write is done on an aligned boundary, and data is moved in as big a chunks as possible.
  10027. This version should work on any PowerMac.  It requires the DrawSprocket shared library, which can be found on the MacOS SDK and also on the Sprockets web page, http://dev.info.apple.com/games.
  10028. Issues:  There aren't any bugs that I know of.  This version runs only in 8-bit mode, although DrawSprocket should set this mo
  10029. manager
  10030. pccardnetworksample
  10031. pccts
  10032. pccts
  10033. sound
  10034. input
  10035. driver
  10036. pdlog
  10037. pdlog
  10038. expand
  10039. viewer
  10040. peoplesoft/apple
  10041. peoplesoft/apple
  10042. white
  10043. paper
  10044. peoplesurveyor
  10045. peoplesurveyor
  10046. 2.1.2
  10047. performa
  10048. performa
  10049. 7.1p2
  10050. performa
  10051. 7.1p5
  10052. performa
  10053. 7.1p6
  10054. performance
  10055. performance
  10056. tools
  10057. pgpuam
  10058. photoshop
  10059. picker
  10060. pippin
  10061. pippin
  10062. technical
  10063. notes
  10064. player
  10065. playmovie
  10066. playtune
  10067. plug-ins
  10068. , The Developer Business Report.
  10069. Apple Directions 01/97
  10070. Apple Directions 02/97
  10071. Apple Directions 03/97
  10072. Apple Directions 04/97
  10073. Apple Directions 05/97.pdf
  10074. Apple Directions 06/97.pdf
  10075. Apple Directions 07/97.pdf
  10076. Apple Directions 08/97.pdf
  10077. Apple Directions 09/97.pdf
  10078. Apple Directions 10/97.pdf
  10079. Apple Directions 11/97.pdf
  10080. Feb 97L
  10081. Sep 97d
  10082. sample
  10083. quick
  10084. demonstration
  10085. implement
  10086. sample
  10087. quick
  10088. demonstration
  10089. implement
  10090. sample
  10091. simple
  10092. server
  10093. demonstrat
  10094. sample
  10095. designed
  10096. simple
  10097. drawsprocket
  10098. sample
  10099. designed
  10100. proper
  10101. sample
  10102. shows
  10103. implementation
  10104. netsprocket
  10105. sample
  10106. shows
  10107. basic
  10108. implementations
  10109. drawsprocket
  10110. sample
  10111. shows
  10112. transport
  10113. sample
  10114. shows
  10115. network
  10116. setup
  10117. library
  10118. sample
  10119. shows
  10120. write
  10121. fully
  10122. asynchronous
  10123. block
  10124. contains
  10125. information
  10126. advantage
  10127. includes
  10128. libraries
  10129. include
  10130. files
  10131. necessary
  10132. survival
  10133. guide
  10134. series
  10135. regarding
  10136. webobjec
  10137. survival
  10138. guide
  10139. offers
  10140. overview
  10141. audio
  10142. application
  10143. firstly
  10144. features
  10145. includes
  10146. demonstration
  10147. documentation
  10148. completec
  10149. features
  10150. macbinary
  10151. dialog
  10152. those
  10153. defining
  10154. feauresb
  10155. februaryj
  10156. fedit
  10157. feedbacko
  10158. felonies
  10159. fernando
  10160. fernicola
  10161. fetchspecification
  10162. fetterman
  10163. fewer
  10164. ficycle
  10165. figure
  10166. figured
  10167. fileY
  10168. O)Dev.CD Apr 94
  10169. Dev.CD Jan 94
  10170. Dev.CD Oct 93P(Dev.CD Apr 94
  10171. Dev.CD Jan 94
  10172. Dev.CD Oct 9V
  10173. 54957X
  10174. Apr 94
  10175. ~--set theItem to choose file -- uncomment to test in an AS editor
  10176.     tell application "Finder"
  10177.         open item "Dev.CD Apr 94
  10178. Dev.CD Jan 94
  10179. Dev.CD Oct 93"
  10180.         activate
  10181.     end tell
  10182. on error errMsg number errNum
  10183.     --enter statements to perform when no records are found such as...
  10184.     display dialog "Sorry, the item you selected could not be found."
  10185.     return
  10186. end try
  10187. All Packages
  10188. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  10189. Dev.CD Jan 94
  10190. Dev.CD Oct 93
  10191. Dev.CD Jul 93P6Dev.CD Apr 94
  10192. Dev.CD Jan 94
  10193. Dev.CD Oct 93
  10194. Dev.CD Jul 9V
  10195. 54958X
  10196. Apr 94
  10197. o records are found such as...
  10198.     display dialog "Sorry, the item you selected could not be found."
  10199.     return
  10200. end try
  10201. All Packages
  10202. AppleScriptO
  10203. Dev.CD Jan 95P
  10204. Dev.CD Jan 9V
  10205. 50224X
  10206. Jan 95
  10207. documentationandsamp
  10208. 54466X
  10209. Apr 99^
  10210. --set theItem to choose file -- uncomment to test in an AS editor
  10211.     tell application "Finder"
  10212.         open item "Dev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:"
  10213.         activate
  10214.     end tell
  10215. on error errMsg number errNum
  10216.     --enter statements to perform when no records are found such as...
  10217.     display dialog "Sorry, the item you selected could not be found."
  10218.     return
  10219. end try
  10220. Deletedf
  10221. QuickDraw 3D
  10222. Windows
  10223. Metafileq
  10224. Dev.CD Apr 99 SDK1
  10225. D!All Packages
  10226. Mac OS SDK Edition
  10227. QuickDraw GX
  10228.     he Apple Type Services for Unicode Imaging (ATSUI) programming interface and is updated for ATSUI 1.2. New features in ATSUI 1.2 include a linguistically based breakline and added tab character handling. The document features an appendix covering various API elements from the Script Manager, Unicode Utilities, and Apple Advanced Typography which are used by ATSUI.
  10229. Features:
  10230. Documentation topics included in the Mac OS library:
  10231. <The "Apple Bug Reporter" HyperCard stack is no longer the way to report bugs to Apple. Instead, you should report them through the World Wide Web by going to <http://gemma.apple.com/bin/bugrpt.pl>. If you do not have web access, fill out the template contained in this document and send it to <devsupport@apple.com>.
  10232. JvAppleII File and Auxiliary Type
  10233. Bug Reporting
  10234. C/F Registration Requests:
  10235. Dev Info Change Form
  10236. NuBus Board RegistrationK
  10237. May 92L
  10238. Jan 98N#bug reports, error reports to AppleO+Dev.CD Dec 99 RL:Utilities:Developer Forms:P0Dev.CD Dec 99 RL
  10239.  - Utilities
  10240.  - Developer Forms one program to another without resorting to writing down the actual values of a color and then typing them back in where you want them?  It's annoying to say the least.  Especially if you want to move or keep track of a number of colors.  Also, if the information could be moved from one application to another, programs could work together better and in a more integrated fashion.
  10241. At least tper se
  10242.  will create all needed parent folders along the path and then the target folder itself.  If the folder already exists then no action is taken.
  10243.    SaveMenu is useful to save changes to user defined menus in MPW.
  10244. JX MPW scripts README
  10245.  MPW scripts README.txt
  10246. AskYesNo
  10247. IsCheckedOut
  10248. MakeTheFolder
  10249. SaveMenuK
  10250. Feb 94OMDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:helpful MPW scripts:PXDev.CD Feb 00 TC
  10251.  - Tool Chest
  10252.  - Development Kits
  10253.  - MPW Related
  10254.  - helpful MPW scripts statements to perform when no records are found such as...
  10255.     display dialog "Sorry, the item you selected could not be found."
  10256.     return
  10257. end try
  10258. Deletedq
  10259. Dev.CD Jan 97 SDK2
  10260. 4D!All Packages
  10261. Tool Chest Edition
  10262. OpenFWBridgeFixJul97
  10263. metrowerks
  10264. metrowerks
  10265. build
  10266. script
  10267. mib-clients
  10268. mib-documentation
  10269. mib-libraries
  10270. midiconverter
  10271. midiconverter
  10272. readme
  10273. midiconverter
  10274. readme
  10275. mini-conference
  10276. collyer
  10277. f--set theItem to choose file -- uncomment to test in an AS editor
  10278.     tell application "Finder"
  10279.         open item "Dev.CD Jun 97 SSW"
  10280.         activate
  10281.     end tell
  10282. on error errMsg number errNum
  10283.     --enter statements to perform when no records are found such as...
  10284.     display dialog "Sorry, the item you selected could not be found."
  10285.     return
  10286. end try
  10287. All Packages
  10288. F    QuickTimeO
  10289. Dev.CD Jun 97 SSWP
  10290. Dev.CD Jun 97 SSV
  10291. 53385X
  10292. Jun 97
  10293. f--set theItem to choose file -- uncomment to test in an AS editor
  10294.     tell application "Finder"
  10295.         open item "Dev.CD Jun 97 SSW"
  10296.         activate
  10297.     end tell
  10298. on error errMsg number errNum
  10299.     --enter statements to perform when no records are found such as...
  10300.     display dialog "Sorry, the item you selected could not be found."
  10301.     return
  10302. end try
  10303. All Packages
  10304. F    QuickTimeO
  10305. Dev.CD Jun 97 SSWP
  10306. Dev.CD Jun 97 SSV
  10307. 53386X
  10308. Jun 97
  10309. All Packages
  10310. CPU SE 406O
  10311. Dev.CD Jul 95V
  10312. 49064X
  10313. J?hardware:
  10314. Java_pdf 
  10315. macos8_pdf
  10316. macosx:
  10317. webobjects:
  10318. README.html
  10319. allowsB
  10320. alphabetic
  10321. alreadyZ
  10322. alsoN
  10323. ooseTkl.h
  10324. Concordia
  10325. Concordia Info
  10326. Concordia Info.txt
  10327. Concordia.c
  10328. Concordia.h
  10329. Concordia.make
  10330. Concordia.r
  10331. DrawTkl.c
  10332. DrawTkl.h
  10333. PopUpTkl.c
  10334. PopUpTkl.h
  10335. SizeTkl.c
  10336. SizeTkl.hits:Mac OS:GameSprocket SDKs:"
  10337.         activate
  10338.     end tell
  10339. on error errMsg number errNum
  10340.     --enter statements to perform when no records are found such as...
  10341.     display dialog "Sorry, the item you selected could not be found."
  10342.     return
  10343. end try
  10344. e    No ChangefDSprockets
  10345. Games
  10346. DrawSprocket
  10347. InputSprocket
  10348. NetSprocket
  10349. SoundSprocketoAftp://ftp.apple.com/developer/Development_Kits/GameSprocket_SDKs/q
  10350. Dev.CD Apr 00 SDK1
  10351. {D!All Packages
  10352. Tool Chest Edition
  10353. Gestalt Selectors List 4.3
  10354.     ewerK
  10355. Jan 99M
  10356. PEF Viewer requires a PowerPCN
  10357. PEF, ContainerO;Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:PEF Viewer:PCDev.CD Feb 00 TC
  10358.  - Tool Chest
  10359.  - Developer Utilities
  10360.  - PEF ViewerV
  10361. 50629X
  10362. Feb 00^
  10363.     return
  10364. end try
  10365. All Packages
  10366. System 7.5 Update 1.0O
  10367. Dev.CD Jul 95P
  10368. Dev.CD Jul 9V
  10369. 48575X
  10370. -file
  10371. bytes
  10372. c/symantec
  10373. cableT
  10374. cache
  10375. cachedp
  10376. cacheline
  10377. caches
  10378. caching
  10379. calculates
  10380. calculates
  10381. value
  10382. counters
  10383. prescalers
  10384. calendar
  10385. calibration
  10386. call`
  10387. call-backs
  10388. callback
  10389. callbacks
  10390. calledW
  10391. caller
  10392. callhyper
  10393. calling
  10394. calls`
  10395. calvacom
  10396. 54246X
  10397. Feb 00^
  10398. x--set theItem to choose file -- uncomment to test in an AS editor
  10399.     tell application "Finder"
  10400.         open item "Dev.CD Feb 00 TC:Tool Chest:MacApp:"
  10401.         activate
  10402.     end tell
  10403. on error errMsg number errNum
  10404.     --enter statements to perform when no records are found such as...
  10405.     display dialog "Sorry, the item you selected could not be found."
  10406.     return
  10407. end try
  10408. e    No Changef$MacApp
  10409. Framework
  10410. Object-oriented
  10411. /A(http://developer.apple.com/tools/macapp/
  10412. Dev.CD Feb 00 TC
  10413. D.All Packages
  10414. Mac OS SDK Edition
  10415. New & Revised
  10416. MacApp R14d5 
  10417.     o perform when no records are found such as...
  10418.     display dialog "Sorry, the item you selected could not be found."
  10419.     return
  10420. end try
  10421. Movedf;QuickDraw GX raster ImageWriter Halftone Dither Sample Code NT::
  10422.     - JRE/JDK from Sun Microsystems, Inc. recommended
  10423. mmended
  10424. _2.1.sit.hqx
  10425. foundation
  10426. answer
  10427. answering
  10428. answering-machines
  10429. answers
  10430. anti-viral
  10431. antlr
  10432. anymore
  10433. anyone
  10434. PjDev.CD Mar 00 RL
  10435.  - Technical Documentation
  10436.  - Tools Demos & Tech Overviews
  10437.  - Mac Application Environment       open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  10438.         activate
  10439.     end tell
  10440. on error errMsg number errNum
  10441.     --enter statements to perform when no records are found such as...
  10442.     display dialog "Sorry, the item you selected could not be found."
  10443.     return
  10444. end try
  10445.    return
  10446. end try
  10447. Deletedq
  10448. Dev.CD Nov 99 TC
  10449. D!All Packages
  10450. Tool Chest Edition
  10451. Mac OS Text Encodings
  10452.     d such as...
  10453.     display dialog "Sorry, the item you selected could not be found."
  10454.     return
  10455. end try
  10456. e    No Changef#Mac OS 8
  10457. Human Interface Guidelinesq
  10458. Dev.CD Mar 00 RL Disk 1
  10459. D!All Packages
  10460. Tool Chest Edition
  10461. MacsBug 6.6
  10462.     terface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  10463. JaApple Grayscale Appearance:
  10464. Human Interface Guidelines
  10465. Human Interface Notes
  10466. MacOS8Documentation:K
  10467. Jul 93M
  10468. Adobe Acrobat Reader.
  10469. summary
  10470. resedit
  10471. contains
  10472. macsbug
  10473. summary
  10474. sample
  10475. illustrates
  10476. determine
  10477. summary
  10478. sample
  10479. demonstrates
  10480. compress
  10481. decompr
  10482. summary
  10483. sample
  10484. demonstrates
  10485. write
  10486. simple
  10487. summary
  10488. sample
  10489. extracts
  10490. finder
  10491. strings
  10492. summary
  10493. sample
  10494. shows
  10495. manager
  10496. summary
  10497. support
  10498. quicktake
  10499. quicktake
  10500. summary
  10501. small
  10502. application
  10503. control
  10504. summary
  10505. software
  10506. improves
  10507. float-to-int
  10508. conversion
  10509. summary
  10510. stack
  10511. contains
  10512. collection
  10513. apple
  10514. event
  10515. xcmdn
  10516. summary
  10517. stack
  10518. allow
  10519. users
  10520. register
  10521. creator
  10522. summary
  10523. submission
  10524. contains
  10525. virtual
  10526. external
  10527. s.pdf
  10528. OqDev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:.0.4, be sure to get or install a fresh copy from your original disks befor
  10529. think
  10530. thinks
  10531. third
  10532. DrawSprocket to set screen resolution and size within the confines of a standard Macintosh Toolbox environment.  Additionally, it demonstrates how to get DrawSprocket's version with DSpGetVersion () and without it.
  10533. JjRead Me
  10534. Simple DrawSprocket App
  10535. Simple DrawSprocket Main.c
  10536. Simple DrawSprocket.CW2
  10537. Simple DrawSprocket.CW5K
  10538. Dec 99MMCW2 or later and Universal Headers 3.2 (3.3 if building for DrawSprocket 1.7)N$DrawSprocket, GSpGetVersion, ToolboxOODev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:Simple DrawSprocket:PZDev.CD Mar 00 RL Disk 1
  10539.  - What's New
  10540.  - Sample Code
  10541.  - Graphics 2D
  10542.  - Simple DrawSprocketV
  10543. 53450X
  10544. Mar 00^    RL Disk 1
  10545. e    No Change
  10546. Feb 00 TC
  10547. D!All Packages
  10548. Tool Chest Edition
  10549. System 7.0 WDEF
  10550. production
  10551. productivity
  10552. --set theItem to choose file -- uncomment to test in an AS editor
  10553.     tell application "Finder"
  10554.         open item "Dev.CD Apr 94
  10555. Dev.CD Jan 94
  10556. Dev.CD Oct 93
  10557. Dev.CD Jul 93
  10558. Dev.CD Apr 93"
  10559.         activate
  10560.     end tell
  10561. on error errMsg number errNum
  10562.     --enter statements to perform when no records are found such as...
  10563.     display dialog "Sorry, the item you selected could not be found."
  10564.     return
  10565. end try
  10566.     display dialog "Sorry, the item you selected could not be found."
  10567.     return
  10568. end try
  10569. e    No Changeq
  10570. Dev.CD Jun 98 RL1
  10571. pD!All Packages
  10572. Tool Chest Edition
  10573. CD-ROM Validator 1.1IRSummary: Validator is a utility for testing for High Sierra/ISO 9660 compliance.  JBValidator 1.11
  10574. Validator documentation
  10575. Validator documentation.txtK
  10576. Vol IIIL
  10577. Vol VIIO@Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:PKDev.CD Feb 00 TC
  10578.  - Tool Chest
  10579.  - Devices
  10580.  - CD-ROM
  10581.  - CD-ROM Validator 1.1V
  10582. 51518X
  10583. Feb 00^
  10584. hout allowing the system to automagically mount the volumes on the disk. (The code mounts the disk explicitly, but your program doesn't need to.)
  10585. J'Sample Code.img
  10586. Windows Sample Code.imgK
  10587. Feb 92L
  10588. May 97O
  10589. Dev.CD Feb 00 TC:Sample Code:P
  10590. Dev.CD Feb 00 TC
  10591.  - Sample Codef the computers listed below, we recommend that you install Apple System Profiler now. Note that you MUST be running Mac OS version 7.5.2 or 7.5.3 or later to successfully install Apple System Profiler.
  10592. * Power Macintos
  10593. h 9500, 8500, 8100, 7600, 7500, 7200, 7100, 6100, 5400, 5300 and 5200 series.
  10594. * PowerBook 5300, 2300 and 190 series. 
  10595. * Macintosh Performa 6300, 6200, 6100, 5300 and 5200 series.
  10596. Apple System Profiler will only install on the computers listed above. Do NOT attempt to install iton any other computers.
  10597. Installation instructions:
  10598. 1. Locate the Apple System Profiler Installer. It is in the same folder as this document.
  10599. 2. Double-click on the Apple System Profiler Installer application. 
  10600. l show.
  10601. MPW TIPS AND TRICKS:  Automated Editing With StreamEdit by Tim Maroney.  The MPW tool StreamEdit provides you with powerful, flexible, scriptable text editing, at the price of just a little complexity.run us through the wringer once again.
  10602. THE VETERAN NEOPHYTE:  Confessions of a Veteran Technical Writer by Tim Monroe.  Enlightening trade secrets from someone who writes the documentation we all depend on.
  10603. J(develop Issue 28:
  10604. develop Issue 28 code:K
  10605. Dec 96OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 28:PQDev.CD Mar 00 RL Disk 1
  10606.  - Technical Documentation
  10607.  - Develop
  10608.  - develop Issue 28snmp@
  10609. standard
  10610. samples@
  10611. suites@
  10612. system
  10613. update
  10614. system
  10615. enabler
  10616. 160/180
  10617. technical@
  10618. updater@
  10619. 1.1.1@
  10620. 1.5.2@
  10621. 16x16@
  10622. 2000@
  10623. 24gc@
  10624. 3.2.1@
  10625. 4667@
  10626. 6.05@
  10627. 8/24@
  10628. it's[
  10629. simple
  10630. sample
  10631. which
  10632. demonstrates
  10633. scripting
  10634. stuffit
  10635. engine
  10636. library
  10637. distr
  10638. italian
  10639. itemT
  10640. itemhider
  10641. itemsy
  10642. itself
  10643. iw-half-dither
  10644. j-1.1
  10645. james
  10646. jamie
  10647. januaryj
  10648. january/february
  10649. e    No Changef
  10650. PCI ndrv driver loaderq
  10651. Dev.CD Feb 00 TC
  10652. D!All Packages
  10653. Tool Chest Edition
  10654. Localization for Japan
  10655. Summary: Localization for Japan provides an overview of what is needed to successfully introduce a software product in the Japanese market.
  10656. Features: Targeting an audience ranging from product managers to  software developers, this book tells you the important issues to consider when designing or modifying a domestic software package for distribution in Japan.  It also provides information on subjects including document translation and  establishing business partners in Japan.
  10657. Localization for JapanK
  10658. Aug 92M
  10659. Adobe Acrobat ReaderO&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  10660.  - Programs & MarketingV
  10661. 54232X
  10662. May 98^
  10663.   MPW E.T.O. #19- 'Latest MPW': Symantec C++ for MPW and MrC.
  10664. Limitations and Bugs:  This is not intended to be a definitive 'document' on how to implement live scrolling, but illustrates one approach you can take. Like mo
  10665. 54718X
  10666. Feb 00^
  10667. r--set theItem to choose file -- uncomment to test in an AS editor
  10668.     tell application "Finder"
  10669.         open item "Dev.CD Feb 00 TC:Sample Code:"
  10670.         activate
  10671.     end tell
  10672. on error errMsg number errNum
  10673.     --enter statements to perform when no records are found such as...
  10674.     display dialog "Sorry, the item you selected could not be found."
  10675.     return
  10676. end try
  10677. e    No Changeq
  10678. Dev.CD Feb 00 TC
  10679. D!All Packages
  10680. Tool Chest Edition
  10681. SNMP Development
  10682. Summary:  Contains documentation, header files and test utilities to enable developers to write SNMP agents.  Support for the SNMP network management protocol.  How to write an SNMP management agent for your application or service. Not just for networking but for all applications.
  10683. Issues:  Redistribution license required from Apple if you want to ship the MacSNMP. No license required to ship SNMP agents by themselves
  10684. 1e    No Change
  10685. guide
  10686. offers
  10687. overview
  10688. audio
  10689. ~--set theItem to choose file -- uncomment to test in an AS editor
  10690.     tell application "Finder"
  10691.         open item "Dev.CD Oct 94
  10692. Dev.CD Apr 94
  10693. Dev.CD Jan 94"
  10694.         activate
  10695.     end tell
  10696. on error errMsg number errNum
  10697.     --enter statements to perform when no records are found such as...
  10698.     display dialog "Sorry, the item you selected could not be found."
  10699.     return
  10700. end try
  10701. dealer
  10702. dealing
  10703. deals
  10704. deanna
  10705. macapp
  10706. users
  10707. death
  10708. deatherage
  10709. debabelizer
  10710. debug]
  10711. debugger
  10712. debugger's
  10713. debuggerpresence
  10714. debuggers
  10715. debuggingV
  10716. debugging
  10717. optimized
  10718. debugs
  10719. debugstr
  10720.  several
  10721.  snippets that illustrate the original and asy
  10722. unicodeutilities
  10723. unicodeutilities
  10724. universal
  10725. universal
  10726. interfaces
  10727. universalinterfaces3
  10728. unmountprojector
  10729. unwrapcommenttext
  10730. update
  10731. updatedo
  10732. updated
  10733. documentation
  10734. updated
  10735. grayscale
  10736. appearanceo
  10737. updates
  10738. upgrader
  10739. upgrader
  10740. 1.2.3
  10741. engines
  10742. upgrading
  10743. upgrading
  10744. bbedit
  10745. software
  10746. locator
  10747. useful
  10748. useful
  10749. addmenu
  10750. script
  10751. user's
  10752. usersy
  10753. userstartup
  10754. userstartup
  10755. goodies
  10756. using
  10757. utilities
  10758. utility
  10759. v1.5.3
  10760. validator
  10761. validator
  10762. validator
  10763. documentation
  10764. validator
  10765. documentation
  10766. variable
  10767. variables
  10768. versionse
  10769. count
  10770. video
  10771. viewo
  10772. viewer
  10773. virtual
  10774. virtual
  10775. keycode
  10776. virtual
  10777. tools
  10778. OjDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Killer Content Workbook:PuDev.CD Jan 98 SDK1
  10779.  - What's New
  10780.  - Technical Documentation
  10781.  - Interactive Media Resources
  10782.  - Killer Content WorkbookV
  10783. 54215X
  10784. Jan 98^
  10785. --set theItem to choose file -- uncomment to test in an AS editor
  10786.     tell application "Finder"
  10787.         open item "Dev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Killer Content Workbook:"
  10788.         activate
  10789.     end tell
  10790. on error errMsg number errNum
  10791.     --enter statements to perform when no records are found such as...
  10792.     display dialog "Sorry, the item you selected could not be found."
  10793.     return
  10794. end try
  10795. Deletedq
  10796. Dev.CD Jan 98 SDK1
  10797. All Packages
  10798. Korean Language KitO
  10799. Dev.CD May 97 TCP
  10800. Dev.CD May 97 TV
  10801. 54216X
  10802. May 97
  10803. g instructions for PDF documents included. Refer to the 
  10804. README.html file in the "Documentation in PDF" folder for instructions.
  10805. uctions.
  10806. Sep 99
  10807. J'Sample Code.img
  10808. Windows Sample Code.imgK
  10809. Oct 98
  10810. CodeWarrior Pro v3.0 IDE to open the project file. The program requires Open Transport 1.1.1 or greater; however, the program can be modified to remove the OT dependency.
  10811. This program wil not be supported under Mac OS X as it implement direct memory access to the ROM.
  10812. NIEthernet built-in, Enet Address, Burned-in Address, GetEnetAddrDirect.ppcO
  10813. Dev.CD Feb 00 TC:Sample Code:P
  10814. Dev.CD Feb 00 TC
  10815.  - Sample Codetration of the network card in conjunc file -- uncomment to test in an AS editor
  10816.     tell application "Finder"
  10817.         open item "Dev.CD Jul 95"
  10818.         activate
  10819.     end tell
  10820. on error errMsg number errNum
  10821.     --enter statements to perform when no records are found such as...
  10822.     display dialog "Sorry, the item you selected could not be found."
  10823.     return
  10824. end try
  10825. All Packages
  10826. System 7.5 Update 1.0O
  10827. Dev.CD Jul 95P
  10828. Dev.CD Jul 9V
  10829. 51055X
  10830. Jul 95
  10831. t-to-speech
  10832. traceroute
  10833. Ue    No Changef
  10834. Update
  10835.  Imageq
  10836. Dev.CD Jul 98 SSW/SDK
  10837. VD!All Packages
  10838. Tool Chest Edition
  10839. Xap Handles dcmdInSummary: A dcmd that fills disposed memory with bus error numbers to detect the re-use of de-allocated memory.J
  10840. Memory Management.imgK
  10841. Vol XOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  10842.  - Tool Chest
  10843.  - Testing & Debugging
  10844.  - Memory ManagementV
  10845. 55132X
  10846. Feb 00^
  10847. --set theItem to choose file -- uncomment to test in an AS editor
  10848.     tell application "Finder"
  10849.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  10850.         activate
  10851.     end tell
  10852. on error errMsg number errNum
  10853.     --enter statements to perform when no records are found such as...
  10854.     display dialog "Sorry, the item you selected could not be found."
  10855.     return
  10856. end try
  10857. e    No Changeq
  10858. Dev.CD Feb 00 TC
  10859. WD!All Packages
  10860. Mac OS SDK Edition
  10861. XTND 1.3.6
  10862. ot/ppp
  10863. otbuffer
  10864. otbufferinfo
  10865. hrase
  10866. password
  10867. r13u5
  10868. r14d1
  10869. r14d5
  10870. ramdisk
  10871. ramdisk
  10872. 1.4d5
  10873. starter
  10874. samples
  10875. readerZ
  10876. recognition
  10877. record
  10878. record
  10879. sound
  10880. redistribution
  10881. registration
  10882. registrym
  10883. release
  10884. remote
  10885. report
  10886. report
  10887. error
  10888. reporting
  10889. reports
  10890. requests
  10891. resedit
  10892. resedit
  10893. 2.1.3
  10894. resources
  10895. rhapsody
  10896. rhapsody
  10897. documentation
  10898. rinaldi
  10899. rinaldi
  10900. collection
  10901. robix
  10902. robix
  10903. sources
  10904. ds are found such as...
  10905.     display dialog "Sorry, the item you selected could not be found."
  10906.     return
  10907. end try
  10908. e    No Changef
  10909. Apple Events
  10910. AppleEventsq
  10911. Dev.CD Feb 00 TC
  10912. D!All Packages
  10913. Tool Chest Edition
  10914. AEGizmos 1.4.2I
  10915. What Are the AEGizmos?
  10916. AEGizmos consists of four libraries in one. These libraries provide alternate ways of building and reading Apple events and Apple event descriptors.52681X
  10917. 1e    No Change
  10918. onescannerg
  10919. palette
  10920. nsfer modes with CopyBits() to manipulate image data between offscreen graphics ports and a visible window.
  10921. QuickTime
  10922.    The playing of a movie into an offscreen port and transfer to a visible window.
  10923.    The use of a modifier track to provide additional information as to the display characteristics of the video tracks in the movie.
  10924.    Operation of the SetVideoMediaGraphicsMode() function to provide a Chromakeying effect. 
  10925.    The use of the movie controller to manipulate the playback 
  10926. of the movie.
  10927. Additional features demonstrated
  10928.    Checking in a PowerPC native application if a system feature is available from a weak linked shared library as Gestalt() doesn't always provide the correct response.
  10929.    The implementation of the Dialog manager GetStdFilterProc() and SetDialogDefaultItem() functions to provide default alert and warning dialogs with highlighting of the default button. These functions are not documented within Inside Macintosh, but have been available since
  10930. sample
  10931. demonstrating
  10932. certain
  10933. kinds
  10934. sample
  10935. illustrating
  10936. scrolling
  10937. controls
  10938. sample
  10939. showing
  10940. asynchronously
  10941. record
  10942. sound
  10943. sample
  10944. accompany
  10945. chapter
  10946. introduction
  10947. sample
  10948. demonstrate
  10949. append
  10950. sample
  10951. illustrating
  10952. techniques
  10953. sample
  10954. program
  10955. demonstrating
  10956. write
  10957. sample
  10958. program
  10959. demonstrate
  10960. direct
  10961. access
  10962. ether
  10963. samplefilter
  10964. samplerateavail
  10965. samples
  10966. samplesndplay
  10967. sanctioned
  10968. sanity
  10969. sanskrit
  10970. ber errNum
  10971.     --enter statements to perform when no records are found such as...
  10972.     display dialog "Sorry, the item you selected could not be found."
  10973.     return
  10974. end try
  10975. All Packages
  10976. QuickDraw 3DO
  10977. Dev.CD Jun 97 SSWV
  10978. 53212X
  10979. Sep 99
  10980. 54715X
  10981. Feb 00^
  10982. r--set theItem to choose file -- uncomment to test in an AS editor
  10983.     tell application "Finder"
  10984.         open item "Dev.CD Feb 00 TC:Sample Code:"
  10985.         activate
  10986.     end tell
  10987. on error errMsg number errNum
  10988.     --enter statements to perform when no records are found such as...
  10989.     display dialog "Sorry, the item you selected could not be found."
  10990.     return
  10991. end try
  10992. e    No Changeq
  10993. Dev.CD Feb 00 TC
  10994. D!All Packages
  10995. Tool Chest Edition
  10996. (** = new, * = revised)
  10997. AE/EM trapping 1.0.1:  Some MacsBug macros that allow you to break on AppleEvent and Edition Manager PACK calls.With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  10998. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  10999. BusErrorTest:  ShowsErrorTest:  Show
  11000. 54716X
  11001. :  bbsw@netcom.com
  11002. !NOT AN APPLE PRODUCT!:
  11003. About BBEdit Lite
  11004. BBEdit Extensions:
  11005. BBEdit Lite 3.5
  11006. BBEdit Lite Quickstart
  11007. TextChanger 2.0.1:
  11008. Upgrading to BBEdit 3.5:
  11009. What's New in BBEdit Lite 3.5K
  11010. May 94L
  11011. Jan 96O@Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:BBEdit Lite 3.5:PHDev.CD Nov 99 TC
  11012.  - Tool Chest
  11013.  - Developer Utilities
  11014.  - BBEdit Lite 3.5s to perform when no records are found such as...
  11015.     display dialog "Sorry, the item you selected could not be found."
  11016.     return
  11017. end try
  11018. All Packages
  11019. System Enabler 065 (LC 575)O
  11020. Dev.CD Apr 94
  11021. Dev.CD Jan 94P
  11022. Dev.CD Apr 94
  11023. Dev.CD Jan 9V
  11024. 53667X
  11025. Apr 94
  11026. knowspict
  11027. kodom
  11028. konstantin
  11029. kopala
  11030. korean
  11031. korean-language
  11032. kotoeri
  11033. kunicodetextrunheuri
  11034. kzoomlarger
  11035. label
  11036. alias
  11037. aliaslab
  11038. qJ'Sample Code.img
  11039. Windows Sample Code.imgK
  11040. Nov 99M=Mac OS with the drag manager and the thread manager installedN5Drag and Drop, PromiseHFSFlavor, hfs, promise, finderO
  11041. Dev.CD Feb 00 TC:Sample Code:P
  11042. Dev.CD Feb 00 TC
  11043.  - Sample CodeV
  11044. 54135X
  11045. Feb 00^
  11046. r--set theItem to choose file -- uncomment to test in an AS editor
  11047.     tell application "Finder"
  11048.         open item "Dev.CD Feb 00 TC:Sample Code:"
  11049.         activate
  11050.     end tell
  11051. on error errMsg number errNum
  11052.     --enter statements to perform when no records are found such as...
  11053.     display dialog "Sorry, the item you selected could not be found."
  11054.     return
  11055. end try
  11056. r Mac Debugger
  11057. CPower Macintosh Debugger is an advanced source-code debugger for PowerPC applications. With it you can set breakpoints, single step code, examine stack variables, and so on.
  11058. Runs on either a Power Macintosh or a 68K Macintosh. In 68K mode, it is used for debugging a target application running on a remote Power Macintosh.
  11059. e    No Change
  11060. --set theItem to choose file -- uncomment to test in an AS editor
  11061.     tell application "Finder"
  11062.         open item "Dev.CD Apr 94
  11063. Dev.CD Jan 94
  11064. Dev.CD Oct 93
  11065. Dev.CD Jul 93
  11066. Dev.CD Apr 93"
  11067.         activate
  11068.     end tell
  11069. on error errMsg number errNum
  11070.     --enter statements to perform when no records are found such as...
  11071.     display dialog "Sorry, the item you selected could not be found."
  11072.     return
  11073. end try
  11074. autoz
  11075. auto-scroll
  11076. autoguest
  11077. autoguest
  11078. control
  11079. panel
  11080. attempts
  11081. prevent
  11082. automagically
  11083. automate
  11084. background
  11085. background-only
  11086. backlight
  11087. bal's
  11088. balance
  11089. balloon
  11090. balloonsw
  11091. bandwidth
  11092. baseh
  11093. basedQ
  11094. bases
  11095. baseservices
  11096. basicN
  11097. basics
  11098. --set theItem to choose file -- uncomment to test in an AS editor
  11099.     tell application "Finder"
  11100.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:ImageCompositing:"
  11101.         activate
  11102.     end tell
  11103. on error errMsg number errNum
  11104.     --enter statements to perform when no records are found such as...
  11105.     display dialog "Sorry, the item you selected could not be found."
  11106.     return
  11107. end try
  11108.  standard dialogs for the following operations:
  11109. - open document
  11110. - save documents
  11111. - select volume
  11112. - select folder
  11113. - select file
  11114. - select object
  11115. D Jan 9V
  11116. 50827X
  11117. Jan 94
  11118. b--set theItem to choose file -- uncomment to test in an AS editor
  11119.     tell application "Finder"
  11120.         open item "Dev.CD Jan 94"
  11121.         activate
  11122.     end tell
  11123. on error errMsg number errNum
  11124.     --enter statements to perform when no records are found such as...
  11125.     display dialog "Sorry, the item you selected could not be found."
  11126.     return
  11127. end try
  11128. All Packages
  11129. take advantage of them.
  11130. Mac OS 8 Assistants in System 7 Applications  by Jos
  11131.  Arcellana and Arno Gourdol.  Assistants will provide interview-based help in Mac OS 8, guiding users through complex tasks. This article gives some tips on designing an assistant and shows how you can implement one now, under System 7.
  11132. Game Controls for QuickDraw 3D  by Philip McBride.  First-person 3D applications, whether games or 3D modeling systems, need to constantly move the camera to reflect the changing
  11133.  point of view of the player. You too can inflict vertigo on your users.
  11134. PRINT HINTS:  The All-New LaserWriter Driver Version 8.4  by Dave Polaschek.  The new version of the LaserWriter driver is way different. Will your application break?
  11135. THE OPENDOC ROAD: Facilitating Part Editor Unloading by Vincent Lo.  Part editors are unloaded automatically when they
  11136. re not needed, but your editor can help.
  11137. BALANCE OF POWER: Stalking the Wild Defect by Dave Evans.  A tour through the dangerously t
  11138. 54324X
  11139. Apr 00^
  11140. --set theItem to choose file -- uncomment to test in an AS editor
  11141.     tell application "Finder"
  11142.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:"
  11143.         activate
  11144.     end tell
  11145. on error errMsg number errNum
  11146.     --enter statements to perform when no records are found such as...
  11147.     display dialog "Sorry, the item you selected could not be found."
  11148.     return
  11149. end try
  11150. e    No Changef*Open Transport
  11151. Networking
  11152. AppleTalk
  11153. TCP/IPq
  11154. Dev.CD Apr 00 SDK1
  11155. /D!All Packages
  11156. Mac OS SDK Edition
  11157. Open Transport DebugI~This disk image contains a debug version of OT 2.5.2, which is useful for developers of Open Transport client and kernel code.J
  11158. Open Transport Debug.imgK
  11159. Jan 00M
  11160. Mac OS 9.0N
  11161. Open Transport debugOSDev.CD Apr 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:ngeoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/
  11162. reference
  11163. library
  11164. edition[
  11165. r errNum
  11166.     --enter statements to perform when no records are found such as...
  11167.     display dialog "Sorry, the item you selected could not be found."
  11168.     return
  11169. end try
  11170. Movedf
  11171. SCSI Manager 4.3q
  11172. Dev.CD Feb 00 TC
  11173. D!All Packages
  11174. Tool Chest Edition
  11175. SCSI Tools 1.0
  11176. Summary: SCSI Tools is a small cdev  that has two functions. One; it provides a status display of your SCSI bus with lights corresponding to the 8 (0-7) id's.  (Note the Mac is always assigned number 7 so it's always on. )
  11177. The second function is that it can mount SCSI devices (usually hard disks) with the mount button (buttons have drop shadows).  Handy when a hard disk has been dragged to the trash and unmounted.  It will re-mount any disk that has been dragged to the trash; even non-SCS
  11178. N-multiprocessing, multitasking, multiprocessorOMDev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:Multiprocessing 2.1 SDK:PXDev.CD Feb 00 TC
  11179.  - What's New?
  11180.  - Development Kits
  11181.  - Mac OS
  11182.  - Multiprocessing 2.1 SDKV
  11183. 54298X
  11184. Feb 00^
  11185. --set theItem to choose file -- uncomment to test in an AS editor
  11186.     tell application "Finder"
  11187.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:Multiprocessing 2.1 SDK:"
  11188.         activate
  11189.     end tell
  11190. on error errMsg number errNum
  11191.     --enter statements to perform when no records are found such as...
  11192.     display dialog "Sorry, the item you selected could not be found."
  11193.     return
  11194. end try
  11195. e    No Changef+multiprocessing
  11196. multitasking
  11197. multiprocessoro
  11198. http://developer.apple.com/sdk/q
  11199. Dev.CD Feb 00 TC
  11200. D!All Packages
  11201. Tool Chest Edition
  11202. MusicMixerI
  11203. This demo program shows the introspection of a Movie and the presentation of mixer channels to edit the playback volumes and balance of audio media.e    No Change
  11204. About Rinaldi Collection 95/02
  11205. Align 2.7 (US)
  11206. ArchiveContent 1.1 (US)
  11207. ATalkZones 1.5 (US)
  11208. Calendoid 1.6 (US)
  11209. CapsLock 1.0 (US)
  11210. Chartoid 1.4 (US)
  11211. ChooseColor 1.1 (US)
  11212. Chooser 2.2 (US)
  11213. ClipInfo 1.0 (US)
  11214. ClipToPict 1.5 (US)
  11215. CompressPictFile 1.2 (US)
  11216. CopyFolder 2.5 (US)
  11217. CopyRes 2.1 (US)
  11218. CreateAlias 1.0 (US)
  11219. CreateCustomIcon 1.1 (US)
  11220. CreateFolder 1.2 (US)
  11221. CreateMenuHelp 1.0 (US)
  11222. CreateThumbnail 1.2 (US)
  11223. DataMaster 1.3 (US)
  11224. DateConverter 1.2 (US)
  11225. DocCreator 1.5 (US)
  11226. DocTypes 1.6 (US)
  11227. DoMenu 1.0 
  11228. EraseFile 1.2 (US)
  11229. ExtractItems 1.4 (US)
  11230. FileCopy 2.7 (US)
  11231. FileIsOpen 1.2 (US)
  11232. FileMaker 1.3 (US)
  11233. FileSharingMaster 1.0 (US)
  11234. FindFolder 1.1 (US)
  11235. FolderSize 1.5 (US)
  11236. FontMaster 1.3 (US)
  11237. FormatNum 1.0 (US)
  11238. FullBalloons 1.0 (US)
  11239. FullDrag 1.3 (US)
  11240. FullFind 1.5 (US)
  11241. FullHPop 1.7 (US)
  11242. FullMove 1.2 (US)
  11243. FullOffset 1.0 (US)
  11244. FullRemove 1.1 (US)
  11245. FullRename 1.4 (US)
  11246. FullReplace 1.1 (US)
  11247. FullResList 2.2 (US)
  11248. FullSFPack 1.7 (US)
  11249. FullSort 3.9 (US)
  11250. FullText 2.1 (US)
  11251. GetBootVol 1.1 (US)
  11252. GetDInfo 1.1 
  11253. 54658X
  11254. Feb 00^
  11255. r--set theItem to choose file -- uncomment to test in an AS editor
  11256.     tell application "Finder"
  11257.         open item "Dev.CD Feb 00 TC:Sample Code:"
  11258.         activate
  11259.     end tell
  11260. on error errMsg number errNum
  11261.     --enter statements to perform when no records are found such as...
  11262.     display dialog "Sorry, the item you selected could not be found."
  11263.     return
  11264. end try
  11265. e    No Changeq
  11266. Dev.CD Feb 00 TC
  11267. }D!All Packages
  11268. Tool Chest Edition
  11269. mmunication
  11270. (** = new, * = revised)
  11271. 7Edit 3.1:  The aim of this application and its code is to give an example of creating a Scriptable Application. A scriptable application goes far beyond supporting just the basic four events of the Required Suite (Open Application, Open Documents, Print Documents and Quit Application).
  11272. AEObject-Edition1.0.2 Sample:  This sample demonstrates how to use the Edition Manager and the Apple Event Manager, as well as some features of the AE Object Model and the AE Objec and the AE Objec
  11273. summary
  11274. folder
  11275. contains
  11276. tools
  11277. useful
  11278. develo]
  11279. summary
  11280. graphics
  11281. primer
  11282. contains
  11283. information
  11284. concep
  11285. summary
  11286. guide
  11287. provides
  11288. information
  11289. about
  11290. markets
  11291. distri
  11292. summary
  11293. installer
  11294. install
  11295. files
  11296. needed
  11297. worldscr
  11298. summary
  11299. collection
  11300. useful
  11301. quicktime
  11302. functions
  11303. summary
  11304. complete
  11305. demonstration
  11306. access
  11307. summary
  11308. da/application
  11309. allows
  11310. examine
  11311. summary
  11312. functional
  11313. opentransport
  11314. sample
  11315. imple
  11316. summary
  11317. graphical
  11318. representation
  11319. maximum
  11320. summary
  11321. definition
  11322. procedure
  11323. source
  11324. summary
  11325. series
  11326. tools
  11327. source
  11328. allow
  11329. ummary
  11330. electronic
  11331. version
  11332. develop
  11333. magazine
  11334. summary
  11335. prgram
  11336. guide
  11337. macintosh
  11338. power
  11339. --set theItem to choose file -- uncomment to test in an AS editor
  11340.     tell application "Finder"
  11341.         open item "Dev.CD Apr 94
  11342. Dev.CD Jan 94
  11343. Dev.CD Oct 93
  11344. Dev.CD Jul 93
  11345. Dev.CD Apr 93"
  11346.         activate
  11347.     end tell
  11348. on error errMsg number errNum
  11349.     --enter statements to perform when no records are found such as...
  11350.     display dialog "Sorry, the item you selected could not be found."
  11351.     return
  11352. end try
  11353. doc'sj
  11354. doctor
  11355. documentQ
  11356. document's
  11357. document--even
  11358. document/file/applic
  11359. documentationc
  11360. documentationandsamp
  11361. changeA
  11362. May 96M
  11363. Preferably a PowerPC machine although 68K machine can do.  Preferably system 7.5 with at least 16mb of ram and 20-30megs of space on a hard drive.N5Global search and replace; software project archivingO+Dev.CD Nov 99 TC:Sample Code:PartMaker 4.3:P0Dev.CD Nov 99 TC
  11364.  - Sample Code
  11365.  - PartMaker 4.3c SDK:Goodies:ColorSync Photoshop Plugins 2.1:PnDev.CD Apr 98 SDK1
  11366.  - Development Kits (Disc 1)
  11367.  - ColorSync SDK
  11368.  - Goodies
  11369.  - ColorSync Photoshop Plugins 2.1D Feb 00 TC:Sample Code:"
  11370.         activate
  11371.     end tell
  11372. on error errMsg number errNum
  11373.     --enter statements to perform when no records are found such as...
  11374.     display dialog "Sorry, the item you selected could not be found."
  11375.     return
  11376. end try
  11377. Movedq
  11378. Dev.CD Feb 00 TC
  11379. All Packages
  11380. System 7 Tune-UpOUDev.CD Apr 94
  11381. Dev.CD Jan 94
  11382. Dev.CD Oct 93
  11383. Dev.CD July 92
  11384. Dev.CD June 92
  11385. Dev.CD May 92PTDev.CD Apr 94
  11386. Dev.CD Jan 94
  11387. Dev.CD Oct 93
  11388. Dev.CD July 92
  11389. Dev.CD June 92
  11390. Dev.CD May 9V
  11391. 52257X
  11392. Apr 94
  11393. separatelyb
  11394. applesingle/appledouv
  11395. applesingle/appledou
  11396. formatv
  11397. applesingle/appledou
  11398. formats
  11399. appleswupdates-engli
  11400. appleswupdates-engli
  11401. appleswupdates-ww
  11402. appleswupdates-ww
  11403. 1.0.2
  11404. appletalk
  11405. connection
  11406. appletalk
  11407. connection
  11408. 1.0.2
  11409. appletalk
  11410. first
  11411. appletalk
  11412. remote
  11413. accessS
  11414. appletalk
  11415. toolkit
  11416. appletalk-decnet
  11417. appletalk-decnet
  11418. applets
  11419. applettag
  11420. applettag
  11421. application
  11422. applications
  11423. apprsrc
  11424. apprsrc
  11425. architectures
  11426. archivei
  11427. archivecontent
  11428. archivecontent
  11429. archived
  11430. arperations
  11431. arperations
  11432. arperations
  11433. arpsample
  11434. arpsample
  11435. arpsample
  11436. arpsampleppc
  11437. arpsampleshell
  11438. arpsampleshell
  11439. artwork
  11440. market
  11441. guide
  11442. asian
  11443. asian
  11444. disposeresource
  11445. debugging
  11446. resource
  11447. handles
  11448. dither
  11449. dynamic
  11450. libraryu
  11451. document
  11452. documentation
  11453. documents
  11454. domain
  11455. double-byte
  11456. download
  11457. drawsprocket
  11458. drive
  11459. drive
  11460. gestalt
  11461. drive
  11462. setup
  11463. driver
  11464. driver
  11465. table
  11466. drivers
  11467. stylechat
  11468. dumpobj
  11469. duplication
  11470. S editor
  11471.     tell application "Finder"
  11472.         open item "Dev.CD Jan 96 SDK1
  11473. Dev.CD Jul 95"
  11474.         activate
  11475.     end tell
  11476. on error errMsg number errNum
  11477.     --enter statements to perform when no records are found such as...
  11478.     display dialog "Sorry, the item you selected could not be found."
  11479.     return
  11480. end try
  11481. All Packages
  11482. 53234
  11483. 54081X
  11484. Mar 00^    RL Disk 1
  11485. --set theItem to choose file -- uncomment to test in an AS editor
  11486.     tell application "Finder"
  11487.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 25:"
  11488.         activate
  11489.     end tell
  11490. on error errMsg number errNum
  11491.     --enter statements to perform when no records are found such as...
  11492.     display dialog "Sorry, the item you selected could not be found."
  11493.     return
  11494. end try
  11495. e    No Changeq
  11496. Dev.CD Mar 00 RL Disk 1
  11497. All Packages
  11498. develop Issue 26
  11499. 54082X
  11500. barber
  11501. barebones
  11502. bares
  11503. block
  11504. device
  11505. driver
  11506. raster
  11507. toolbox
  11508. toolbox
  11509. assistant
  11510. quickview
  11511. tional
  11512. traffic
  11513. transaction
  11514. translationy
  11515. translation
  11516. macintosh
  11517. translator
  11518. translator
  11519. transport
  11520. tsmte
  11521. tsmte
  11522. textedit
  11523. inline
  11524. input
  11525. japanese
  11526. internationalizatio
  11527. types
  11528. typography
  11529. unicode
  11530. universal
  11531. universal
  11532. serial
  11533. storage
  11534. class
  11535. driver
  11536. systems
  11537. workstation
  11538. solaris
  11539. hp-ux
  11540. update
  11541. updater
  11542. usagew
  11543. usedistanthdwrmem
  11544. uselocalhdwrmem
  11545. utilities
  11546. utility
  11547. utility
  11548. space
  11549. variable
  11550. variables
  11551. program
  11552. shows
  11553. capture
  11554. results
  11555. program
  11556. shows
  11557. composit
  11558. presentation
  11559. ation
  11560.  - Human Interface
  11561.  - MacOS8DocumentationV
  11562. 53017X
  11563. Mar 00^    RL Disk 1
  11564. --set theItem to choose file -- uncomment to test in an AS editor
  11565.     tell application "Finder"
  11566.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:"
  11567.         activate
  11568.     end tell
  11569. on error errMsg number errNum
  11570.     --enter statements to perform when no records are found such as...
  11571.     display dialog "Sorry, the item you selected could not be found."
  11572.     return
  11573. end try
  11574. e    No Changef#Mac OS 8
  11575. Human Interface Guidelinesq
  11576. Dev.CD Mar 00 RL Disk 1
  11577. D!All Packages
  11578. Tool Chest Edition
  11579. MacsBug 6.6
  11580.     navigation
  11581.  improved Picture XCMD
  11582.  more script commands and new syntax
  11583. For more information on these features and how to use them, see Using HyperCard 2.4.
  11584. Sep 97L
  11585. Jul 98you print graphics that use CopyMask an
  11586. kObjectiveCtoJava
  11587. Push Tech Survival Gd.pdf
  11588. QT3-More Than Dig. Video.pdf
  11589. Simplified Stream Audio.pdf
  11590. Web Animation Guide.pdf
  11591. WebObjects Database Part I.pdf
  11592. WebObjects Database Part II.pdf
  11593. WebObjects Memory Mgmt.pdf
  11594. WebObjects Tools and Techniques
  11595. WebObjectsCategories&Posers.pdf
  11596. WebObjectsPerformanceTuning
  11597. Working with WebObjects.pdf
  11598. Writing for Interactive Media
  11599. g like learning to program computers. Right?
  11600. KON & BAL
  11601. S PUZZLE PAGE   QuickTime Quandary  by Konstantin Othmer and BruceFt Leak.  More Macintosh madness from the MacsBug mentors. There
  11602. s a possibility you might actually score on this one!
  11603. JEdevelop Issue 27:
  11604. develop Issue 27 code:
  11605. develop Issue 27 references:K
  11606. Sep 96L
  11607. Nov 96OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 27:PQDev.CD Mar 00 RL Disk 1
  11608.  - Technical Documentation
  11609.  - Develop
  11610.  - develop Issue 275
  11611. VU Tutorial & Scripts
  11612. Summary: The Virtual User 1.1 Tutorial provides a quick introduction to the capabilities of the Virtual User script language.
  11613. Features: Using a step by step approach, the tutorial guides readers through the process of creating several scripts that test a sample application.
  11614. Virtual User tools.imgK
  11615. Aug 92M
  11616. Apple DocViewer applicationN
  11617. VU, Virtual UserOCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  11618.  - Tool Chest
  11619.  - Testing & Debugging
  11620.  - Virtual User toolsV
  11621. 55109X
  11622. Feb 00^
  11623. --set theItem to choose file -- uncomment to test in an AS editor
  11624.     tell application "Finder"
  11625.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  11626.         activate
  11627.     end tell
  11628. on error errMsg number errNum
  11629.     --enter statements to perform when no records are found such as...
  11630.     display dialog "Sorry, the item you selected could not be found."
  11631.     return
  11632. end try
  11633. end try
  11634. MoreFiles is a collection of high-level routines written to answer common File Manager questions and to show how to perform common operations involving the Mac OS file system.
  11635. The routines in MoreFiles have been tested, documented, and code-reviewed by Apple.
  11636. MoreFiles provides: high-level and FSSpec style routines for parameter-block only File Manager calls; useful utility routines that perform many common File Manager related operations; a robust file copy routine; a recursive directorB
  11637. y copy routine; a catalog searching routines; high-level and FSSpec style routines for Desktop Manager calls; and routines for dealing with pathnames. See the file "!MoreFiles Read Me" for a description of fixes & improvements in version 1.4.9.
  11638. J'Sample Code.img
  11639. Windows Sample Code.imgK
  11640. Nov 93L
  11641. Nov 98N*File Manager, Desktop Manager, Sample CodeO
  11642. Dev.CD Feb 00 TC:Sample Code:P
  11643. Dev.CD Feb 00 TC
  11644.  - Sample CodealkO
  11645. Dev.CD Apr 95P
  11646. Dev.CD Apr 9V
  11647. 51905X
  11648. Apr 95
  11649. computers
  11650.     tell application "Finder"
  11651.         open item "Dev.CD Aug 96 TC"
  11652.         activate
  11653.     end tell
  11654. on error errMsg number errNum
  11655.     --enter statements to perform when no records are found such as...
  11656.     display dialog "Sorry, the item you selected could not be found."
  11657.     return
  11658. end try
  11659.  item you selected could not be found."
  11660.     return
  11661. end try
  11662. New Packagef
  11663. AdLib
  11664.  MacApp
  11665. /A(http://developer.apple.com/tools/macapp/
  11666. Dev.CD Apr 00 SDK1
  11667. D.All Packages
  11668. Mac OS SDK Edition
  11669. New & RevisedF
  11670. AdLib 3.0.1
  11671.  BNF notation, and can automatically generate abstract syntax trees. 
  11672. While PCCTS is a free tool set, it is actively supported by Terence Parr of Parr Research Corporation. Contact parrt@acm.org for information or join us in the comp.compilers.tools.pccts USENET newsgroup. Our ftp site is everest.ee.umn.edu in pub/pccts.
  11673. Issues:  PCCTS is completely in the public domain.  Please see the ANTLR README and RIGHTS files for details.
  11674. Jqantlr:
  11675. Documentation:
  11676. install.mpw
  11677. INSTRUCTIONS
  11678. lang:
  11679. non-MPW:
  11680. README
  11681. RIGHTS
  11682. support:
  11683. testcpp:
  11684. prebuilt:K
  11685. Nov 94L
  11686. May 95MnWorks with MPW out of the box; it also works with Symantec C and Metrowerks.  See config.h in the h directory.N?ANTLR, PCCTS, parser generator, BNF, EBNF, YACC, compiler toolsOJDev.CD Nov 99 TC:Tool Chest:Development Kits:
  11687.  Other Platforms:PCCTS 1.31:PUDev.CD Nov 99 TC
  11688.  - Tool Chest
  11689.  - Development Kits
  11690.  Other Platforms
  11691.  - PCCTS 1.31
  11692. prefer
  11693. preference
  11694. preferences
  11695. All Packages
  11696. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  11697. Dev.CD Jan 94
  11698. Dev.CD Oct 93
  11699. Dev.CD Jul 93
  11700. Dev.CD Apr 93PDDev.CD Apr 94
  11701. Dev.CD Jan 94
  11702. Dev.CD Oct 93
  11703. Dev.CD Jul 93
  11704. Dev.CD Apr 9V
  11705. 55025X
  11706. Apr 94
  11707. --set theItem to choose file -- uncomment to test in an AS editor
  11708.     tell application "Finder"
  11709.         open item "Dev.CD Apr 94
  11710. Dev.CD Jan 94
  11711. Dev.CD Oct 93
  11712. Dev.CD Jul 93
  11713. Dev.CD Apr 93"
  11714.         activate
  11715.     end tell
  11716. on error errMsg number errNum
  11717.     --enter statements to perform when no records are found such as...
  11718.     display dialog "Sorry, the item you selected could not be found."
  11719.     return
  11720. end try
  11721. All Packages
  11722. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  11723. Dev.CD Jan 94
  11724. Dev.CD Oct 93
  11725. Dev.CD Jul 93
  11726. Dev.CD Apr 93PDDev.CD Apr 94
  11727. Dev.CD Jan 94
  11728. Dev.CD Oct 93
  11729. Dev.CD Jul 93
  11730. Dev.CD Apr 9V
  11731. 55026X
  11732. Apr 94
  11733. All Packages
  11734. F    QuickTimeO)Dev.CD Oct 93
  11735. Dev.CD Jul 93
  11736. Dev.CD Apr 93P(Dev.CD Oct 93
  11737. Dev.CD Jul 93
  11738. Dev.CD Apr 9V
  11739. 50860X
  11740. Oct 93
  11741. e    No Changef"Inside Mac
  11742. Inside Macintosh
  11743. Mac OSq
  11744. Dev.CD Mar 00 RL Disk 2
  11745. All Packages
  11746. A&Technical Publications: Mac OS 8 and 9
  11747. Summary:
  11748. Collection of Mac OS 8 and 9 books. You'll be able to access documentation for software technologies and programming interfaces supported by Mac OS 8 and 9 updates. Much of this information is also useful for programming in prior versions of the Mac OS.
  11749. What's New
  11750. =========
  11751. CarbonLib Porting Guide
  11752. -----------------------------
  11753. This guide is for Mac OS 9 developers who want to port their applications to use the Carbon API. Such applications can run on Mac OS 9 using the CarbonLib
  11754. 55072X
  11755. installX
  11756. install
  11757. english
  11758. install
  11759. francais
  11760. install
  11761. install
  11762. install
  11763. install
  11764. 2.6.5X
  11765. install
  11766. 3.0.1Y
  11767. install
  11768. 1.0.2t
  11769. install
  11770. 2.0.1t
  11771. install
  11772. english
  11773. installerZ
  11774. ottraceroutesample
  11775. ottransferproviderow
  11776. ought
  11777. oughta
  11778. ouput
  11779. outdated
  11780. outline
  11781. outlined
  11782. o DEVSUPPORT.  We can not help you with these XCMDs.
  11783. !Read me (obsolete&unsupported)
  11784. !Read me.txt
  11785. AppleTalk ToolKit.img
  11786. CD Audio Toolkit 1.0.img
  11787. HyperCard CTB Toolkit 1.0b2.img
  11788. HyperCard Serial Toolkit 2..img
  11789. HyperCard Video Toolkit 2.0.img
  11790. Ideas Toolkit 1.0.img
  11791. Prototyping Toolkit 2.0.imgK
  11792. May 95M
  11793. Hypercard.  It is uncertain that these packages will work correctly with the latest version of Hypercard, but they did work with an earlier version.ORDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:eO
  11794. Dev.CD Jan 96 SSWP
  11795. Dev.CD Jan 96 SSV
  11796. 48330X
  11797. All Packages
  11798. Cyrillic Language KitO!Dev.CD May 97 TC
  11799. Dev.CD May 96 TCP Dev.CD May 97 TC
  11800. Dev.CD May 96 TV
  11801. 54053X
  11802. May 97
  11803. v--set theItem to choose file -- uncomment to test in an AS editor
  11804.     tell application "Finder"
  11805.         open item "Dev.CD May 97 TC
  11806. Dev.CD May 96 TC"
  11807.         activate
  11808.     end tell
  11809. on error errMsg number errNum
  11810.     --enter statements to perform when no records are found such as...
  11811.     display dialog "Sorry, the item you selected could not be found."
  11812.     return
  11813. end try
  11814.  D!All Packages
  11815. Tool Chest Edition
  11816. Cyrillic Language Kit v1.0
  11817. USummary: The Cyrillic Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Cyrillic-based languages on the Macintosh
  11818.  and other computers using the Mac
  11819.  OS.   See the document "Cyrillic Read Me First" or "Lisez-moi (Cyrillique)" for details and installation instructions. 
  11820. e    No Change
  11821. hat saves the current volume setting and s
  11822. --set theItem to choose file -- uncomment to test in an AS editor
  11823.     tell application "Finder"
  11824.         open item "Dev.CD Apr 94
  11825. Dev.CD Jan 94
  11826. Dev.CD Oct 93
  11827. Dev.CD Jul 93
  11828. Dev.CD Apr 93"
  11829.         activate
  11830.     end tell
  11831. on error errMsg number errNum
  11832.     --enter statements to perform when no records are found such as...
  11833.     display dialog "Sorry, the item you selected could not be found."
  11834.     return
  11835. end try
  11836. sophisticated
  11837. soulj
  11838. soundP
  11839. sounds
  11840. soundsprocket
  11841. sourcec
  11842. sourcemenu
  11843. sources
  11844. space
  11845. space-saving
  11846. speakj
  11847. speakers
  11848. speaking
  11849. speaksj
  11850. specialT
  11851. specialized
  11852. specifics
  11853. specifically
  11854. b--set theItem to choose file -- uncomment to test in an AS editor
  11855.     tell application "Finder"
  11856.         open item "Dev.CD Feb 95"
  11857.         activate
  11858.     end tell
  11859. on error errMsg number errNum
  11860.     --enter statements to perform when no records are found such as...
  11861.     display dialog "Sorry, the item you selected could not be found."
  11862.     return
  11863. end try
  11864. orry, the item you selected could not be found."
  11865.     return
  11866. end try
  11867. hics 1.1.6 initV
  11868. 51665X
  11869. Apr 98^
  11870. --set theItem to choose file -- uncomment to test in an AS editor
  11871.     tell application "Finder"
  11872.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:"
  11873.         activate
  11874.     end tell
  11875. on error errMsg number errNum
  11876.     --enter statements to perform when no records are found such as...
  11877.     display dialog "Sorry, the item you selected could not be found."
  11878.     return
  11879. end try
  11880. e    No Changef
  11881. QuickDraw GX
  11882. GXGraphics 1.1.6q
  11883. Dev.CD Apr 98 SDK2
  11884. 2.1.1
  11885. 3.2.1
  11886. a/roseQ
  11887. a/rose
  11888. macintosh
  11889. coprocessor
  11890. platform
  11891. ethernet
  11892. powerpQ
  11893. acrobatZ
  11894. action
  11895. actions
  11896. control
  11897. patch
  11898. adlibX
  11899. adlib
  11900. macappX
  11901. adobeZ
  11902. Summary: This is the electronic version of develop magazine.
  11903.  Issue 22 highlights:
  11904. QuickDraw 3D: A New Dimension for Macintosh Graphics  by Pablo Fernicola and Nick Thompson.  Introducing QuickDraw 3D, a powerful, flexible new 3D graphics package for the Power Macintosh. This article provides an architectural overview and shows how to support 3D data in your application.
  11905. Copland: The Mac OS Moves Into the Future  by Tim Dierks.  Here
  11906. s a preview of the future of the Mac OS, detailing s
  11907. ome of the major features and components and giving some suggestions about how to get ready for it now.
  11908. Creating PCI Device Drivers  by Martin Minow.  All about the new driver model on PCI-based Macintosh computers, and advice on porting existing drivers.
  11909. Custom Color Search Procedures  by Jim Wintermyre.  Learn about this useful method of customizing Color QuickDraw
  11910. s color handling. A real-world graphics problem is investigated and then solved using a custom color search procedure and 
  11911. 5D!All Packages
  11912. Mac OS SDK Edition
  11913. Dev.CD Oct 94P
  11914. Dev.CD Oct 9V
  11915. 53804X
  11916. Oct 94
  11917. b--set theItem to choose file -- uncomment to test in an AS editor
  11918.     tell application "Finder"
  11919.         open item "Dev.CD Oct 94"
  11920.         activate
  11921.     end tell
  11922. on error errMsg number errNum
  11923.     --enter statements to perform when no records are found such as...
  11924.     display dialog "Sorry, the item you selected could not be found."
  11925.     return
  11926. end try
  11927. All Packages
  11928. System UpdateO
  11929. Dev.CD Oct 94P
  11930. Dev.CD Oct 9V
  11931. 53805X
  11932. Oct 94
  11933. b--set theItem to choose file -- uncomment to test in an AS editor
  11934.     tell application "Finder"
  11935.         open item "Dev.CD Oct 94"
  11936.         activate
  11937.     end tell
  11938. on error errMsg number errNum
  11939.     --enter statements to perform when no records are found such as...
  11940.     display dialog "Sorry, the item you selected could not be found."
  11941.     return
  11942. end try
  11943. All Packages
  11944. System UpdateO
  11945. Dev.CD Oct 94P
  11946. Dev.CD Oct 9V
  11947. 53806X
  11948. Oct 94
  11949. Summary: This is the electronic version of develop magazine.
  11950.  Issue 1 highlights:
  11951. Realistic Color for Real-World Applications.  Extensions to the Macintosh graphics system software and how to use them.
  11952. All About the Palette Manager.  The what, why, and how of the Palette Manager and how it works with 32-Bit QuickDraw.
  11953. Braving Offscreen Worlds.  Use the new offscreen calls to set up and to maintain your offscreen world. 
  11954. The Perils of Postscript.  Mixing the models: Postscript and Qui
  11955. xckDraw; tricks for the mix.
  11956. Compatibility: Rules of the Road.  An overview of the most critical System 7.0 compatibility issues.
  11957. Debugging Declaration ROMs.  Everything you need to know to build and to debug a NuBus declaration ROM.
  11958. Apple II Development Dynamo.  Produce fast, small, readable, reliable Apple II assembly-language code quickly and conveniently using Dynamo.
  11959. J(develop Issue  1:
  11960. develop Issue  1 code:K
  11961. Vol IIIL
  11962. Jun 95snippet shows you how to send an OpenSelection Fin
  11963. All Packages
  11964. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  11965. Dev.CD Jan 94
  11966. Dev.CD Oct 93P(Dev.CD Apr 94
  11967. Dev.CD Jan 94
  11968. Dev.CD Oct 9V
  11969. 54959X
  11970. Apr 94
  11971. ~--set theItem to choose file -- uncomment to test in an AS editor
  11972.     tell application "Finder"
  11973.         open item "Dev.CD Apr 94
  11974. Dev.CD Jan 94
  11975. Dev.CD Oct 93"
  11976.         activate
  11977.     end tell
  11978. on error errMsg number errNum
  11979.     --enter statements to perform when no records are found such as...
  11980.     display dialog "Sorry, the item you selected could not be found."
  11981.     return
  11982. end try
  11983. All Packages
  11984. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  11985. Dev.CD Jan 94
  11986. Dev.CD Oct 93
  11987. Dev.CD Jul 93P6Dev.CD Apr 94
  11988. Dev.CD Jan 94
  11989. Dev.CD Oct 93
  11990. Dev.CD Jul 9V
  11991. 54960X
  11992. Apr 94
  11993.  you selected could not be found."
  11994.     return
  11995. end try
  11996. e    No Changeffopen transport
  11997. netstat
  11998. display
  11999. cache logical physical interfaces routing table tcp udp statusq
  12000. Dev.CD Feb 00 TC
  12001. =D!All Packages
  12002. Tool Chest Edition
  12003. practical
  12004. practice
  12005. practices
  12006. pre-7.0
  12007. pre-7.5p
  12008. pre-emptively
  12009. pre-installed
  12010. pre-mac
  12011. pre-measured
  12012. pre-mixer
  12013. pre-print
  12014. pre-release
  12015. pre-release
  12016. universal
  12017. interfaces
  12018. support
  12019. carbonlib
  12020. pre-releases
  12021. pre-scripted
  12022. pre-testing
  12023. pre-train
  12024. pre-translates
  12025. predecessor
  12026. predefined
  12027. predicates
  12028. predictable
  12029. prediction
  12030. predispatch
  12031. preemptive
  12032. preexisting
  12033. prefer
  12034. preference
  12035. preferences
  12036. ts3menu
  12037. ts3message
  12038. ts3message
  12039. ts3message
  12040. ts3resource
  12041. ts3resource
  12042. ts3resource
  12043. ts3sound
  12044. ts3sound
  12045. morefiles
  12046. morefiles
  12047. collection
  12048. high-level
  12049. routines
  12050. written
  12051. morefinderevents
  12052. morenetworksetup
  12053. moreover
  12054. morley
  12055. morphemes
  12056. mosaicj
  12057. mostV
  12058. mostly
  12059. motherboard
  12060. motorolaj
  12061. mount
  12062. mountalias
  12063. mounted
  12064. ndows
  12065. wombat
  12066. workgroup
  12067. working
  12068. workstation
  12069. world
  12070. wrapper
  12071. writeswell
  12072. yellow
  12073. zanzibar
  12074. zaptcp
  12075. zones
  12076. file and you'll have the TMTask record defined, a macro TMQ to see the time manager queue item by item, and a dcmd TM that will list all the currently installed time manager tasks.
  12077. J'Sample Code.img
  12078. Windows Sample Code.imgK
  12079. Nov 94L
  12080. May 96O
  12081. Dev.CD Feb 00 TC:Sample Code:P
  12082. Dev.CD Feb 00 TC
  12083.  - Sample Code
  12084. threads
  12085. threed
  12086. three-dimensional
  12087. thrive
  12088. throughR
  12089. throughout
  12090. togetherb
  12091. tokenringQ
  12092. tokentalkB
  12093. toolT
  12094. 1.1.1
  12095. 1.1.2
  12096. 1.1.3
  12097. 1.1.4
  12098. 1.1.6
  12099. 1.1b1
  12100. 1.1d2c
  12101. 1.2.1Q
  12102. 1.2.3
  12103. 1.2d1
  12104. 1.3b5
  12105. 1.4.1f4
  12106. 1.4.6
  12107. 1.4.9
  12108. 1.4d16
  12109. 1.4d5
  12110. 1.5.1
  12111. 1.7.1
  12112. 1.7.2
  12113. 1.7.3
  12114. 1/1/70
  12115. 1/25/2000
  12116. 100lc
  12117. 12/600j
  12118. 12x16
  12119. 1337s
  12120. 140/170W
  12121. 16384p
  12122. --set theItem to choose file -- uncomment to test in an AS editor
  12123.     tell application "Finder"
  12124.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  12125.         activate
  12126.     end tell
  12127. on error errMsg number errNum
  12128.     --enter statements to perform when no records are found such as...
  12129.     display dialog "Sorry, the item you selected could not be found."
  12130.     return
  12131. end try
  12132. nd try
  12133. Deletedf-keychain
  12134. password storage
  12135. passphrase
  12136. passwordq
  12137. Dev.CD Jan 99 SDK1
  12138. D!All Packages
  12139. Tool Chest Edition
  12140. KibitzI
  12141. Summary: Sample network chess application.
  12142. Features: Allows two users to play chess over the network via Apple Events.  Robust 7.0 sample application.
  12143. MPW 3.2, System 7
  12144. This package is System 7.0 compatible.J'Sample Code.img
  12145. Windows Sample Code.imgK
  12146. Jan 92O
  12147. Dev.CD Feb 00 TC:Sample Code:P
  12148. Dev.CD Feb 00 TC
  12149.  - Sample CodeV
  12150. 52970X
  12151. Feb 00^
  12152. #Sprocket SDK
  12153. :What's New?:Sample Code:Games:NetSprocketTest:V
  12154. 49328X
  12155. 1e    No Change
  12156. ey conce
  12157. CustomMediaIvThis demo program shows how to subclass the quicktime.std.movies.media.Media class to support any Custom media types. J2med.bat
  12158. README.txt
  12159. TestVRMedia
  12160. TestVRMedia.zipK
  12161. Feb 00
  12162. - Common
  12163.     - Sun Compliant Java Runtime Environment 1.1
  12164.     - QuickTime 3 
  12165.     - QTJava.zip
  12166.     - QTJava media samples
  12167. - Mac OS:
  12168.     - System 8 or later
  12169.     - Macintosh Runtime for Java (MRJ) 2.1
  12170. - Windows 95, 98, or NT::
  12171.     - JRE/JDK from Sun Microsystems, Inc. recommended
  12172. QuickTime, Java, MRJsource fork.
  12173. Password:  This is a simple demo of three ways to implement a password dialog, where characters typed are not drawn; instead, anonymous characters such as bullets are drawn, keeping the password secure.
  12174. PBAllocate:  This MPW tool shows how to work around a bug in PBAllocate.
  12175. PopUpMenuWithCurFont:  PopUpMenuSelectWithCurFont demonstrates which low memory globals (and possibly even nastier things) one must twiddle in order to control the font used by MDEF 0 during PopUpMenuSelect. Note t
  12176. snippets
  12177. communications
  12178. toolbox
  12179. snippets
  12180. development
  12181. tools
  12182. languages
  12183. snippets
  12184. devices
  12185. snippets
  12186. files
  12187. snippets
  12188. hardware
  12189. snippets
  12190. interapplication
  12191. communication
  12192. snippets
  12193. memory
  12194. snippets
  12195. networking
  12196. snippets
  12197. utilities
  12198. snippets
  12199. printing
  12200. snippets
  12201. processes
  12202. snippets
  12203. quickdraw
  12204. snippets
  12205. quicktime
  12206. snippets
  12207. sound
  12208. snippets
  12209. testing
  12210. debugging
  12211. snippets
  12212. snippets
  12213. toolbox
  12214. sound
  12215. source
  12216. sources
  12217. spooler
  12218. stack
  12219. standardsv
  12220. starter
  12221. stream
  12222. strip
  12223. stylew
  12224. success
  12225. suite
  12226. suitesm
  12227. super
  12228. survey
  12229. switch
  12230. synchronization
  12231. systemx
  12232. technicalS
  12233. technotes
  12234. terminology^
  12235. tester
  12236. testing
  12237. textedit
  12238. series
  12239. server
  12240. servers
  12241. services
  12242. setdefaultdtp
  12243. setdeskcpat
  12244. settingt
  12245. setup
  12246. sharedu
  12247. sharing
  12248. sherlock
  12249. sherlock
  12250. content
  12251. extractor
  12252. search
  12253. showicon
  12254. showicon
  12255. showinit
  12256. extension
  12257. icons
  12258. showinit
  12259. signature
  12260. signing
  12261. simpletext
  12262. simpletext
  12263. script
  12264. print
  12265. scriptable
  12266. printing
  12267. simplified
  12268. single-link
  12269. manager
  12270. declaration
  12271. configuration
  12272. sniffer
  12273. network
  12274. management
  12275. socket
  12276. Issues:  User license required for MacTCP. Redistribution license required from Apple if you want to ship the MacTCP driver to your customers
  12277. J]802 LAP:
  12278. HyperCard MacTCP Toolkit 1.0:
  12279. MacTCP LAP Tech Note
  12280. Universal Interfaces:
  12281. ZapTCP 1.1:K
  12282. Aug 93nge
  12283. cted could not be found."
  12284.     return
  12285. end try
  12286. logical
  12287. login
  12288. logins
  12289. long-awaited
  12290. browse
  12291. browser
  12292. browsing
  12293. bruce
  12294. bruyndonckx
  12295. bryan
  12296. budget
  12297. buffer
  12298. buffered
  12299. buffering
  12300. bugfix
  12301. buggy
  12302. buginfo
  12303. bugsS
  12304. build]
  12305. builder
  12306. buildingU
  12307. building
  12308. system
  12309. extensionU
  12310. building
  12311. installing
  12312. using
  12313. driverU
  12314. buildsj
  12315. built
  12316. built-in
  12317. bulletproof
  12318. bundle
  12319. bundled
  12320. bundleservices
  12321. Summary:  This package contains a debugging version of the Modern Memory Manager. Once installed on Power Macintosh machines it allows the developer greater control in detecting and eliminating memory manager bugs. A control panel is provided which allows for dynamic enabling and disabling of the debugging features.
  12322. Features:
  12323. Check Heap on Entry - validate heap data structures on entry to Memory Manager calls.
  12324. Check Heap on Exit - validate heap data strutures on exit from Memory Manager c
  12325. alls.
  12326. Fill Free Blocks - fill disposed, emptied, or purged blocks with garbage.
  12327. Check Blocks - More robust check on validity of a handle or pointer passed into the Memory Manager
  12328. Issues:
  12329. When full robust checking is enabled, and VM is also enabled, your machine will slow to a crawl.
  12330. DMM may report errors when using Chooser.
  12331. System Heap doesn't have as robust error checking as other heaps
  12332. Memory Management.imgK
  12333. Apr 95L
  12334. Jan 96M
  12335. Any Power Macintosh. Someone wanted such a picture, s
  12336.     B&ly copy information from other records
  12337. J5betaBase d1a2
  12338. ReadME - betaBase
  12339. ReadME - betaBase.txtK
  12340. Sep 93M
  12341. FileMaker ProN
  12342. database, beta test, beta helpOGDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:betaBase:PRDev.CD Nov 99 TC
  12343.  - Tool Chest
  12344.  - Testing & Debugging
  12345.  - Bug Reporting
  12346.  - betaBaselexicon
  12347. libraries_
  12348. libraries
  12349. librariesthat
  12350. libraryA
  12351. textedit
  12352. 54188X
  12353. Feb 00^
  12354. --set theItem to choose file -- uncomment to test in an AS editor
  12355.     tell application "Finder"
  12356.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:InputSprocketTest:"
  12357.         activate
  12358.     end tell
  12359. on error errMsg number errNum
  12360.     --enter statements to perform when no records are found such as...
  12361.     display dialog "Sorry, the item you selected could not be found."
  12362.     return
  12363. end try
  12364. e    No Changef-InputSprocket
  12365. Needs
  12366. Elements
  12367. buttonsq
  12368. Dev.CD Feb 00 TC
  12369. D(All Packages
  12370. Reference Library Edition
  12371. Inside Macintosh - QuickDraw GX
  12372.     nder"
  12373.         open item "Dev.CD Jun 97 SSW"
  12374.         activate
  12375.     end tell
  12376. on error errMsg number errNum
  12377.     --enter statements to perform when no records are found such as...
  12378.     display dialog "Sorry, the item you selected could not be found."
  12379.     return
  12380. end try
  12381. All Packages
  12382. QuickDraw 3DO
  12383. Dev.CD Jun 97 SSWP
  12384. Dev.CD Jun 97 SSV
  12385. 50726X
  12386. Jun 97
  12387. reinstaller
  12388. reinstalling
  12389. rejected
  12390. rejoice
  12391. rekeytrans
  12392. relate
  12393. relatedb
  12394. relating
  12395. relational
  12396. relations
  12397. relationship
  12398. relationships
  12399. relativez
  12400. relatively
  12401. relax
  12402. releaseQ
  12403. released
  12404. releaseresource
  12405. releasesj
  12406. relevanti
  12407. reliable
  12408. reliancep
  12409. relief
  12410. relies
  12411. relish
  12412. relocation
  12413. relstring
  12414. remaino
  12415. remains
  12416. remapz
  12417. remedies
  12418. remember
  12419. remoteS
  12420.     Df.0, WordPerfect, Nisus Writer, and WorldWrite. It can also be used with Korean localized applications.
  12421. Copy to your HD to install
  12422. Install 1
  12423. Install 10
  12424. Install 11
  12425. Install 12
  12426. Install 13
  12427. Install 14
  12428. Install 2
  12429. Install 3
  12430. Install 4
  12431. Install 5
  12432. Install 6
  12433. Install 7
  12434. Install 8
  12435. Install 9K
  12436. May 97O7Dev.CD Feb 00 TC:Language Kits:Korean Language Kit 1.0:P<Dev.CD Feb 00 TC
  12437.  - Language Kits
  12438.  - Korean Language Kit 1.0ny other products
  12439. Incompatible with Thunder
  12440. Some printing incompatibilities:
  12441. ?ot a 100%, but some reports
  12442.   -HP DeskWriter (550, 550C)
  12443.   -Possibly LaserWriter 8.0
  12444. Each log holds only 32K of information
  12445. If the user has many applications, fonts, or files with creation dates > modification dates, not all of the config
  12446. information will fit in the logs.
  12447. MacCheck
  12448.  is a trademark of Apple Computer
  12449. General tools.imgK
  12450. Oct 93M
  12451. MacPlus or aboveN    MacCheck
  12452. O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:aces&Libraries:nge
  12453. n't that be cool? You shou
  12454. river for the traditional Mac OS.  The sample tries to implement the simplest possible device driver and therefore doesn
  12455. t talk to any real hardware.  Instead it mounts disk images over the network.
  12456. ATA demo:  This ATA Manager Sample scans ATA bus and gathers info on ATA (AT-Attachment), such as ATA hard disk drives, (sometimes referred to as integrated drive electronics or IDE drives) and ATAPI (ATA Packet Interface) devices.
  12457. DriverGestalt Demo:  This DriverGestalt Sample scans drive ta
  12458. bles and displays relevant to the DriverGestalt Info for installed drives.
  12459. RAMDisk 1.4d5:  This sample demonstrates how to write a simple Mac OS block device driver, in this case a RAM disk.  It also demonstrates how to bundle a system extension (INIT), driver (DRVR) and control panel (cdev) in one file, to achieve maximum functionality while minimising the number of items in the System Folder.
  12460. SCSI Samples 1.0:  This folder contains several
  12461.  snippets that illustrate the original and asy
  12462. All Packages
  12463. F    QuickTimeO
  12464. Dev.CD Jun 97 SSWP
  12465. Dev.CD Jun 97 SSV
  12466. 54621X
  12467. Jun 97
  12468. f--set theItem to choose file -- uncomment to test in an AS editor
  12469.     tell application "Finder"
  12470.         open item "Dev.CD Jun 97 SSW"
  12471.         activate
  12472.     end tell
  12473. on error errMsg number errNum
  12474.     --enter statements to perform when no records are found such as...
  12475.     display dialog "Sorry, the item you selected could not be found."
  12476.     return
  12477. end try
  12478. All Packages
  12479. F    QuickTimeO
  12480. Dev.CD Jun 97 SSWP
  12481. Dev.CD Jun 97 SSV
  12482. 54622X
  12483. Jun 97
  12484. f--set theItem to choose file -- uncomment to test in an AS editor
  12485.     tell application "Finder"
  12486.         open item "Dev.CD Jun 97 SSW"
  12487.         activate
  12488.     end tell
  12489. on error errMsg number errNum
  12490.     --enter statements to perform when no records are found such as...
  12491.     display dialog "Sorry, the item you selected could not be found."
  12492.     return
  12493. end try
  12494. All Packages
  12495. F    QuickTimeO
  12496. Dev.CD Jun 97 SSWP
  12497. Dev.CD Jun 97 SSV
  12498. 54623X
  12499. Jun 97
  12500. OPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTEffects:P^Dev.CD Feb 00 TC
  12501.  - What's New?
  12502.  - Sample Code
  12503.  - QuickTime
  12504.  - QuickTime for Java
  12505.  - QTEffectsV
  12506. 54437X
  12507. Feb 00^
  12508. --set theItem to choose file -- uncomment to test in an AS editor
  12509.     tell application "Finder"
  12510.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTEffects:"
  12511.         activate
  12512.     end tell
  12513. on error errMsg number errNum
  12514.     --enter statements to perform when no records are found such as...
  12515.     display dialog "Sorry, the item you selected could not be found."
  12516.     return
  12517. end try
  12518. e    No Changef
  12519. QuickTime
  12520. Dev.CD Feb 00 TC
  12521. All Packages
  12522. QTEffects Explode
  12523. 54438X
  12524. n 95"
  12525.         activate
  12526.     end tell
  12527. on error errMsg number errNum
  12528.     --enter statements to perform when no records are found such as...
  12529.     display dialog "Sorry, the item you selected could not be found."
  12530.     return
  12531. end try
  12532. All Packages
  12533. 52710
  12534. Dev.CD Jul 96 SSWP
  12535. Dev.CD Jul 96 SSV
  12536. 54812X
  12537. Jul 96
  12538. f--set theItem to choose file -- uncomment to test in an AS editor
  12539.     tell application "Finder"
  12540.         open item "Dev.CD Jul 96 SSW"
  12541.         activate
  12542.     end tell
  12543. on error errMsg number errNum
  12544.     --enter statements to perform when no records are found such as...
  12545.     display dialog "Sorry, the item you selected could not be found."
  12546.     return
  12547. end try
  12548. All Packages
  12549. System 7.5 Update 2.0O
  12550. Dev.CD Jul 96 SSWP
  12551. Dev.CD Jul 96 SSV
  12552. 54813X
  12553. Jul 96
  12554. f--set theItem to choose file -- uncomment to test in an AS editor
  12555.     tell application "Finder"
  12556.         open item "Dev.CD Jul 96 SSW"
  12557.         activate
  12558.     end tell
  12559. on error errMsg number errNum
  12560.     --enter statements to perform when no records are found such as...
  12561.     display dialog "Sorry, the item you selected could not be found."
  12562.     return
  12563. end try
  12564. All Packages
  12565. System 7.5 Update 2.0O
  12566. Dev.CD Jul 96 SSWP
  12567. Dev.CD Jul 96 SSV
  12568. 54814X
  12569. Jul 96
  12570. 54401X
  12571. Apr 95
  12572. b--set theItem to choose file -- uncomment to test in an AS editor
  12573.     tell application "Finder"
  12574.         open item "Dev.CD Apr 95"
  12575.         activate
  12576.     end tell
  12577. on error errMsg number errNum
  12578.     --enter statements to perform when no records are found such as...
  12579.     display dialog "Sorry, the item you selected could not be found."
  12580.     return
  12581. end try
  12582. All Packages
  12583. F    PowerTalkO
  12584. Dev.CD Apr 95P
  12585. Dev.CD Apr 9V
  12586. 54402X
  12587. Apr 95
  12588. b--set theItem to choose file -- uncomment to test in an AS editor
  12589.     tell application "Finder"
  12590.         open item "Dev.CD Apr 95"
  12591.         activate
  12592.     end tell
  12593. on error errMsg number errNum
  12594.     --enter statements to perform when no records are found such as...
  12595.     display dialog "Sorry, the item you selected could not be found."
  12596.     return
  12597. end try
  12598. All Packages
  12599. PowerTalk (PPC)O
  12600. Dev.CD Oct 94P
  12601. Dev.CD Oct 9V
  12602. 54403X
  12603. Oct 94
  12604. .  68020 or better.
  12605. st:MacApp:
  12606.  for more details.
  12607. JPEG Sample:  This sample demonstrates how to compress and decompress JPEG images with QuickTime. We use the FCompressImage function but the CompressImage counterpart function could also be used. Although this sample strictly demonstrates JPEG compression/decompression you could use this as a framework for other types of compression (except for the decoding of the JPEG header).
  12608. QuickTime Sample Code:  An assortment of QuickTime samples.
  12609. QuickTime VR Tools 1.0b2:  The 
  12610. QTVR Beta-Level Tools are for use in creating QuickTime VR content.  The tools are beta-level and unsupported. Source code for these tools is available in the folder QTVR Beta-Level Tools Source.  Make QTVR Object takes input in the form of a QuickTime movie with frames that are photographs of, or views of, an object. It combines these photographs or views into a single QuickTime VR object.  Make QTVR Panorama takes input in the form of a PICT file generated by a computer graphics program 
  12611. stakingj
  12612. stalking
  12613. stand
  12614. stand-alone
  12615. standalone
  12616. standalone
  12617. version
  12618. standards
  12619. folder
  12620. standardized
  12621. standardsv
  12622. starmax
  12623. start
  12624. started
  12625. starting
  12626. starts
  12627. startup
  12628. stateU
  12629. states
  12630. statistic
  12631. statistics
  12632. status
  12633. staying
  12634. stays
  12635. stdfile
  12636. stdfilterhacking
  12637. stdout
  12638. stdpix
  12639. steal
  12640. stept
  12641. step-by-step
  12642. steps
  12643. steve
  12644. stevens
  12645. stickers
  12646. sticky
  12647. F'Technical Publications: Mac OS X Server
  12648. Mac OS X Server Developer Documentation
  12649. Updated conceptual and reference documentation for Mac OS X Server and Yellow Box. 
  12650. What's New/Updated:
  12651. AppKit
  12652. The Application Kit is a framework containing all the objects you need to implement your graphical, event-driven user interface.
  12653. Foundation
  12654. The Foundation Framework defines a base layer of Objective-C classes for OpenStep. In addition to providing a set of useful primitive object classes, it introduces several paradigms that define funB3ctionality not covered by the Objective-C language.
  12655. AppKit:
  12656. Foundation:
  12657. Mar 99L
  12658. Jul 99M"Project Builder, Interface BuilderNDMacOSXServer, AppKit, Foundation, Project Builder, Interface Builder
  12659. articlesj
  12660. articulate
  12661. artwork
  12662. enabler
  12663. encoding
  12664. getstdfilterproc
  12665. gettable/settable
  12666. getter
  12667. gettingj
  12668. getting
  12669. started
  12670. webobjects
  12671. gimedapalette
  12672. giveN
  12673. given`
  12674. givesf
  12675. giving
  12676. glance
  12677. globalj
  12678. global-aware
  12679. globally
  12680. globals
  12681. glossariess
  12682. glossaryw
  12683. gluen
  12684. D!All Packages
  12685. Tool Chest Edition
  12686. F    SourceBugI
  12687. SourceBug is a source-level debugger for debugging 68K-based applications.
  12688. Runs on any Macintosh but debugs 68K applications only.J
  12689. MPW etc.imgcontrol
  12690. strip
  12691. module
  12692. displays
  12693. summary
  12694. macintosh
  12695. application
  12696. environment
  12697. virtual
  12698. y, the item you selected could not be found."
  12699.     return
  12700. end try
  12701. ADB AnalyzerK
  12702. Mar 92M%Mac SE or later machine for the host.OIDev.CD Feb 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:PTDev.CD Feb 00 TC
  12703.  - Tool Chest
  12704.  - Devices
  12705.  - Apple Desktop Bus
  12706.  - ADB Analyzer 1.0d6r, server, server developer note, 100BaseTx Ethernet, network server, internet serverOADev.CD Mar 98 RL:Technical Documentation:Developer Notes:Servers:PIDev.CD Mar 98 RL
  12707.  - Technical Documentation
  12708.  - Developer Notes
  12709.  - Serverside default alert and warning dialogs with highlighting of the default button. These functions are not documented within Inside Macintosh, but have been available since
  12710. powerbook
  12711. powerbook
  12712. powerbook
  12713. series
  12714. powerbooks
  12715. powerpcA
  12716. powerpc
  12717. bandwidthA
  12718. powerplant
  12719. toolbox
  12720. pre-mixer
  12721. pre-mixer
  12722. component
  12723. preemptive
  12724. preemptive
  12725. preference
  12726. preferences
  12727. preview
  12728. print
  12729. printer
  12730. printer
  12731. access
  12732. protocol
  12733. printer
  12734. selected
  12735. chooser
  12736. printers
  12737. printers
  12738. drivers
  12739. sample
  12740. printing
  12741. printing
  12742. private
  12743. process
  12744. process
  12745. manager
  12746. proportional
  12747. proportional
  12748. scroll
  12749. protocol
  12750. publications
  12751. qualified
  12752. query
  12753. quickdraw
  12754. quickdraw
  12755. quickdraw
  12756. raster
  12757. imagewriter
  12758. halftone
  12759. dither
  12760. sample
  12761. quicktime
  12762. quicktime
  12763. compress
  12764. decompress
  12765. XN'Sample Code, Games, Graphics, AnimationO>Dev.CD Feb 00 TC:Tool Chest:Games:Game Sample Code:ZAM 1.0a13:PIDev.CD Feb 00 TC
  12766.  - Tool Chest
  12767.  - Games
  12768.  - Game Sample Code
  12769.  - ZAM 1.0a13V
  12770. 55134X
  12771. Feb 00^
  12772. --set theItem to choose file -- uncomment to test in an AS editor
  12773.     tell application "Finder"
  12774.         open item "Dev.CD Feb 00 TC:Tool Chest:Games:Game Sample Code:ZAM 1.0a13:"
  12775.         activate
  12776.     end tell
  12777. on error errMsg number errNum
  12778.     --enter statements to perform when no records are found such as...
  12779.     display dialog "Sorry, the item you selected could not be found."
  12780.     return
  12781. end try
  12782. e    No Changef$Sample Code
  12783. Games
  12784. Graphics
  12785. Animationq
  12786. Dev.CD Feb 00 TC
  12787. YD!All Packages
  12788. Tool Chest Edition
  12789. ZapTCP 1.2.1
  12790. Dev.CD Jan 94
  12791. Dev.CD Oct 93
  12792. Dev.CD Jul 9V
  12793. 48618X
  12794. Apr 94
  12795. isplay dialog "Sorry, the item you selected could not be found."
  12796.     return
  12797. end try
  12798. All Packages
  12799. QuickDraw GXO
  12800. Dev.CD Aug 96 TCP
  12801. Dev.CD Aug 96 TV
  12802. 44567X
  12803. non-disclosure
  12804. non-ethernet
  12805. non-floppy
  12806. non-functional
  12807. non-macintosh
  12808. non-native
  12809. non-portable
  12810. non-scsi
  12811. non-us
  12812. non-volatile-ram
  12813. nopoweroffkey
  12814. norbert
  12815. noresdialog
  12816. normal
  12817. sample
  12818. survey
  12819. developer
  12820. feedback@
  12821. search
  12822. index
  12823. vtwin
  12824. summary@
  12825. series@
  12826. software@
  12827. statements@
  12828. tcp/ip@
  12829. telephony@
  12830. tokentalk@
  12831. virtual
  12832. external
  12833. toolkit@
  12834. tools@
  12835. types@
  12836. vector@
  12837. wannabe@
  12838. ictionary@
  12839. disposeresource
  12840. debugging
  12841. resource
  12842. handles@
  12843. dynamic@
  12844. expansion@
  12845. imagewriter@
  12846. items@
  12847. keyboard
  12848. lproj@
  12849. macintosh@
  12850. menus@
  12851. morpheme@
  12852. Requires: 
  12853. - Sun Compliant Java Runtime Environment 1.1
  12854. - QuickTime 3 
  12855. - QTJava.zip
  12856. - Windows 95, 98, or NT:
  12857. - JRE/JDK from Sun Microsystems, Inc. recommendedN
  12858. QuickTime, Java, WindowsOXDev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:PcDev.CD Feb 00 TC
  12859.  - What's New?
  12860.  - Development Kits
  12861.  - Cross Platform
  12862.  - QuickTime Java Windows SDKV
  12863. 54638X
  12864. Feb 00^
  12865. --set theItem to choose file -- uncomment to test in an AS editor
  12866.     tell application "Finder"
  12867.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:"
  12868.         activate
  12869.     end tell
  12870. on error errMsg number errNum
  12871.     --enter statements to perform when no records are found such as...
  12872.     display dialog "Sorry, the item you selected could not be found."
  12873.     return
  12874. end try
  12875. e    No Changef
  12876. QuickTime
  12877. Windowso
  12878. http://developer.apple.com/sdk/q
  12879. Dev.CD Feb 00 TC
  12880. iD!All Packages
  12881. Tool Chest Edition
  12882. QuickTime TMON User Area
  12883. b--set theItem to choose file -- uncomment to test in an AS editor
  12884.     tell application "Finder"
  12885.         open item "Dev.CD Apr 94"
  12886.         activate
  12887.     end tell
  12888. on error errMsg number errNum
  12889.     --enter statements to perform when no records are found such as...
  12890.     display dialog "Sorry, the item you selected could not be found."
  12891.     return
  12892. end try
  12893. se file -- uncomment to test in an AS editor
  12894.     tell application "Finder"
  12895.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Archive:Games:InputSprocketPPTest:"
  12896.         activate
  12897.     end tell
  12898. on error errMsg number errNum
  12899.     --enter statements to perform when no records are found such as...
  12900.     display dialog "Sorry, the item you selected could not be found."
  12901.     return
  12902. end try
  12903. e    No Changef
  12904. InputSprocket
  12905. PowerPlantq
  12906. Dev.CD Feb 00 TC
  12907. D!All Packages
  12908. Tool Chest Edition
  12909. InputSprocketTest
  12910.     ined in the source files MRJAppleSetup.c and MRJApple.c.
  12911.  The Apple Installer example is comprised of two
  12912. app'sp
  12913. appearo
  12914. appearanced
  12915. appearance-aware
  12916. appeared
  12917. appearing
  12918. appears
  12919. append
  12920. appendages
  12921. appendditl
  12922. appending
  12923. appendix
  12924. appendixesw
  12925. appkit
  12926. appkit
  12927. reference
  12928. appleO
  12929. sample
  12930. 2.0b6
  12931. 2.0b6
  12932. readerZ
  12933. reader
  12934. installerZ
  12935. readmeO
  12936. Wlled. Please note this is only how it's done presently.  Since it is undocumented it can and will chan
  12937. usedA
  12938. training
  12939. using
  12940. verilog
  12941. Displays record directly for the current print record in a simple window.J
  12942. General tools.imgK
  12943. Feb 94N
  12944. testing, debugging, printersO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  12945.  - Tool Chest
  12946.  - Testing & Debugging
  12947.  - General toolsV
  12948. 51941X
  12949. Feb 00^
  12950. #net Router: User-Interface Extensions to the adev File
  12951. ---------------------------------------------
  12952. This document provides information needed to support the new adev resource calls. (An ade
  12953. use a preliminary, incomplete, version of the scsi.h header file. Some editing will be needed when the Universal Header version is released.
  12954. The snippets cannot be compiled as native Power Macintosh applications. Some have received minimal testing under Power Macintosh.
  12955. J'Sample Code.img
  12956. Windows Sample Code.imgK
  12957. Aug 94N
  12958. SCSI Manager 4.3O
  12959. Dev.CD Feb 00 TC:Sample Code:P
  12960. Dev.CD Feb 00 TC
  12961.  - Sample Code   return
  12962. end try
  12963. Next CDq
  12964. Dev.CD Mar 00 RL
  12965. 2D(All Packages
  12966. Reference Library Edition
  12967. develop Issue 17
  12968. nSummary: This latest version of ShimmerMate names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel (System 7.x systems only).
  12969. Features: Names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel
  12970. Issues: These libraries and tools are not supported Apple products.
  12971. Virtual User tools.imgK
  12972. Jan 93nge
  12973. Async driver testerg
  12974. golden
  12975. All Packages
  12976. QuickDraw GXO
  12977. Dev.CD Jan 96 SDK1P
  12978. Dev.CD Jan 96 SDKV
  12979. 54469X
  12980. Jan 96
  12981. g--set theItem to choose file -- uncomment to test in an AS editor
  12982.     tell application "Finder"
  12983.         open item "Dev.CD Jan 96 SDK1"
  12984.         activate
  12985.     end tell
  12986. on error errMsg number errNum
  12987.     --enter statements to perform when no records are found such as...
  12988.     display dialog "Sorry, the item you selected could not be found."
  12989.     return
  12990. end try
  12991. All Packages
  12992. QuickDraw GXO
  12993. Dev.CD Jan 96 SDK1P
  12994. Dev.CD Jan 96 SDKV
  12995. 54470X
  12996. Jan 96
  12997. g--set theItem to choose file -- uncomment to test in an AS editor
  12998.     tell application "Finder"
  12999.         open item "Dev.CD Jan 96 SDK1"
  13000.         activate
  13001.     end tell
  13002. on error errMsg number errNum
  13003.     --enter statements to perform when no records are found such as...
  13004.     display dialog "Sorry, the item you selected could not be found."
  13005.     return
  13006. end try
  13007. All Packages
  13008. QuickDraw GXO
  13009. Dev.CD Jan 96 SDK1V
  13010. 54471X
  13011. multi-processing
  13012. multicast
  13013. multihoming
  13014. multilingual
  13015. multilingual
  13016. editing
  13017. multilingual
  13018. editor
  13019. multimedia
  13020. multiple
  13021. multiple
  13022. monitor
  13023. multiple
  13024. multiprocessing
  13025. multiprocessor
  13026. multitasking
  13027. music
  13028. music
  13029. movie
  13030. mutable
  13031. mutable
  13032. string
  13033. named
  13034. named
  13035. navigable
  13036. navigable
  13037. movies
  13038. navigation
  13039. navigation
  13040. services
  13041. nbplookup
  13042. needs
  13043. neighborhood
  13044. netsprocket
  13045. netstat
  13046. netware
  13047. networkQ
  13048. network
  13049. administrator
  13050. network
  13051. driver
  13052. network
  13053. management
  13054. network
  13055. preferences
  13056. network
  13057. server
  13058. network
  13059. services
  13060. location
  13061. network
  13062. services
  13063. location
  13064. manager
  13065. ot/ppp
  13066. ot/ppp
  13067. transport
  13068. otfifo
  13069. otlifo
  13070. otlink
  13071. otoptionmanagment
  13072. ottcpwilldial
  13073. 54351X
  13074. Feb 00^
  13075. r--set theItem to choose file -- uncomment to test in an AS editor
  13076.     tell application "Finder"
  13077.         open item "Dev.CD Feb 00 TC:Sample Code:"
  13078.         activate
  13079.     end tell
  13080. on error errMsg number errNum
  13081.     --enter statements to perform when no records are found such as...
  13082.     display dialog "Sorry, the item you selected could not be found."
  13083.     return
  13084. end try
  13085. Movedf:Palette
  13086. GWorld
  13087. PmForeColor
  13088. Color2Index
  13089. RGBForeColor
  13090. ctSeedq
  13091. Dev.CD Feb 00 TC
  13092. JD!All Packages
  13093. Tool Chest Edition
  13094. PartMaker 4.3
  13095.     0N5Computer Based Media, Television, Broadcast, GraphicsOJDev.CD Apr 00 SDK1:Interactive Media Resources:CompbasedMediaBroadcastEnv:PODev.CD Apr 00 SDK1
  13096.  - Interactive Media Resources
  13097.  - CompbasedMediaBroadcastEnvfo
  13098. program
  13099. illustrates
  13100. menus
  13101. window
  13102. summary
  13103. resedit
  13104. editor
  13105. prepare
  13106. localized
  13107. numbe
  13108. mmary
  13109. submission
  13110. contains
  13111. virtual
  13112. external
  13113. 00csmp-abstracts
  13114. 01-introR
  13115. - Common
  13116.     - Sun Compliant Java Runtime Environment 1.1
  13117.     - QuickTime 3 
  13118.     - QTJava.zip
  13119.     - QTJava media samples
  13120. - Mac OS:
  13121.     - System 8 or later
  13122.     - Macintosh Runtime for Java (MRJ) 2.1
  13123. - Windows 95, 98, or NT::
  13124.     - JRE/JDK from Sun Microsystems, Inc. recommended
  13125. QuickTime, Java, MRJ
  13126. ements to perform when no records are found such as...
  13127.     display dialog "Sorry, the item you selected could not be found."
  13128.     return
  13129. end try
  13130. e    No Changef
  13131. International
  13132. Glossariesq
  13133. Dev.CD Feb 00 TC
  13134. 4D!All Packages
  13135. Mac OS SDK Edition
  13136. Apple Location Manager
  13137. hApple Location Manager allows users to switch groups of settings all at the same time in one step (such as when moving from location to location). This SDK contains a complete Location Manager Module with source, and documentation on other ways developers can integrate ALM support into their products.
  13138. Contains a new version of ALM (2.0.1) for developer use.
  13139. 52702X
  13140. 1e    No Change
  13141. /developer.apple.com/techpubs/index.html
  13142. Summary: A collection of MPW
  13143.  scripts and tools with a menu and commando interface to aid in authoring, executing and analyzing human interface tests.  Tests may be written as Virtual User (VU) or MPW scripts.
  13144. Features: Using HITEC, you have the ability to create new tests, execute and analyze existing tests and collect groups of tests into suites.  HITEC also provides various controls over the execution of tests and suites, such as setting a group of target systems on which to execute th
  13145. e tests, determining the CPU type of target system and making timing adjustments to best suit that system, and verifying that a system is still functional after the execution of previous tests. 
  13146. Hardware:  One controller system and at least one target system.  The controller system should have 1MB or more of RAM to run MPW 3.0 or higher.  The target system(s) should be a Macintosh Plus or higher.
  13147. Software:  (Controller) MPW 3.1 or higher and Virtual User 1.0 or higher.  (Target) Agent VU,
  13148. All Packages
  13149. System Enabler 003 (LC III)OEDev.CD Apr 94
  13150. Dev.CD Jan 94
  13151. Dev.CD Oct 93
  13152. Dev.CD Jul 93
  13153. Dev.CD Apr 93PDDev.CD Apr 94
  13154. Dev.CD Jan 94
  13155. Dev.CD Oct 93
  13156. Dev.CD Jul 93
  13157. Dev.CD Apr 9V
  13158. 54860X
  13159. Apr 94
  13160. --set theItem to choose file -- uncomment to test in an AS editor
  13161.     tell application "Finder"
  13162.         open item "Dev.CD Apr 94
  13163. Dev.CD Jan 94
  13164. Dev.CD Oct 93
  13165. Dev.CD Jul 93
  13166. Dev.CD Apr 93"
  13167.         activate
  13168.     end tell
  13169. on error errMsg number errNum
  13170.     --enter statements to perform when no records are found such as...
  13171.     display dialog "Sorry, the item you selected could not be found."
  13172.     return
  13173. end try
  13174. All Packages
  13175. System Enabler 003 (LC III)O7Dev.CD Apr 94
  13176. Dev.CD Jan 94
  13177. Dev.CD Oct 93
  13178. Dev.CD Jul 93P6Dev.CD Apr 94
  13179. Dev.CD Jan 94
  13180. Dev.CD Oct 93
  13181. Dev.CD Jul 9V
  13182. 54861X
  13183. Apr 94
  13184. mrj-dev
  13185. mrjapple
  13186. mrjapplesetup
  13187. mrjstuffit
  13188. mrjvise
  13189. mrplus
  13190. mrplus
  13191. performance
  13192. analysis
  13193. powerpc
  13194. applicatio
  13195. --set theItem to choose file -- uncomment to test in an AS editor
  13196.     tell application "Finder"
  13197.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DukeMovie:"
  13198.         activate
  13199.     end tell
  13200. on error errMsg number errNum
  13201.     --enter statements to perform when no records are found such as...
  13202.     display dialog "Sorry, the item you selected could not be found."
  13203.     return
  13204. end try
  13205. .  Includes Test/Demo Stack and full source.  
  13206. JbProgressWindoid
  13207. ProgressWindoid Worksheet
  13208. ProgressWindoid.c
  13209. ProgressWindoid.make
  13210. ProgressWindoid.
  13211. Vol VIIL
  13212. Apr 92M5HyperCard 2.0, This package is System 7.0 compatible.O_Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  13213. C:PmDev.CD Feb 00 TC
  13214.  - Tool Chest
  13215.  - Development Kits
  13216.  - HyperCard Related
  13217.  - XCMDs & XFCNs
  13218.  - ProgressWindoid
  13219. Cshell
  13220. artwork
  13221. market
  13222. guide
  13223. asian
  13224. asian
  13225. ie    No Changef2ColorSync
  13226. Profile Embed
  13227. Dev.CD Apr 98 SDK1
  13228. All Packages
  13229. F)Enhanced Macintosh PB 1400 Developer NoteI
  13230. Summary: This developer note describes the latest model of the PowerBook 1400 computer. The note describes only the changes that make the new model different from its earlier counterparts.J
  13231. PB_190_5300RAMCard_Er.pdf
  13232. PowerBook_1400.pdf
  13233. PowerBook_1400_Addendum.pdf
  13234. PowerBook_2400c.pdf
  13235. PowerBook_3400.pdf
  13236. PowerBook_5300.pdf
  13237. PowerBook_Duo_2300c.pdf
  13238. PowerBook_Processor_Upg.pdfK
  13239. Sep 97M
  13240. Acrobat Reader.N
  13241. PowerBook 1400OdDev.CD Mar 00 RL Disk 2:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:PoDev.CD Mar 00 RL Disk 2
  13242.  - Technical Publications
  13243.  - hardware
  13244.  - Developer_Notes
  13245.  - Macintosh_CPUs-PPC_PortableV
  13246. 54128X
  13247. Mar 00^    RL Disk 2
  13248. e    No Change
  13249. d installation instructions. 
  13250. JDInstall 1, English
  13251. Install 1, Fran
  13252. Install 2
  13253. Install 3
  13254. Install 4K
  13255. May 96L
  13256. Aug 96nge
  13257. mponent
  13258. accessible@
  13259. across@
  13260. anywhere
  13261. apart
  13262. aphorisms
  13263. apisd
  13264. apoplexy
  13265. appearance-aware
  13266. appeared
  13267. appearing
  13268. appears
  13269. append
  13270. appendages
  13271. appendditl
  13272. appending
  13273. appendix
  13274. appendixesw
  13275. appkit
  13276. appleO
  13277. quarterj
  13278. qued/m
  13279. queries
  13280. query
  13281. querys
  13282. questionZ
  13283. questionaire
  13284. questionaires
  13285. questionnaire
  13286. questions
  13287. queue
  13288. quick
  13289. quickdrawN
  13290. quickdraw
  13291. graphics
  13292. library
  13293. define
  13294. oughta
  13295. pictures
  13296. guillermo
  13297. ortiz
  13298. quicktime-readable
  13299. quinn
  13300. quitN
  13301. qwerty
  13302. radcliffe
  13303. radically
  13304. radio
  13305. raises
  13306. expansion
  13307. ramifications
  13308. randall
  13309. random
  13310. component
  13311. compositedeffects
  13312. compositedeffects
  13313. compresspictfile
  13314. compresspictfile
  13315. concordia
  13316. concordia
  13317. concordia
  13318. concordia
  13319. concordia
  13320. concordia
  13321. concordia
  13322. conferencing
  13323. config
  13324. config&interleave
  13325.  are found such as...
  13326.     display dialog "Sorry, the item you selected could not be found."
  13327.     return
  13328. end try
  13329. Next CDq
  13330. Dev.CD Mar 00 RL
  13331. All Packages
  13332. develop Issue 18
  13333. 52829X
  13334. QuickTime, Java, MRJOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SGCapture:P^Dev.CD Feb 00 TC
  13335.  - What's New?
  13336.  - Sample Code
  13337.  - QuickTime
  13338.  - QuickTime for Java
  13339.  - SGCaptureV
  13340. 52198X
  13341. Feb 00^
  13342. #troller
  13343. mybuildmenu
  13344. myquicktakeapp
  13345. myquicktakeapp
  13346. 1.0.1tc7
  13347. myquicktakeapp
  13348. 1.0.2
  13349. namerevisioncurrent
  13350. native
  13351. native
  13352. navig
  13353. navigable
  13354. navigable
  13355. movie
  13356. toolkit
  13357. Apple Help, HTML, Apple Guidery Edition
  13358. F,Technical Publications: Documentation in PDF
  13359. Collection of PDF documentation for Mac OS, Developer Notes, Java, Mac OS X, QuickTime, and WebObjects.
  13360. Features: Viewing and Printing instructions for PDF documents included. Refer to the 
  13361. README.html file in the "Documentation in PDF" folder for instructions.
  13362. Wtions With Futures  by Michael Gough.   Futures are an addition to the Threads Package that 
  13363. can make your IPC code even cleaner.
  13364. Using C++ Objects in a World of Exceptions  by Michael C. Greenspon.   This article explores some subtle gotchas that can occur when mixing Pascal and C++ objects, and provides guidelines for avoiding them.
  13365. The Subspace Manager in System 7.0  by Harry R. Chesley.   A little-known Macintosh Manager is revealed for the first time, and the (hairy) implications for life on earth are discussed.
  13366. Print Hints From Luke & Zz: Help for Your Dialog Appendages  
  13367. human
  13368. interface
  13369. guidelines
  13370. inside
  13371. macintosh
  13372. inside
  13373. runtime
  13374. architecture
  13375. macappX
  13376. macapp
  13377. framework
  13378. object-oriented
  13379. macapp
  13380. framework
  13381. object-oriented
  13382. standard
  13383. library
  13384. carbonli
  13385. macapp
  13386. framework
  13387. object-oriented
  13388. classes
  13389. editor
  13390. resouY
  13391. maccheck
  13392. machine
  13393. macintalk
  13394. macintoshQ
  13395. macintosh
  13396. powerbook
  13397. series
  13398. developers
  13399. powerpc
  13400. backside
  13401. macodbc
  13402. macosxserver
  13403. macosxserver
  13404. appkit
  13405. foundation
  13406. project
  13407. builder
  13408. interface
  13409. ect call.
  13410. J'Sample Code.img
  13411. Windows Sample Code.imgK
  13412. Oct 94L
  13413. Nov 94M}Requires System 7.0.  Won't do anything harmful with previous systems.  Won't do anything useful unless System 7.5 or later.
  13414. NCCDEV control panel INIT MPW Symantec Metrowerks StandardFile PACK 3O
  13415. Dev.CD Feb 00 TC:Sample Code:P
  13416. Dev.CD Feb 00 TC
  13417.  - Sample Code
  13418. e--set theItem to choose file -- uncomment to test in an AS editor
  13419.     tell application "Finder"
  13420.         open item "Dev.CD May 96 TC"
  13421.         activate
  13422.     end tell
  13423. on error errMsg number errNum
  13424.     --enter statements to perform when no records are found such as...
  13425.     display dialog "Sorry, the item you selected could not be found."
  13426.     return
  13427. end try
  13428.  theItem to choose file -- uncomment to test in an AS editor
  13429.     tell application "Finder"
  13430.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:OpenGL:"
  13431.         activate
  13432.     end tell
  13433. on error errMsg number errNum
  13434.     --enter statements to perform when no records are found such as...
  13435.     display dialog "Sorry, the item you selected could not be found."
  13436.     return
  13437. end try
  13438. e    No Changef
  13439. OpenGL
  13440. graphics
  13441. o%ftp://ftp.apple.com/developer/opengl/q
  13442. Dev.CD Apr 00 SDK1
  13443. 7D!All Packages
  13444. Tool Chest Edition
  13445. Optimization TN Demos
  13446.     me "MS-DOS Disk".  This purpose of this snippet is to demonstrate the newer 
  13447. The Japanese Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Japanese on the Macintosh
  13448.  and other computers using the Mac
  13449.  OS. 
  13450. Enhancements in this version of the Japanese Language Kit include  System 7.5 and QuickDraw
  13451.  GX compatibility, a TrueType
  13452.  version of the Osaka font, an updated input method, and  system resources to allow WorldScript
  13453.  to run native on Power Macintosh computers.
  13454. J0Net Install
  13455. Open for Net Install->
  13456. Read Me FirstK
  13457. May 93L
  13458. Feb 96MiSystem 7.1, at least 4MBs of RAM and as much as 30 meg of hard disk space to install all the Kanji fonts.O9Dev.CD Feb 00 TC:Language Kits:Japanese Language Kit 1.2:P>Dev.CD Feb 00 TC
  13459.  - Language Kits
  13460.  - Japanese Language Kit 1.251782X
  13461. Nov 99^
  13462. end try
  13463. e    No Changeffopen transport
  13464. netstat
  13465. display
  13466. cache logical physical interfaces routing table tcp udp statusq
  13467. Dev.CD Feb 00 TC
  13468. =D!All Packages
  13469. Tool Chest Edition
  13470. D.All Packages
  13471. Mac OS SDK Edition
  13472. New & Revised
  13473. AdLib 2.6.5
  13474. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  13475. Ad Lib v2.6.5 fixes a problem where earlier version of Ad Lib could not be run under Mac OS 8.5 and later.
  13476.  dialog "Sorry, the item you selected could not be found."
  13477.     return
  13478. end try
  13479. e    No Changef%WebObjects
  13480. OPENSTEP
  13481. Memory Managementq
  13482. Dev.CD Mar 00 RL Disk 1
  13483. WebObjects Performance Tuning
  13484. Performance Tuning
  13485. By Theresa Ray of Tensor Information Systems, Inc.
  13486. Performance tuning your WebObjects application is a critical step on the road to successful deployment of a web site. Optimization of a web site is always productive, only costs a moderate amount of development time, and results in a solid, scalable system. By properly coding, testing and administrating your application, your web site can be a great success! a great success!
  13487. --set theItem to choose file -- uncomment to test in an AS editor
  13488.     tell application "Finder"
  13489.         open item "Dev.CD Apr 94
  13490. Dev.CD Jan 94
  13491. Dev.CD Oct 93
  13492. Dev.CD Jul 93
  13493. Dev.CD Apr 93"
  13494.         activate
  13495.     end tell
  13496. on error errMsg number errNum
  13497.     --enter statements to perform when no records are found such as...
  13498.     display dialog "Sorry, the item you selected could not be found."
  13499.     return
  13500. end try
  13501. commonly
  13502. commons
  13503. ommunicateg
  13504. communicationsj
  13505. companionZ
  13506. company
  13507. compared
  13508. compatibilityY
  13509. compatibleO
  13510. compatiblesj
  13511. compilation
  13512. compile
  13513. compilers
  13514. compiles
  13515. completeR
  13516. completion
  13517. complex
  13518. compliance
  13519. componentP
  13520. component-based
  13521. components
  13522. composersj
  13523. composite
  13524. composited
  13525. compositing
  13526. compound-document
  13527. compressionP
  13528. compression/decompreP
  13529. compressor/decompres
  13530. computerj
  13531. computer'si
  13532. computer-based
  13533. computersj
  13534. computingZ
  13535. concentrate
  13536. concerns
  13537. concurrent
  13538. concurrently
  13539. condition
  13540. conditional
  13541. conditions
  13542. conference
  13543. conferencingj
  13544. faceless
  13545. facilitates
  13546. facilitating
  13547. facilities
  13548. facility
  13549. facing
  13550. facto
  13551. factory-default
  13552. factory-fresh
  13553. fails
  13554. failure
  13555. failure-catching
  13556. falco
  13557. falkenburg
  13558. fallj
  13559. falls
  13560. false
  13561. familiar
  13562. families
  13563. ected could not be found."
  13564.     return
  13565. end try
  13566. All Packages
  13567. F    QuickTimeO
  13568. Dev.CD Jun 97 SSWP
  13569. Dev.CD Jun 97 SSV
  13570. 53383X
  13571. Jun 97
  13572. f--set theItem to choose file -- uncomment to test in an AS editor
  13573.     tell application "Finder"
  13574.         open item "Dev.CD Jun 97 SSW"
  13575.         activate
  13576.     end tell
  13577. on error errMsg number errNum
  13578.     --enter statements to perform when no records are found such as...
  13579.     display dialog "Sorry, the item you selected could not be found."
  13580.     return
  13581. end try
  13582. All Packages
  13583. F    QuickTimeO
  13584. Dev.CD Jun 97 SSWP
  13585. Dev.CD Jun 97 SSV
  13586. 53384X
  13587. eUpdate from Mac OS Easy Open SDK to Translation Manager SDK to reflect the move from standalone product to System service. 
  13588. Contains a new example Translation Extension component which demonstrates correct packaging of 68K and PowerPC code.
  13589. Contains a copy of Mac OS Tech Note 1004 which describes proper packaging of components with 68K and PowerPC code.
  13590. JU Readme - Translation Mgr SDK
  13591. (Obsolete)
  13592. Document Converter
  13593. Documentation
  13594. Sample CodeK
  13595. Aug 98M
  13596. Code Warrior Pro 2 -or- ETO
  13597. 23N+easy open, translation manager, translationO?Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Translation Manager:PGDev.CD Apr 00 SDK1
  13598.  - Development Kits
  13599.  - Mac OS
  13600.  - Translation Manager
  13601. Core Foundation, overview, opaque types, reference counts, Base Services, CFBase.h, CFRetain, CFRelease, Reference counting, allocators, custom allocators, CFAllocator, CFType, Polymorphic functions, CFTypeID, CFIndex, CFOptionFlags, CFHashCode, CFHash, compare, CFComparatorFunction, CFComparisonResult, CFEqual, CFRange, Bundle Services, CFBundle.h, CFBundle, bundle, main bundle, resources, resource management, localization, internationalization, cross-platform, application package, Applic
  13602. ation, Framework, Loadable bundle, Palette, code loading, dynamic linking, lproj, localized strings, Info.plist, Collection Services, CFArray.h, CFDictionary.h, CFBag.h, CFSet.h, CFTree.h, CFData.h, CFBinaryHeap.h, CFBitVector.h, CFArray, CFDictionary, CFBag, CFSet, CFTree, CFData, CFBinaryHeap, CFBitVector, collection, container, ordered collection, tree, set, bag, heap, vector, Property List Services, CFPropertyList.h, property list, information property list, info plist, Info.plist, CFA
  13603. foundation
  13604. reference
  13605. client
  13606. framework
  13607. screen
  13608. functione
  13609. function
  13610. index
  13611. function
  13612. keyse
  13613. functions
  13614. cautionO
  13615. caution
  13616. software
  13617. compatible
  13618. system
  13619. cautionary
  13620. caveats
  13621. cbufffilestream
  13622. tracker
  13623. pascal
  13624. snippet
  13625. audio
  13626. tracks
  13627. cd-romf
  13628. cd-rom-basedf
  13629. cdent
  13630. cdevs
  13631. cdk's
  13632. certainly
  13633. certificates
  13634. certified
  13635. cfdata
  13636. cfm-68kd
  13637. chance
  13638. changer
  13639. changedo
  13640. changefilename
  13641. f--set theItem to choose file -- uncomment to test in an AS editor
  13642.     tell application "Finder"
  13643.         open item "Dev.CD Jun 97 SSW"
  13644.         activate
  13645.     end tell
  13646. on error errMsg number errNum
  13647.     --enter statements to perform when no records are found such as...
  13648.     display dialog "Sorry, the item you selected could not be found."
  13649.     return
  13650. end try
  13651. layers
  13652. layout
  13653. learning
  13654. learning
  13655. level
  13656. media
  13657. memory
  13658. memory
  13659. manager
  13660. memory
  13661. monitor
  13662. menuh
  13663. missA
  13664. mixed
  13665. mixed
  13666. module
  13667. monitor
  13668. mutable
  13669. mutable
  13670. string
  13671. networkQ
  13672. network
  13673. softwareQ
  13674. networking
  13675. newsi
  13676. notes
  13677. object-oriented
  13678. objectsupportlib
  13679. opaque
  13680. opaque
  13681. types
  13682. transport
  13683. optimizing
  13684. ordered
  13685. ordered
  13686. collection
  13687. overview
  13688. package
  13689. palette
  13690. panel
  13691. patch
  13692. --set theItem to choose file -- uncomment to test in an AS editor
  13693.     tell application "Finder"
  13694.         open item "Dev.CD Apr 94
  13695. Dev.CD Jan 94
  13696. Dev.CD Oct 93
  13697. Dev.CD Jul 93"
  13698.         activate
  13699.     end tell
  13700. on error errMsg number errNum
  13701.     --enter statements to perform when no records are found such as...
  13702.     display dialog "Sorry, the item you selected could not be found."
  13703.     return
  13704. end try
  13705. transport
  13706. pbclock@
  13707. pippin
  13708. bandai
  13709. atworld
  13710. atmark
  13711. multimedia@
  13712. print
  13713. appletalk
  13714. quickdraw@
  13715. quicktime
  13716. effects@
  13717. ternal
  13718. toolkit@
  13719. view@
  13720. 54671X
  13721. Feb 00^
  13722. --set theItem to choose file -- uncomment to test in an AS editor
  13723.     tell application "Finder"
  13724.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Scrap Color 1.0:"
  13725.         activate
  13726.     end tell
  13727. on error errMsg number errNum
  13728.     --enter statements to perform when no records are found such as...
  13729.     display dialog "Sorry, the item you selected could not be found."
  13730.     return
  13731. end try
  13732. e    No Changeq
  13733. Dev.CD Feb 00 TC
  13734. All Packages
  13735. Scriptable Print SimpleTextI
  13736. This example was SimpleText 1.4d16. It's the same sample that's been shipping since 1996. This version has code to "Extend the Print Record" from Technote 1161 and code to allow for scriptable printing added.
  13737. Dec 99V
  13738. 54672X
  13739. 1e    No Change
  13740. typography
  13741. uk/eire
  13742. uk/eire
  13743. distributors/localiz
  13744. filterdirectory
  13745. filterdirectory
  13746. findchange
  13747. finder
  13748. finder
  13749. 7.1.3
  13750. finderevents
  13751. finderevents
  13752. finderevents
  13753. release
  13754. notes
  13755. findeverything
  13756. findeverything
  13757. findfolder
  13758. findfolder
  13759. findhammerhead
  13760. findhammerhead
  13761. findlurkers
  13762. findtag
  13763. findtag
  13764. manual
  13765. findtag
  13766. manual
  13767. finland
  13768. finland
  13769. distributors/localiz
  13770. finnish
  13771. finnish
  13772. 1.1.3
  13773. fireballframes
  13774. fireballframes
  13775. fkeys
  13776. fkeys
  13777. clipboard
  13778. magican
  13779. flash
  13780. floattolong
  13781. floattolong
  13782. flookup
  13783. editor
  13784. folder
  13785. folder
  13786. information
  13787. foldersize
  13788. foldersize
  13789. fontmaster
  13790. fontmaster
  13791. resedit
  13792. b--set theItem to choose file -- uncomment to test in an AS editor
  13793.     tell application "Finder"
  13794.         open item "Dev.CD Oct 94"
  13795.         activate
  13796.     end tell
  13797. on error errMsg number errNum
  13798.     --enter statements to perform when no records are found such as...
  13799.     display dialog "Sorry, the item you selected could not be found."
  13800.     return
  13801. end try
  13802. in an AS editor
  13803.     tell application "Finder"
  13804.         open item "Dev.CD Feb 00 TC:Sample Code:"
  13805.         activate
  13806.     end tell
  13807. on error errMsg number errNum
  13808.     --enter statements to perform when no records are found such as...
  13809.     display dialog "Sorry, the item you selected could not be found."
  13810.     return
  13811. end try
  13812. e    No Changef$async
  13813. asynchronous
  13814. driver unit tableq
  13815. Dev.CD Feb 00 TC
  13816. SD!All Packages
  13817. Tool Chest Edition
  13818. AsyncDriverSample1.0b4
  13819. 54656X
  13820. Feb 00^
  13821. r--set theItem to choose file -- uncomment to test in an AS editor
  13822.     tell application "Finder"
  13823.         open item "Dev.CD Feb 00 TC:Sample Code:"
  13824.         activate
  13825.     end tell
  13826. on error errMsg number errNum
  13827.     --enter statements to perform when no records are found such as...
  13828.     display dialog "Sorry, the item you selected could not be found."
  13829.     return
  13830. end try
  13831. e    No Changeq
  13832. Dev.CD Feb 00 TC
  13833. {D!All Packages
  13834. Tool Chest Edition
  13835. Sample Code - Files
  13836. (** = new, * = revised)
  13837. Folder Watching:  These applications demonstrate how to write a background task which uses Apple events to pass on task related information to another application.
  13838. MoreFiles 1.4.6:  MoreFiles is a collection of high-level routines written over the last couple of years to answer File Manager questions from developers. The routines in MoreFiles have been tested (but not stress-tested), documented, and code-reviewed by Apple. MoreFiles provides: high-level and FSSpec
  13839. Summary: Network Management Specifications for the Macintosh.  This includes the RFCs defining the Simple Network Management Protocol (SNMP), SNMP over AppleTalk, Macintosh System MIB, and AppleTalk MIB. 
  13840. If you want to implement network management for Apple products you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  13841. Issues: Specifications only
  13842. This package is System 7.0 compatible.
  13843. J.Mac Specific files
  13844. READ ME
  13845. SNMP Specific filesK
  13846. Mar 92L
  13847. Aug 92M
  13848. Any MacOFDev.CD Feb 00 TC:Tool Chest:Networking:SNMP:Network Management (SNMP):PQDev.CD Feb 00 TC
  13849.  - Tool Chest
  13850.  - Networking
  13851.  - SNMP
  13852.  - Network Management (SNMP)Card 2.1, System 7N
  13853. HyperCard, Help, BalloonsO[Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD Feb 00 TC
  13854.  - Tool Chest
  13855.  - Development Kits
  13856.  - HyperCard Related
  13857.  - XCMDs & XFCNs
  13858.  - Help XFCN 1.4V
  13859. 49185X
  13860. installerZ
  13861. Apr 00N
  13862. Power Manager, PCIO8Dev.CD Apr 00 SDK1:What's New:Development Kits:Hardware:P@Dev.CD Apr 00 SDK1
  13863.  - What's New
  13864.  - Development Kits
  13865.  - HardwareV
  13866. 54378X
  13867. Apr 00^
  13868. SDK1b
  13869. --set theItem to choose file -- uncomment to test in an AS editor
  13870.     tell application "Finder"
  13871.         open item "Dev.CD Apr 00 SDK1:What's New:Development Kits:Hardware:"
  13872.         activate
  13873.     end tell
  13874. on error errMsg number errNum
  13875.     --enter statements to perform when no records are found such as...
  13876.     display dialog "Sorry, the item you selected could not be found."
  13877.     return
  13878. end try
  13879. New Packagef
  13880. Power Manager
  13881. http://developer.apple.com/sdk
  13882. Dev.CD Apr 00 SDK1
  13883. eD(All Packages
  13884. Reference Library Edition
  13885. PowerPC Documentation
  13886.      correspondence to:
  13887. Postal:  Bare Bones Software, Inc.
  13888.     P.O. Box 108
  13889.     Bedford, MA  01730-0108
  13890. Phone:  +1 508 651 3561
  13891. Fax:    +1 508 651 7584
  13892. WWW:    http://www.tiac.net/biz/bbsw/
  13893. email
  13894. implications
  13895. implimentation
  13896. implimenting
  13897. implmenetation
  13898. implmentations
  13899. imports
  13900. import/export/reloca
  13901. important
  13902. important
  13903. about
  13904. quicktime
  13905. important
  13906. about
  13907. sound
  13908. manager
  13909. important
  13910. information
  13911. about
  13912. imported
  13913. imported/exported
  13914. impractical
  13915. impression
  13916. improve
  13917. improveda
  13918. improvement
  13919. improvements
  13920. improves
  13921. improving
  13922. enter statements to perform when no records are found such as...
  13923.     display dialog "Sorry, the item you selected could not be found."
  13924.     return
  13925. end try
  13926. e    No ChangefGLocation
  13927. Configuration
  13928. Setting
  13929. Preference
  13930. Switch
  13931. Module
  13932. Environmentq
  13933. Dev.CD Apr 00 SDK1
  13934. 53935X
  13935. May 98^
  13936. --set theItem to choose file -- uncomment to test in an AS editor
  13937.     tell application "Finder"
  13938.         open item "Dev.CD May 98 TC:Programs & Marketing:Apple Dev News Archive:"
  13939.         activate
  13940.     end tell
  13941. on error errMsg number errNum
  13942.     --enter statements to perform when no records are found such as...
  13943.     display dialog "Sorry, the item you selected could not be found."
  13944.     return
  13945. end try
  13946. Deletedf#Apple news
  13947. Apple Developer Newsq
  13948. Dev.CD May 98 TC
  13949. *D!All Packages
  13950. Tool Chest Edition
  13951. Apple Directions 1995
  13952. adoptd
  13953. adopters
  13954. adopting
  13955. adoptiond
  13956. adoptsj
  13957. adorner
  13958. adorners
  13959. advance
  13960.  Publications: Rhapsody
  13961. balloon
  13962. balloonsw
  13963. bandwidth
  13964. baseh
  13965. basedQ
  13966. bases
  13967. baseservices
  13968. basicN
  13969. basics
  13970. Error Handler.c
  13971. Error Handler.h
  13972. Read Me
  13973. SetupDSp.c
  13974. SetupDSp.h
  13975. SetupGL Demo
  13976. SetupGL Main.c
  13977. SetupGL.c
  13978. SetupGL.CW2.
  13979. SetupGL.CW5.
  13980. SetupGL.hK
  13981. Feb 00MgPowerPC, System 8.1+, OpenGL SDK, DrawSprocket, and either Universal Interfaces 3.3 or DrawSprocket SDKN%OpenGL, 3D, full screen, DrawSprocketO=Dev.CD Feb 00 TC:What's New?:Sample Code:Graphics 3D:SetupGL:PHDev.CD Feb 00 TC
  13982.  - What's New?
  13983.  - Sample Code
  13984.  - Graphics 3D
  13985.  - SetupGL
  13986. mousoid
  13987. mousoid
  13988. movie
  13989. movie
  13990. moviecallbacks
  13991. moviecallbacks
  13992. moviefile
  13993. moviefile
  13994. moviefile
  13995. moviefile
  13996. movieshop
  13997. moving
  13998. moving
  13999. source
  14000. powerpc
  14001. mphelloworld
  14002. mphelloworld
  14003. pascal
  14004. mping
  14005. namerevisioncurrent
  14006. native
  14007. native
  14008. navig
  14009. install
  14010. netsprocket
  14011. netsprocket
  14012. networkS
  14013. network
  14014. server
  14015. guideS
  14016. network
  14017. software
  14018. installer
  14019. networksetup
  14020. Summary: This is the electronic version of develop magazine.
  14021.  Issue 3 highlights:
  14022. CD-ROM: The Cutting Edge  by Mark B. Johnson.  How you can take best advantage of CD-ROM technology and what the trade-offs are.
  14023. The Ins and Outs of ISO 9660 and High Sierra  by Brian Bechtel.  The two standard file formats for CD-ROM discs, how they relate to the Macintosh
  14024. s native file format, and how to implement them.
  14025. How to Create a Mixed-Partition CD-ROM  by Llew Roberts.   Step-by-step instruction
  14026. s on how to mix ProDOS and HFS partitions on a hard disk for pressing as a CD-ROM, plus why you might want to do so.
  14027. Accessing CD-ROM Audio Tracks From Your Application  by Eric Mueller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  14028. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  14029. 'n scroll bar controls as well as implement a basic printing loop.
  14030. UFailure 
  14031. :  UFailure (or Signals) is a set of exception handling routines suitable for use with MacApp, MPW C, and MPW Pascal. It is a jazzed-up version of the MacApp UFailure unit. There is a set of C interfaces to it as well.
  14032. J'Sample Code.img
  14033. Windows Sample Code.imgK
  14034. May 97L
  14035. May 97O
  14036. Dev.CD Feb 00 TC:Sample Code:P
  14037. Dev.CD Feb 00 TC
  14038.  - Sample Code
  14039. e    No Changef
  14040. testing
  14041. debuggingq
  14042. Dev.CD Feb 00 TC
  14043. fD!All Packages
  14044. Tool Chest Edition
  14045. Business Opp's - Germany
  14046. 2Summary: This brochure serves as a foundation, explaining important information regarding the German market as well as information pertaining to sales and marketing practices in Germany. You will also find an address list and a reading list to assist you in researching your more specific questions easily.
  14047. Business Opp's - GermanyK
  14048. Aug 95OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:nge
  14049. manufacturers
  14050. r--set theItem to choose file -- uncomment to test in an AS editor
  14051.     tell application "Finder"
  14052.         open item "Dev.CD Feb 00 TC:Sample Code:"
  14053.         activate
  14054.     end tell
  14055. on error errMsg number errNum
  14056.     --enter statements to perform when no records are found such as...
  14057.     display dialog "Sorry, the item you selected could not be found."
  14058.     return
  14059. end try
  14060.     return
  14061. end try
  14062. hours
  14063. house
  14064. xSummary: Driver Installer is a quick and dirty application to install drivers in an INIT or cdev file during the development cycle of the drivers.
  14065. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  14066. JGAbout Driver Installer
  14067. About Driver Installer.txt
  14068. Installer for DriversK
  14069. Vol IVO5Dev.CD Feb 00 TC:Tool Chest:Devices:Driver Installer:P=Dev.CD Feb 00 TC
  14070.  - Tool Chest
  14071.  - Devices
  14072.  - Driver Installer and disabled controls. This updated appearance gives users better feedback about inactive windows and dialog boxes. It also provides more affordance in the active windows and enabled controls. 
  14073. This version of the document also contains the appearance for tab panels (tabs and content panes) which appear in dialog boxes. It shows tabs in small and large sizes. 
  14074. Use of the Grayscale Appearance design in
  14075. J'Sample Code.img
  14076. Windows Sample Code.imgK
  14077. Nov 99M A macintosh with an ADB KeyboardN!ADB, control key, key, key patch,O
  14078. Dev.CD Feb 00 TC:Sample Code:P
  14079. Dev.CD Feb 00 TC
  14080.  - Sample CodeV
  14081. 54038X
  14082. Feb 00^
  14083. r--set theItem to choose file -- uncomment to test in an AS editor
  14084.     tell application "Finder"
  14085.         open item "Dev.CD Feb 00 TC:Sample Code:"
  14086.         activate
  14087.     end tell
  14088. on error errMsg number errNum
  14089.     --enter statements to perform when no records are found such as...
  14090.     display dialog "Sorry, the item you selected could not be found."
  14091.     return
  14092. end try
  14093. e    No Changef
  14094. control key
  14095. key patch,q
  14096. Dev.CD Feb 00 TC
  14097. D!All Packages
  14098. Tool Chest Edition
  14099. ControlStrip TestIeSummary:  ControlStrip Test is a sample program that shows how to use some of the ControlStrip calls.J'Sample Code.img
  14100. Windows Sample Code.imgK
  14101. Oct 96M
  14102. System 7O
  14103. Dev.CD Feb 00 TC:Sample Code:P
  14104. Dev.CD Feb 00 TC
  14105.  - Sample CodeV
  14106. 54039X
  14107. Feb 00^
  14108. O6Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Color Locator DAP>Dev.CD Feb 00 TC
  14109.  - Tool Chest
  14110.  - QuickDraw
  14111.  - Color Locator DV
  14112. 54027X
  14113. Feb 00^
  14114. --set theItem to choose file -- uncomment to test in an AS editor
  14115.     tell application "Finder"
  14116.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Color Locator DA"
  14117.         activate
  14118.     end tell
  14119. on error errMsg number errNum
  14120.     --enter statements to perform when no records are found such as...
  14121.     display dialog "Sorry, the item you selected could not be found."
  14122.     return
  14123. end try
  14124. e    No Changeq
  14125. Dev.CD Feb 00 TC
  14126. ColorPicker 2.1.1 SDKI
  14127. Color Picker 2.1.1 contains some minor bug fixes and a new ColorPickerLib for developers to use.
  14128. Features: No new features- only bug fixesJ
  14129. Color Picker SDK.sitK
  14130. Aug 97L
  14131. Jan 98N
  14132. Color Picker 2.1.1OADev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:PIDev.CD Apr 00 SDK1
  14133.  - Development Kits
  14134.  - Mac OS
  14135.  - ColorPicker 2.1.1 SDKV
  14136. 54028X
  14137. Apr 00^
  14138. SDK1X
  14139. Apr 00^
  14140. SDK1e    No Change
  14141. O/Dev CD Vol. V
  14142. Dev CD Vol. IV
  14143. Developer CD (III)P.Dev CD Vol. V
  14144. Dev CD Vol. IV
  14145. Developer CD (IIIV
  14146. 55064X
  14147. Vol. V
  14148. --set theItem to choose file -- uncomment to test in an AS editor
  14149.     tell application "Finder"
  14150.         open item "Dev CD Vol. V
  14151. Dev CD Vol. IV
  14152. Developer CD (III)"
  14153.         activate
  14154.     end tell
  14155. on error errMsg number errNum
  14156.     --enter statements to perform when no records are found such as...
  14157.     display dialog "Sorry, the item you selected could not be found."
  14158.     return
  14159. end try
  14160. All Packages
  14161. Technical Publications
  14162. 55065X
  14163. is called upon to display the images in a contact sheet view. Again, developers are provided with the opportunity to extend this layer to provide additional functionality. 
  14164. The final item is the device component. This is the piece of software that allows communications between the camera and the QuickTime IC system extenion. This is a unique component provided with the QuickTake 200. When the user launches the Camer
  14165. All Packages
  14166. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  14167. Dev.CD Jan 94
  14168. Dev.CD Oct 93
  14169. Dev.CD Jul 93
  14170. Dev.CD Apr 93PDDev.CD Apr 94
  14171. Dev.CD Jan 94
  14172. Dev.CD Oct 93
  14173. Dev.CD Jul 93
  14174. Dev.CD Apr 9V
  14175. 55027X
  14176. Apr 94
  14177. --set theItem to choose file -- uncomment to test in an AS editor
  14178.     tell application "Finder"
  14179.         open item "Dev.CD Apr 94
  14180. Dev.CD Jan 94
  14181. Dev.CD Oct 93
  14182. Dev.CD Jul 93
  14183. Dev.CD Apr 93"
  14184.         activate
  14185.     end tell
  14186. on error errMsg number errNum
  14187.     --enter statements to perform when no records are found such as...
  14188.     display dialog "Sorry, the item you selected could not be found."
  14189.     return
  14190. end try
  14191. All Packages
  14192. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  14193. Dev.CD Jan 94
  14194. Dev.CD Oct 93
  14195. Dev.CD Aug 93P6Dev.CD Apr 94
  14196. Dev.CD Jan 94
  14197. Dev.CD Oct 93
  14198. Dev.CD Aug 9V
  14199. 55028X
  14200. Apr 94
  14201. documentationandsamp
  14202. moment
  14203. momentumj
  14204. moneys
  14205. monitorT
  14206. monitoringA
  14207. monitors
  14208. monolithic
  14209. supports\
  14210. suppose
  14211. sures
  14212. surely
  14213. surf's
  14214. surface
  14215. surfboards
  14216. surfer
  14217. surovell
  14218. surprise
  14219. surround
  14220. survey
  14221. survival
  14222. suspend
  14223. suspendappleevent
  14224. suspending
  14225. sustains
  14226. release
  14227. notes
  14228. dropdisk
  14229. dropshell
  14230. dropshell
  14231. dropshell
  14232. dropshell
  14233. dropshell
  14234. dropshell
  14235. ZapTCP 1.1:K
  14236. Aug 93nge
  14237. e Wild Defect by Dave Evans.  A tour through the dangerously t
  14238. display/context
  14239. displayaudit
  14240. displayed
  14241. displayinge
  14242. displaysa
  14243. dispose
  14244. disposed
  14245. disposehandle
  14246. disposeresource
  14247. distances
  14248. archiving
  14249. arrangement
  14250. sample
  14251. design
  14252. assemblers
  14253. assembly
  14254. assistance
  14255. background
  14256. background
  14257. apple
  14258. event
  14259. backside
  14260. backup
  14261. balloon
  14262. balloon
  14263. balloons
  14264. bandwidthA
  14265. services
  14266. based
  14267. batch
  14268. batch
  14269. processing
  14270. block
  14271. bridge
  14272. broadcast
  14273. browser
  14274. reports
  14275. built-in
  14276. bundle
  14277. bundle
  14278. services
  14279. burned-in
  14280. r--set theItem to choose file -- uncomment to test in an AS editor
  14281.     tell application "Finder"
  14282.         open item "Dev.CD Feb 00 TC:Sample Code:"
  14283.         activate
  14284.     end tell
  14285. on error errMsg number errNum
  14286.     --enter statements to perform when no records are found such as...
  14287.     display dialog "Sorry, the item you selected could not be found."
  14288.     return
  14289. end try
  14290. sg number errNum
  14291.     --enter statements to perform when no records are found such as...
  14292.     display dialog "Sorry, the item you selected could not be found."
  14293.     return
  14294. end try
  14295. e    No Changef
  14296. debuggerq
  14297. Dev.CD Feb 00 TC
  14298. D!All Packages
  14299. Tool Chest Edition
  14300. F    SourceObj
  14301. mmary
  14302. document
  14303. shows
  14304. keycodes
  14305. virtual
  14306. summary
  14307. extension
  14308. patches
  14309. system
  14310. software
  14311. whicW
  14312. summary
  14313. folder
  14314. contains
  14315. summary
  14316. folder
  14317. contains
  14318. european
  14319. distributors
  14320. summary
  14321. folder
  14322. contains
  14323. complete
  14324. information
  14325. developR
  14326. d try
  14327. All Packages
  14328. computer
  14329. actionh
  14330. actionsh
  14331. activate
  14332. activeo
  14333. actively
  14334. activities
  14335. activity`
  14336. actualf
  14337. actually
  14338. graphical
  14339. editor
  14340. which
  14341. create
  14342. adaptT
  14343. adaptation
  14344. adapts
  14345. adbop
  14346. adbreinitV
  14347. addchange
  14348. addedw
  14349. addendumg
  14350. addheader
  14351. adding^
  14352. additionc
  14353. additionala
  14354. navigator
  14355. netsprockettest
  14356. network
  14357. network
  14358. management
  14359. network
  14360. server
  14361. developer's
  14362. guide
  14363. network
  14364. services
  14365. location
  14366. network
  14367. stream
  14368. network
  14369. watch
  14370. networking
  14371. audio
  14372. features
  14373. newgworld
  14374. tokenizer
  14375. newgworld
  14376. newsi
  14377. nocopyreceives
  14378. notesS
  14379. nubus
  14380. nubus
  14381. tester
  14382. object
  14383. object
  14384. pascal
  14385. objective-c
  14386. objectsupportlib
  14387. objectsupportlib
  14388. 1.1.4
  14389. offscreencontrolupda
  14390. onescannerg
  14391. transport
  14392. transport
  14393. transport
  14394. debug
  14395. transport/ppp
  14396. opendoc
  14397. opendoc
  14398. development
  14399. framework
  14400. release
  14401. opendoc
  14402. international
  14403. openfwbridgefixjul97
  14404. opengl
  14405. opengl
  14406. drawsprocket
  14407. palette
  14408. performau
  14409. performanceA
  14410. performance
  14411. tuning
  14412. performance
  14413. tuning
  14414. webobjects
  14415. application
  14416. critical
  14417. performasj
  14418. performed
  14419. performing
  14420. performs
  14421. peridically
  14422. perils
  14423. permissionj
  14424. permit
  14425. permits
  14426. permitted
  14427. permutation
  14428. persist
  14429. persistent
  14430. persisting
  14431. introfoundationbook
  14432. iotracer
  14433. iotracer
  14434. iotracer
  14435. analyzer
  14436. With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  14437. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  14438. BusErrorTest:  ShowsErrorTest:  Show
  14439. 52228X
  14440. All Packages
  14441. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  14442. Dev.CD Jan 94
  14443. Dev.CD Oct 93
  14444. Dev.CD Jul 93
  14445. Dev.CD Apr 93PDDev.CD Apr 94
  14446. Dev.CD Jan 94
  14447. Dev.CD Oct 93
  14448. Dev.CD Jul 93
  14449. Dev.CD Apr 9V
  14450. 54872X
  14451. Apr 94
  14452. --set theItem to choose file -- uncomment to test in an AS editor
  14453.     tell application "Finder"
  14454.         open item "Dev.CD Apr 94
  14455. Dev.CD Jan 94
  14456. Dev.CD Oct 93
  14457. Dev.CD Jul 93
  14458. Dev.CD Apr 93"
  14459.         activate
  14460.     end tell
  14461. on error errMsg number errNum
  14462.     --enter statements to perform when no records are found such as...
  14463.     display dialog "Sorry, the item you selected could not be found."
  14464.     return
  14465. end try
  14466. All Packages
  14467. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  14468. Dev.CD Jan 94
  14469. Dev.CD Oct 93
  14470. Dev.CD Jul 93
  14471. Dev.CD Apr 93PDDev.CD Apr 94
  14472. Dev.CD Jan 94
  14473. Dev.CD Oct 93
  14474. Dev.CD Jul 93
  14475. Dev.CD Apr 9V
  14476. 54873X
  14477. Apr 94
  14478. means
  14479. meant
  14480. measurable
  14481. measurew
  14482. measurement
  14483. mechanics
  14484. mechanism
  14485. e    No Changef"DrawSprocket
  14486. GSpGetVersion
  14487. Toolboxq
  14488. Dev.CD Mar 00 RL Disk 1
  14489. D!All Packages
  14490. Tool Chest Edition
  14491. SimpleApp 1.0.2
  14492. Summary: SimpleApp is a general utility for handling TEXT, PICT and movie editing. Its purpose is to demonstrate the human interface features with QuickTime
  14493.  and hold the basic functions of text editing and PICT viewing. There are no new features to v1.0.2, just some bug fixes.
  14494. Features:
  14495. Viewing, editing and saving text files.
  14496. Viewing picture files.
  14497. Viewing, editing and saving movie files.
  14498. Clipboard window supports TEXT,PICT and MooV.
  14499. Preference settings.
  14500. J'Sample PICT
  14501. SimpleApp
  14502. SimpleApp Read MeK
  14503. Aug 93MYAny Macintosh, running System 7.0 on up.  QuickTime
  14504.  1.0  or 1.5 needed but not required.O6Dev.CD Feb 00 TC:Tool Chest:QuickTime:SimpleApp 1.0.2:P>Dev.CD Feb 00 TC
  14505.  - Tool Chest
  14506.  - QuickTime
  14507.  - SimpleApp 1.0.2V
  14508. 54695X
  14509. Feb 00^
  14510. 54650X
  14511. Oct 97^
  14512. --set theItem to choose file -- uncomment to test in an AS editor
  14513.     tell application "Finder"
  14514.         open item "Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:"
  14515.         activate
  14516.     end tell
  14517. on error errMsg number errNum
  14518.     --enter statements to perform when no records are found such as...
  14519.     display dialog "Sorry, the item you selected could not be found."
  14520.     return
  14521. end try
  14522. e    No Changeq
  14523. Dev.CD Oct 97 SDK1
  14524. uD!All Packages
  14525. Tool Chest Edition
  14526. Rinaldi Collection
  14527. Summary: This folder contains a wide variety of HyperCard XCMDs & XFCNs, both in French and in English. Most of them are also SuperCard compatible.
  14528. Features: Expand the capabilities of HyperCard/ SuperCard by adding many external commands and functions.
  14529. Issues: Send any comments, bug reports, suggestions to:
  14530. AppleLink: RINALDI1
  14531. CalvaCom : FR10
  14532. Compuserve : 71170,2111
  14533. Internet : RINALDI1@APPLELINK@APPLE.COM  
  14534. Deleted
  14535. contacting
  14536. contacts
  14537. containS
  14538. contained
  14539. container
  14540. containing
  14541. containsR
  14542. Wtions With Futures  by Michael Gough.   Futures are an addition to the Threads Package that 
  14543. can make your IPC code even cleaner.
  14544. Using C++ Objects in a World of Exceptions  by Michael C. Greenspon.   This article explores some subtle gotchas that can occur when mixing Pascal and C++ objects, and provides guidelines for avoiding them.
  14545. The Subspace Manager in System 7.0  by Harry R. Chesley.   A little-known Macintosh Manager is revealed for the first time, and the (hairy) implications for life on earth are discussed.
  14546. Print Hints From Luke & Zz: Help for Your Dialog Appendages  
  14547. called STUFFITMRJ.rsrc.
  14548.  The Stuffit Installer extension just needs to be included when you build the Stuffit installer and will automatically be called at the beginning of the install.
  14549. Warning: Java technology is not fault tolerant and is not designed, manufactured, or intended for use or resale for online control of equipment in nuclear facilities, aircraft navigation or communication systems, or air traffic control machines in which the failure of the Java technology or Mac OS RuntimeJd for Java could lead directly to death, personal injury, or severe physical or environmental damage.
  14550. J$MRJ Redistribution SDK.smi
  14551. Dec 99
  14552. !The MRJ Redistribution SDK includes the 
  14553. MRJ Redistribution.smi
  14554.  that you will bundle with your own product.  Installing and running MRJ will require additional memory and disk space over that needed for your product.  Refer to the document 
  14555. About MRJ 2.1.4
  14556.  for MRJ
  14557. s system requirements.
  14558.  IndustryWatch: The Macintosh Strate
  14559. OTDev.CD Mar 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:P\Dev.CD Mar 00 RL Disk 1
  14560.  - Technical Documentation
  14561.  - Human Interface
  14562.  - MacOS8DocumentationV
  14563. 54261X
  14564. Mar 00^    RL Disk 1
  14565. --set theItem to choose file -- uncomment to test in an AS editor
  14566.     tell application "Finder"
  14567.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:"
  14568.         activate
  14569.     end tell
  14570. on error errMsg number errNum
  14571.     --enter statements to perform when no records are found such as...
  14572.     display dialog "Sorry, the item you selected could not be found."
  14573.     return
  14574. end try
  14575. e    No Changef#Mac OS 8
  14576. Human Interface Guidelinesq
  14577. Dev.CD Mar 00 RL Disk 1
  14578. D!All Packages
  14579. Tool Chest Edition
  14580. MacsBug 6.6
  14581.     specified system, and to receive the return Echo protocol response.
  14582. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.k calls are used.
  14583. 54167X
  14584. Nov 99^
  14585. --set theItem to choose file -- uncomment to test in an AS editor
  14586.     tell application "Finder"
  14587.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:HotSauce (Project X):"
  14588.         activate
  14589.     end tell
  14590. on error errMsg number errNum
  14591.     --enter statements to perform when no records are found such as...
  14592.     display dialog "Sorry, the item you selected could not be found."
  14593.     return
  14594. end try
  14595. Deletedq
  14596. Dev.CD Nov 99 TC
  14597. D!All Packages
  14598. Tool Chest Edition
  14599. How to Detect a CD
  14600. ISummary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  14601. Features:  C sample code demonstrating how to use the device manager, SCSI, and calls to the CD-ROM driver to give pretty good hints about whether a volume is a CD-ROM or not.
  14602. JRidentifyCD.
  14603. main.c
  14604. Makefile
  14605. Not used in this example
  14606. ReadMe
  14607. WhereCDs.c
  14608. WhereCDs.hK
  14609. Dec 95N CD-ROM, SCSI, Device Manager, CDwith
  14610. soled
  14611. soliciting
  14612. solid
  14613. solution
  14614. solutions
  14615. someone
  14616. somethingU
  14617. sometimes
  14618. somewhere
  14619. sophisticated
  14620. soulj
  14621. soundP
  14622. sounds
  14623. soundsprocket
  14624. sourcec
  14625. sourcemenu
  14626. sources
  14627. space
  14628. space-saving
  14629. speakj
  14630. speakers
  14631. speaking
  14632. speaksj
  14633. specialT
  14634. specialized
  14635. specifics
  14636. specifically
  14637. All Packages
  14638. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  14639. Dev.CD Jan 94
  14640. Dev.CD Oct 93
  14641. Dev.CD Jul 93
  14642. Dev.CD Apr 93PDDev.CD Apr 94
  14643. Dev.CD Jan 94
  14644. Dev.CD Oct 93
  14645. Dev.CD Jul 93
  14646. Dev.CD Apr 9V
  14647. 54826X
  14648. Apr 94
  14649. --set theItem to choose file -- uncomment to test in an AS editor
  14650.     tell application "Finder"
  14651.         open item "Dev.CD Apr 94
  14652. Dev.CD Jan 94
  14653. Dev.CD Oct 93
  14654. Dev.CD Jul 93
  14655. Dev.CD Apr 93"
  14656.         activate
  14657.     end tell
  14658. on error errMsg number errNum
  14659.     --enter statements to perform when no records are found such as...
  14660.     display dialog "Sorry, the item you selected could not be found."
  14661.     return
  14662. end try
  14663. All Packages
  14664. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  14665. Dev.CD Jan 94
  14666. Dev.CD Oct 93
  14667. Dev.CD Jul 93
  14668. Dev.CD Apr 93PDDev.CD Apr 94
  14669. Dev.CD Jan 94
  14670. Dev.CD Oct 93
  14671. Dev.CD Jul 93
  14672. Dev.CD Apr 9V
  14673. 54827X
  14674. Apr 94
  14675. gatewayS
  14676. sample
  14677. on on the single active movie or on multiple movies.
  14678. opportunityh
  14679. opposite
  14680. optimal
  14681. optimization
  14682. optimizations
  14683. optimum
  14684. option
  14685. optional
  14686. options
  14687. oraclej
  14688. orchestra
  14689. order
  14690. organizational
  14691. organized
  14692. organizing
  14693. oriented
  14694. originaly
  14695. Jul 93
  14696. Dev.CD Apr 9V
  14697. 53359X
  14698. Jul 93
  14699. p--set theItem to choose file -- uncomment to test in an AS editor
  14700.     tell application "Finder"
  14701.         open item "Dev.CD Jul 93
  14702. Dev.CD Apr 93"
  14703.         activate
  14704.     end tell
  14705. on error errMsg number errNum
  14706.     --enter statements to perform when no records are found such as...
  14707.     display dialog "Sorry, the item you selected could not be found."
  14708.     return
  14709. end try
  14710. All Packages
  14711. F    QuickTimeO
  14712. Dev.CD Jul 93
  14713. Dev.CD Apr 93P
  14714. Dev.CD Jul 93
  14715. Dev.CD Apr 9V
  14716. 53360X
  14717. Jul 93
  14718. p--set theItem to choose file -- uncomment to test in an AS editor
  14719.     tell application "Finder"
  14720.         open item "Dev.CD Jul 93
  14721. Dev.CD Apr 93"
  14722.         activate
  14723.     end tell
  14724. on error errMsg number errNum
  14725.     --enter statements to perform when no records are found such as...
  14726.     display dialog "Sorry, the item you selected could not be found."
  14727.     return
  14728. end try
  14729. All Packages
  14730. F    QuickTimeO
  14731. Dev.CD Jul 93
  14732. Dev.CD Apr 93V
  14733. 53361X
  14734. l chan
  14735. affordanceo
  14736. afloat
  14737. after
  14738. again
  14739. against
  14740. age-old
  14741. agent
  14742. agents
  14743. aggregate
  14744. aggressivej
  14745. aglfonts
  14746. agreeZ
  14747. agreementZ
  14748. ahead
  14749. aiatb
  14750. aiding
  14751. aimedd
  14752. aincludes
  14753. aircraft
  14754. airport
  14755. aladdin
  14756. alertj
  14757. alerting
  14758. alerts
  14759. altdboxproc
  14760. alter
  14761. alterationso
  14762. alternate_
  14763. alternative
  14764. although
  14765. altivec
  14766. always
  14767.  Staking Your Claim on the Internet Frontier
  14768. Special Marketing Report: Programmer, Get Thee to the Internet!
  14769. April 1995 Apple Directions Articles
  14770. News Section: News (OpenDoc Slated For Fall; Pioneer Licenses Mac OS; QuickTime Suit Details; QuickTime for Free; Mac OS Brand Momentum; MAE 2.0); Strategy Mosaic (Portrait of the Future: Learning, part 1); Editor's Note (Real Virtual Reality); IndustryWatch.
  14771. Technology: News (OpenDoc Classes; MPW Pro and ETO #16); CD Highlights; Human Interfa
  14772. ce (Disambiguator, pt. 2); Macintosh Programmer's Toolbox Assistant.
  14773. Market Research Monthly (Developers Confident); Marketing Feature (Soul of the New Macintosh).
  14774. Requires Adobe Acrobat Reader.
  14775. This is final draft copy from the February Apple Directions, 
  14776.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  14777. March 1995 Apple Directions Articles
  14778. News: Apple N
  14779. This folder contains the Apple source code to many of the System Software 6.0.4 defprocs.  Apple makes these examples available to developers to help guide in the creation of custom defprocs. These examples are for informational purposes only and may not be included 
  14780. as is
  14781.  in third-party applications:
  14782.  butcdef: CDEF for a simple button, radio button, and check box controls 
  14783.  LDefProc0: Standard LDEF that displays text.
  14784.  mdefproc: Standard menu defproc for scrolling and hierarchical meB
  14785.  rdocproc: WDEF for rounded-corner windows.
  14786.  sbarcdef: Scroll bar CDEF.
  14787.  wprocasm: Standard WDEF for documentProc, dBoxProc,    plainDBox, altDBoxProc, noGrowDocProc, zoomdocproc, zoomNoGrow.
  14788. Jkbutcdef.a
  14789. LDefProc0.A
  14790. mdefproc.a
  14791. rdocproc.a
  14792. Read Me 
  14793.  DefProcs
  14794. Read Me 
  14795.  DefProcs.txt
  14796. sbarcdef.a
  14797. wprocasm.aK
  14798. Aug 93O-Dev.CD Feb 00 TC:Tool Chest:Toolbox:DefProcs:P5Dev.CD Feb 00 TC
  14799.  - Tool Chest
  14800.  - Toolbox
  14801.  - DefProcs the resolution, which throws another wrench in the works: scaling.
  14802. can be difficult, since there
  14803. s a lot going on beneath the surface. These techniques for detecting problems in MacApp programs can help.
  14804. Chiropractic for Your Misaligned Data by Kevin Looney and Craig Anderson.   Misaligned data accesses on PowerPC processors can be very expensive. Two tools that will help you detect misalignment problems are presented here, along with some advice on avoiding misalignment in the first place.
  14805. THE OPENDOC ROAD: OpenDoc Memory Management and the Toolbox by 
  14806. Troy Gaul and Vincent Lo.  Managing memory allocation in your OpenDoc part editor can be a little tricky.
  14807. PRINT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  14808. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  14809. t need to be complex, as the simple tools presented here wil
  14810. sPJDev.CD Feb 00 TC
  14811.  - Tool Chest
  14812.  - Testing & Debugging
  14813.  - Memory ManagementV
  14814. 54137X
  14815. Feb 00^
  14816. --set theItem to choose file -- uncomment to test in an AS editor
  14817.     tell application "Finder"
  14818.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  14819.         activate
  14820.     end tell
  14821. on error errMsg number errNum
  14822.     --enter statements to perform when no records are found such as...
  14823.     display dialog "Sorry, the item you selected could not be found."
  14824.     return
  14825. end try
  14826. e    No Changeq
  14827. Dev.CD Feb 00 TC
  14828. tD!All Packages
  14829. Tool Chest Edition
  14830. FinderLaunch
  14831. RA routine for sending an open documents Apple event to the finder.  This routine provides functionality equivalent to selecting a document/file/application and choosing the open command in the Finder's file menu. 
  14832. allows application to tell the finder to open and display the contents of folders, launch applications, and open documents.
  14833. e    No Change
  14834. p-digest-v3-128
  14835. csmp-digest-v
  14836. Dec 99M&CW2 or later and Universal Headers 3.3N8AGP, VRAM, NewGWorld, useDistantHdwrMem, useLocalHdwrMemOIDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:New NewGWorld:PTDev.CD Mar 00 RL Disk 1
  14837.  - What's New
  14838.  - Sample Code
  14839.  - Graphics 2D
  14840.  - New NewGWorldV
  14841. 54313X
  14842. Mar 00^    RL Disk 1
  14843. --set theItem to choose file -- uncomment to test in an AS editor
  14844.     tell application "Finder"
  14845.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:New NewGWorld:"
  14846.         activate
  14847.     end tell
  14848. on error errMsg number errNum
  14849.     --enter statements to perform when no records are found such as...
  14850.     display dialog "Sorry, the item you selected could not be found."
  14851.     return
  14852. end try
  14853. rt calls.
  14854. OT Server Sample:  The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Ope
  14855. All Packages
  14856. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  14857. Dev.CD Jan 94
  14858. Dev.CD Oct 93
  14859. Dev.CD Jul 93
  14860. Dev.CD Apr 93PDDev.CD Apr 94
  14861. Dev.CD Jan 94
  14862. Dev.CD Oct 93
  14863. Dev.CD Jul 93
  14864. Dev.CD Apr 9V
  14865. 54987X
  14866. Apr 94
  14867. --set theItem to choose file -- uncomment to test in an AS editor
  14868.     tell application "Finder"
  14869.         open item "Dev.CD Apr 94
  14870. Dev.CD Jan 94
  14871. Dev.CD Oct 93
  14872. Dev.CD Jul 93
  14873. Dev.CD Apr 93"
  14874.         activate
  14875.     end tell
  14876. on error errMsg number errNum
  14877.     --enter statements to perform when no records are found such as...
  14878.     display dialog "Sorry, the item you selected could not be found."
  14879.     return
  14880. end try
  14881. All Packages
  14882. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  14883. Dev.CD Jan 94
  14884. Dev.CD Oct 93
  14885. Dev.CD Jul 93
  14886. Dev.CD Apr 93PDDev.CD Apr 94
  14887. Dev.CD Jan 94
  14888. Dev.CD Oct 93
  14889. Dev.CD Jul 93
  14890. Dev.CD Apr 9V
  14891. 54988X
  14892. Apr 94
  14893. dictionary
  14894. ation
  14895. dictionary
  14896. More SSW DocumentationV
  14897. 44282X
  14898. Dec 99^
  14899. #aw GX
  14900. GXGraphics 1.1.6q
  14901. Dev.CD Apr 98 SDK2
  14902. ruben
  14903. rulesw
  14904. run-timed
  14905. runner
  14906. runningQ
  14907. runsd
  14908. macintosh
  14909. debugs
  14910. applications
  14911. runtimed
  14912. russian
  14913. s-record
  14914. safely
  14915. sakesj
  14916. sales
  14917. sameZ
  14918. sampleP
  14919. installer
  14920. installer
  14921. 1.2.3
  14922. instance
  14923. instrumentation
  14924. instrumentation
  14925. 1.0.6
  14926. int'l
  14927. int'l
  14928. developer
  14929. contacts
  14930. interactive
  14931. interactive
  14932. success
  14933. guide
  14934. interapplication
  14935. keycodes
  14936. language
  14937. libraryu
  14938. localization
  14939. localizers
  14940. locationt
  14941. locator
  14942. macintosh
  14943. macro
  14944. magician
  14945. managert
  14946. market
  14947. media
  14948. memory
  14949. modern
  14950. module
  14951. monitorr
  14952. navigator
  14953. newsi
  14954. notesS
  14955. onescannerg
  14956. opp's
  14957. palette
  14958. xtension 
  14959. e    No Changeq
  14960. Dev.CD Feb 00 TC
  14961. All Packages
  14962. 601 Processor Upgrade EnablerO
  14963. Dev.CD Jul 95P
  14964. Dev.CD Jul 9V
  14965. 53897X
  14966. Jul 95
  14967. b--set theItem to choose file -- uncomment to test in an AS editor
  14968.     tell application "Finder"
  14969.         open item "Dev.CD Jul 95"
  14970.         activate
  14971.     end tell
  14972. on error errMsg number errNum
  14973.     --enter statements to perform when no records are found such as...
  14974.     display dialog "Sorry, the item you selected could not be found."
  14975.     return
  14976. end try
  14977. All Packages
  14978. 601 Processor Upgrade EnablerO
  14979. Dev.CD Jul 95P
  14980. Dev.CD Jul 9V
  14981. 53898X
  14982. Jul 95
  14983. b--set theItem to choose file -- uncomment to test in an AS editor
  14984.     tell application "Finder"
  14985.         open item "Dev.CD Jul 95"
  14986.         activate
  14987.     end tell
  14988. on error errMsg number errNum
  14989.     --enter statements to perform when no records are found such as...
  14990.     display dialog "Sorry, the item you selected could not be found."
  14991.     return
  14992. end try
  14993. All Packages
  14994. 53899X
  14995. #O\Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Alias XFCN 1.3:PjDev.CD Feb 00 TC
  14996.  - Tool Chest
  14997.  - Development Kits
  14998.  - HyperCard Related
  14999.  - XCMDs & XFCNs
  15000.  - Alias XFCN 1.3V
  15001. 53929X
  15002. Feb 00^
  15003. --set theItem to choose file -- uncomment to test in an AS editor
  15004.     tell application "Finder"
  15005.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Alias XFCN 1.3:"
  15006.         activate
  15007.     end tell
  15008. on error errMsg number errNum
  15009.     --enter statements to perform when no records are found such as...
  15010.     display dialog "Sorry, the item you selected could not be found."
  15011.     return
  15012. end try
  15013. e    No Changef
  15014. Alias
  15015. HyperCard
  15016. System 7q
  15017. Dev.CD Feb 00 TC
  15018. $D!All Packages
  15019. Mac OS SDK Edition
  15020. Appearance & CMM SDK 1.0.2
  15021. technicalS
  15022. technotes
  15023. terminology^
  15024. tester
  15025. testing
  15026. textedit
  15027. Ge    No Changef+Open Transport
  15028. Traceroute
  15029. rawip
  15030. Dev.CD Feb 00 TC
  15031. All Packages
  15032. PackageTool
  15033. ZPackageTool is an application illustrating how to create application packages in Mac OS 9.  It provides a simple interface or converting correctly formatted folders into packages and vice versa.
  15034. Tasks illustrated include:
  15035. - how to create a package,
  15036. - how to detect a package,
  15037. includes a 'package document aware'  application sample (HTMLSample))
  15038. MakeFile
  15039. PackageTool
  15040. PackageTool.c
  15041. PackageTool.h
  15042. PackageTool.prj
  15043. PackageTool.r
  15044. PackageTool.rsrc
  15045. PackageUtils.c
  15046. PackageUtils.h
  15047. PackageWindow.c
  15048. PackageWindow.h
  15049. Re- C/F Registration Request
  15050. ReadMe
  15051. Sample Package:
  15052. SimplePrefs.c
  15053. SimplePrefs.h
  15054. Utilities.c
  15055. Utilities.h
  15056. Dec 99M
  15057. Mac OS 9N!packages, Mac OS 9, package awareOSDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:PackageTool:V
  15058. 54350X
  15059. 1e    No Change
  15060. t have the Appearance Manager running.
  15061. e    No Change
  15062. Data Access Manager
  15063. is running.
  15064. JzFStubs.c
  15065. FStubs.c.o
  15066. Lurkers
  15067. Lurkers README
  15068. Lurkers README.txt
  15069. Lurkers.c
  15070. Lurkers.c.o
  15071. Lurkers.r
  15072. MakeFile
  15073. NameRevisionCurrentK
  15074. Mar 94L
  15075. Jan 98M
  15076. Lurkers, Projector, MPWOEDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:PPDev.CD Feb 00 TC
  15077.  - Tool Chest
  15078.  - Development Kits
  15079.  - MPW Related
  15080.  - Lurkers 1.7over the speed of the scrolling, and by providing complete visual feedback of the scrolling operation as it occurs.
  15081. It also demonstrates:
  15082.   -The two dif
  15083. ferent types of action procedure, both for 68K and PowerPC architectures.
  15084.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  15085. Live Scroll has been built under:
  15086.   Metrowerks CodeWarrior 8
  15087.   Symantec C++ 8.0.1
  15088.   Symantec 7.0.4
  15089.   MPW E.T.O. #19- 'Latest MPW': Symantec C++ for MPW and MrC.
  15090. Limitations and Bugs:  This is not intended to be a definitive 'document' on how to implement live scrolling, but illustrates one approach you can take. Like mo
  15091. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  15092. HTML Text Extractor
  15093.  and 
  15094. PDF Text Extractor
  15095. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  15096. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  15097. example, consider the following HTML file:
  15098. <HTML>
  15099. <BODY>
  15100. This is a sample document.
  15101. </BODY>
  15102. </HTML>
  15103. Without knowing the HTML format, every word above would get indexed, so searching for 
  15104.  in Find by Content would find the above document, but when a user opened the file in her web browser, she would not see 
  15105. .  Similarly, summarizing a HTML document would show HTML Tags in the summary.
  15106. The HTML Text Extractor knows the format of an HTML file so it will skip the HTML Tags and re
  15107. Summary: This is the electronic version of develop magazine.
  15108.  Issue 16 highlights:
  15109. Making the Leap to PowerPC  by Dave Radcliffe.   An overview of the PowerPC platform, and coding strategies for both compatibility and speed.
  15110. Building PowerTalk-Savvy Applications  by Steve Falkenburg.   How to incorporate direct mailing and digital signatures into your application.
  15111. Drag and Drop From the Finder  by Dave Evans and Greg Robbins.   Taking advantage of the new drag and drop services is eas
  15112. y, and your users will love it.
  15113. Color Matching Made Easy With QuickDraw GX  by Daniel Lipton.   QuickDraw GX integrates ColorSync to make color matching nearly effortless.
  15114. International Number Formatting  by Norbert Lindenberg.   Some good methods for handling the different number formats around the world.
  15115. Somewhere in QuickTime: What
  15116. s New With Sound Manager 3.0  by Jim Reekes.  Changes (and bug fixes!) in the Sound Manager. Finally, you can remove all that workaround code.
  15117. Print Hint
  15118. _Summary: This is a complete demonstration of the Data Access Manager. It includes a query builder (DAM Generator), an XCMD which can use some query documents (HyperDAM ), and two querys with two different types of user interface (Text and Graphical).
  15119. Features: 
  15120. * Query Builder
  15121. * XCMD to use querys with HyperCard
  15122. * two different querys with two qdef
  15123. Data Access Manager.cpK
  15124. Vol VL
  15125. Mar 92M
  15126. me 7.0 and a computer where there is a DAL Server (Vax
  15127. ). A Vax with PathWorks and DALDEMO on it is a very good choice. If you want to use the two querys you must modify the parameters needed for the connection with ResEdit or DAM Generator .OoDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:PzDev.CD Feb 00 TC
  15128.  - Tool Chest
  15129.  - Interapplication Communication
  15130.  - Data Access Manager
  15131.  - Data Access Manager French Demoloper.apple.com/sdk/q
  15132. Dev.CD Feb 00 TC
  15133. iD!All Packages
  15134. Tool Chest Edition
  15135. QuickTime TMON User Area
  15136. printing
  15137. printondemand
  15138. printondemand
  15139. printpict
  15140. printpict
  15141. printpictlist
  15142. printpictlist
  15143. privileges
  15144. privileges
  15145. otlook
  15146. slotlook
  15147. slotlook
  15148. slotlook
  15149. slots
  15150. snapshot
  15151. snapshot
  15152. sample
  15153. snapshotsample
  15154. snapshotsample
  15155. snarfer
  15156. sndmemrecord
  15157. sndrecord
  15158. agent
  15159. specific
  15160. files
  15161. transports
  15162. software
  15163. software
  15164. license
  15165. software
  15166. license
  15167. software
  15168. licensing
  15169. someunicodestuff
  15170. someunicodestuff
  15171. someunicodestuff
  15172. somobjects
  15173. somobjects
  15174. first
  15175. sound
  15176. sound
  15177. files
  15178. soundapp
  15179. soundapp
  15180. soundapp
  15181. soundapp
  15182. soundapp
  15183. soundapp
  15184. soundapp
  15185. soundapp
  15186. soundapp
  15187. Movedq
  15188. Dev.CD Feb 00 TC
  15189. SD!All Packages
  15190. Tool Chest Edition
  15191. PEF Viewer
  15192. PEF Viewer is a utility which lets you graphically view all the aspects of a PEF container.  You can view all of the imported/exported symbols, disassembly any code section, disassemble the relocation opcodes and also view compressed and uncompressed data sections.
  15193. New with version 1.0d8 are:
  15194.  Disassembly of Altivec
  15195.  instructions in PowerPC code sections
  15196.  C++ name unmangling in the disassembly views
  15197.  You can now view CFM-68K import/export/relocation sections
  15198. Printing is not currently BSsupported.  The search feature is still under development and is not full-features.
  15199. PEF ViewerK
  15200. Jan 99M
  15201. PEF Viewer requires a PowerPCN
  15202. PEF, ContainerO;Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:PEF Viewer:PCDev.CD Feb 00 TC
  15203.  - Tool Chest
  15204.  - Developer Utilities
  15205.  - PEF ViewerV
  15206. 54361X
  15207. Feb 00^
  15208. All Packages
  15209. System 7.5 Update 2.0O
  15210. Dev.CD Jul 96 SSWP
  15211. Dev.CD Jul 96 SSV
  15212. 52326X
  15213. Jul 96
  15214. 54175X
  15215. Mar 00^    RL Disk 1
  15216. --set theItem to choose file -- uncomment to test in an AS editor
  15217.     tell application "Finder"
  15218.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:"
  15219.         activate
  15220.     end tell
  15221. on error errMsg number errNum
  15222.     --enter statements to perform when no records are found such as...
  15223.     display dialog "Sorry, the item you selected could not be found."
  15224.     return
  15225. end try
  15226. e    No Changef
  15227. HyperCard Player
  15228. stacksq
  15229. Dev.CD Mar 00 RL Disk 1
  15230. D!All Packages
  15231. Tool Chest Edition
  15232. HyperCard Toolkits
  15233.     ork Management (SNMP):PQDev.CD Feb 00 TC
  15234.  - Tool Chest
  15235.  - Networking
  15236.  - SNMP
  15237.  - Network Management (SNMP)inal Manager  by Craig Hotchkiss.  The Terminal Manager (in the Communications Toolbox) provides handy text output capabilities in your application with virtually no effort.
  15238. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  15239. PHDev.CD Dec 99 RL
  15240.  - Technical Documentation
  15241.  - Peripherals DocumentationV
  15242. 54432X
  15243. Dec 99^
  15244. --set theItem to choose file -- uncomment to test in an AS editor
  15245.     tell application "Finder"
  15246.         open item "Dev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:"
  15247.         activate
  15248.     end tell
  15249. on error errMsg number errNum
  15250.     --enter statements to perform when no records are found such as...
  15251.     display dialog "Sorry, the item you selected could not be found."
  15252.     return
  15253. end try
  15254. Deletedq
  15255. Dev.CD Dec 99 RL
  15256. D!All Packages
  15257. Tool Chest Edition
  15258. Programmer's Key 1.4.2
  15259. ISummary: Programmer's Key is a small INIT that allows the use of the 'power-on' key of an Apple Desktop Bus keyboard as a substitute for the Programmer's Switch. To install Programmer's Key; simply drag it into your System Folder and reboot.
  15260. Features: Allows reset and interrupt from keyboard.
  15261. This package is 7.0 compatible.  
  15262. General tools.imgK
  15263. Vol IIIL
  15264. Mar 92nge
  15265. AppleShare IP 6.3 SDK
  15266. Continuing to offer the traditional server software suite, AppleShare IP 6.3 now supports Mac OS 9, allowing server administrators to take advantage of the latest improvements in the Mac OS.  AppleShare IP 6.3 also eliminates the dependencies of the earlier versions of the administration applications on Open Doc and replaces those with a single integrated management administration, called Mac OS Server Admin.  Within this SDK, you will find detailed developer documentation, interfaces, lib
  15267. 53961X
  15268. selected could not be found."
  15269.     return
  15270. end try
  15271. All Packages
  15272. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  15273. Dev.CD Jan 94
  15274. Dev.CD Oct 93
  15275. Dev.CD Jul 93
  15276. Dev.CD Apr 93PDDev.CD Apr 94
  15277. Dev.CD Jan 94
  15278. Dev.CD Oct 93
  15279. Dev.CD Jul 93
  15280. Dev.CD Apr 9V
  15281. 53768X
  15282. Apr 94
  15283. owner
  15284. owner's
  15285. ownership
  15286. ozone
  15287. p0nnz
  15288. pablo
  15289. packageU
  15290. package--opendoc
  15291. -Rotation Controllers Read Me
  15292. -Rotation Ctl's Read Me.txt
  15293. Related Paper
  15294. Rotation Controllers demo 1.0.1
  15295. Virtual Sphere Sample Code 1.1K
  15296. Mar 93L
  15297. Jun 93M=Must have Color QuickDraw.  Will run in System 6 or System 7.O;Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:PCDev.CD Feb 00 TC
  15298.  - Tool Chest
  15299.  - QuickDraw
  15300.  - Virtual Sphere 1.0.1V
  15301. 55104X
  15302. Feb 00^
  15303. --set theItem to choose file -- uncomment to test in an AS editor
  15304.     tell application "Finder"
  15305.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:"
  15306.         activate
  15307.     end tell
  15308. on error errMsg number errNum
  15309.     --enter statements to perform when no records are found such as...
  15310.     display dialog "Sorry, the item you selected could not be found."
  15311.     return
  15312. end try
  15313. e    No Changeq
  15314. Dev.CD Feb 00 TC
  15315. ;D!All Packages
  15316. Tool Chest Edition
  15317. Virtual User
  15318. module
  15319. monitorr
  15320. newsi
  15321. notesS
  15322. onescannerg
  15323. opp's
  15324. palette
  15325. J'Sample Code.img
  15326. Windows Sample Code.imgK
  15327. Aug 97N$color, controls, draw, window, tableO
  15328. Dev.CD Feb 00 TC:Sample Code:P
  15329. Dev.CD Feb 00 TC
  15330.  - Sample CodeV
  15331. 54037X
  15332. Feb 00^
  15333. r--set theItem to choose file -- uncomment to test in an AS editor
  15334.     tell application "Finder"
  15335.         open item "Dev.CD Feb 00 TC:Sample Code:"
  15336.         activate
  15337.     end tell
  15338. on error errMsg number errNum
  15339.     --enter statements to perform when no records are found such as...
  15340.     display dialog "Sorry, the item you selected could not be found."
  15341.     return
  15342. end try
  15343. e    No Changef color
  15344. controls
  15345. window
  15346. tableq
  15347. Dev.CD Feb 00 TC
  15348. D!All Packages
  15349. Tool Chest Edition
  15350. ControlKeyPatch
  15351. Routines for patching the ADB manager to simulate the control key being held down.  This file contains routines for installing, removing and calling the control key patch.  Client code can link with this file and place the patch resource in their resource fork.
  15352. e    No Change
  15353. focuses
  15354. e    No Changeq
  15355. Dev.CD Feb 00 TC
  15356. D!All Packages
  15357. Mac OS SDK Edition
  15358. Nav Svcs 1.0 SDK
  15359. Navigation Services is a new API to open, save documents and select files, folders or volumes. Navigation Services supersedes the current StandardFile packages and provides an architecture that makes it possible to access repositories other than HFS file systems, such as the LAN, Internet based servers or databases.
  15360. Navigation Services provides new standard dialogs for the following operations:
  15361. - open document
  15362. - save documents
  15363. - select volume
  15364. - select folder
  15365. - select file
  15366. - select object
  15367. nt describes the Locales protocols and API for Mac OS 8.6 and 9.0. You should read this document if you need to understand how to specify the language and/or region for a locale-sensitive text operation or if you need to obtain, for a specified language and/or region, the locale data that will enable the text operation to behave appropriately.
  15368. Unicode Utilities [NEW]
  15369. ---------------
  15370. This preliminary documen
  15371. All Packages
  15372. PPC EnablerO
  15373. Dev.CD Jul 95P
  15374. Dev.CD Jul 9V
  15375. 54416X
  15376. Jul 95
  15377. b--set theItem to choose file -- uncomment to test in an AS editor
  15378.     tell application "Finder"
  15379.         open item "Dev.CD Jul 95"
  15380.         activate
  15381.     end tell
  15382. on error errMsg number errNum
  15383.     --enter statements to perform when no records are found such as...
  15384.     display dialog "Sorry, the item you selected could not be found."
  15385.     return
  15386. end try
  15387. All Packages
  15388. PPC EnablerO
  15389. Dev.CD Jul 95P
  15390. Dev.CD Jul 9V
  15391. 54417X
  15392. Jul 95
  15393. b--set theItem to choose file -- uncomment to test in an AS editor
  15394.     tell application "Finder"
  15395.         open item "Dev.CD Jul 95"
  15396.         activate
  15397.     end tell
  15398. on error errMsg number errNum
  15399.     --enter statements to perform when no records are found such as...
  15400.     display dialog "Sorry, the item you selected could not be found."
  15401.     return
  15402. end try
  15403. All Packages
  15404. PPC EnablerO
  15405. Dev.CD Jul 95P
  15406. Dev.CD Jul 9V
  15407. 54418X
  15408. Jul 95
  15409. WWW:      ht
  15410. overview
  15411. custom
  15412. choose
  15413. debugging
  15414. sample
  15415. 1.0b16
  15416. ctl's
  15417. currentimage
  15418. currentimage
  15419. currentprinter
  15420. currentprinter
  15421. custom
  15422. customenabler
  15423. customization
  15424. custommedia
  15425. cvtccomments
  15426. builds
  15427. te the application if told to.
  15428. Splasher:  A very simpl
  15429. e application that displays a "modal" window that goes away as soon as you click the mouse or press a key.  This is how many splash screens behave -- but as long as the window is displayed, the Process Manager won't switch your application from being frontmost.
  15430. Sys7 popUpCDEF:  A simple example of using the PopupCDEF available in System 7 and later.
  15431. Tabs LDEF 1.0:  Tabs LDEF is a custom list definition which allows developers to easily create multiple columned lists using different sizes
  15432. sounds
  15433. zaptcp
  15434. zaptcp
  15435. zoneranger
  15436. zoneranger
  15437. revision
  15438. history
  15439. zoomed
  15440. ippets
  15441. communications
  15442. toolbox@
  15443. snmp@
  15444. standard
  15445. samples@
  15446. suites@
  15447. system
  15448. system
  15449. samples@
  15450. system
  15451. update
  15452. system
  15453. enabler
  15454. 160/180
  15455. technical@
  15456. tv-man@
  15457. updater@
  15458. webobjects
  15459. categories
  15460. posers@
  15461. 1.1.1@
  15462. 1.5.2@
  15463. 16x16@
  15464. 2-12@
  15465. 2000@
  15466. 24gc@
  15467. 6.05@
  15468. 8/24@
  15469. general-purpose
  15470. *AppletTag.js
  15471. classes
  15472. README.txt
  15473. sa.bat
  15474. Feb 00
  15475. C:What's New?:Sample Code:QuickTime:QuickTime for Java:QTStreamingApplet:V
  15476. 50708X
  15477. 1e    No Change
  15478. plugins
  15479. popupfuncs
  15480. popupfuncs
  15481. 2.6.1
  15482. porting
  15483. porting
  15484. objective-c
  15485. posers
  15486. postscript
  15487. postscript
  15488. output
  15489. filters
  15490. postscript
  15491. utilities
  15492. power
  15493. power
  15494. debugger
  15495. power
  15496. macintosh
  15497. artwork
  15498. elementview
  15499. ispelementview
  15500. ispelementview
  15501. ispeventpane
  15502. ispeventpane
  15503. ispeventpane
  15504. isplquitwindow
  15505. isplquitwindow
  15506. isplquitwindow
  15507. ispmenutest
  15508. ispmenutest
  15509. isppptest
  15510. isppptest
  15511. isppptesttools
  15512. isppptesttools
  15513. isppptesttools
  15514. isptest
  15515. isptest
  15516. powerplant
  15517. isptest
  15518. powerplant
  15519. isptest
  15520. isptestglobals
  15521. isptestglobals
  15522. isptestglobals
  15523. isptestmain
  15524. isptestmain
  15525. isptestmain
  15526. :Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  15527.  - Tool Chest
  15528.  - Testing & Debugging
  15529.  - Memory ManagementV
  15530. 46755X
  15531. Feb 00^
  15532. $N.Memory Manager, Power Macintosh, heaps, memory installs a device loop procedure that searches all active screen devices, calling a drawing procedure whenever it encounters a screen that intersects the drawing region.
  15533. NewCCursor:  This snippet shows how to create a black and white 'CURS' and a color 'crsr' cursor resource by hand.
  15534. Out of This GWorld:  The application basically uses offscreen GWorlds and palette animation to simulate totally cool animation.
  15535. Palette Animation and Palette Anima
  15536. tion Gray:  These sample applications show how to animate the entries of a palette.
  15537. Pallete DA:  This desk accesory displays the the current color table and palette information associated with it.
  15538. PictInfoTest:  Sample to demonstrate using the Picture Utilities Package
  15539. PixMap2PixPat2ppat:  This snippet shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  15540. 3e    No Changeq
  15541. Dev.CD Feb 00 TC
  15542. 4D!All Packages
  15543. Tool Chest Edition
  15544. UnmountIt 1.2
  15545. HSummary:  UnmountIt lets you easily unmount and eject sharable volumes when Macintosh File Sharing is in use.  UnmountIt demonstrates how to user server control calls to control AppleShare/File Sharing, how to drop volumes on an application icon, and how to unmount and eject a disk.
  15546. All Metrowerks Pascal source code included.
  15547. JYMW UnmountIt.
  15548. ServerControlIntf.p
  15549. UnmountIt
  15550. UnmountIt Read Me
  15551. UnmountIt.p
  15552. UnmountIt.rsrcK
  15553. Aug 95M
  15554. Metrowerks Pascal 6N5AppleShare, File Sharing, File Manager, Drag and DropO0Dev.CD Feb 00 TC:Tool Chest:Files:UnmountIt 1.2:P8Dev.CD Feb 00 TC
  15555.  - Tool Chest
  15556.  - Files
  15557.  - UnmountIt 1.2V
  15558. 55098X
  15559. Feb 00^
  15560. #Feb 00 TC:Sample Code:"
  15561.         activate
  15562.     end tell
  15563. on error errMsg number errNum
  15564.     --enter statements to perform when no records are found such as...
  15565.     display dialog "Sorry, the item you selected could not be found."
  15566.     return
  15567. end try
  15568. e    No Changemrj
  15569. 1.0b1]
  15570. 1.0b16
  15571. 1.0b2
  15572. 1.0b3]
  15573. 1.0b4]
  15574. 1.0d13
  15575. 1.0d2
  15576. 1.1.1
  15577. 1.1.2
  15578. 1.1.3
  15579. 1.2.3
  15580. 1.3.1x
  15581. 1.3.4
  15582. 1.3.6
  15583. 1.3a6
  15584. 1.5.1
  15585. 1.5b16
  15586. 10-newton
  15587. 10/95j
  15588. 10/96k
  15589. 10/97l
  15590. fileso
  15591. 11-12/96k
  15592. 11-otherR
  15593. 11-other
  15594. topicsR
  15595. 11/95j
  15596. 11/97l
  15597. 12-trainingR
  15598. 12-training
  15599. schedule
  15600. 12/95j
  15601. 13-duR
  15602. 13-du
  15603. training
  15604. sites
  15605. 2.0.1t
  15606. 2.0.2
  15607. 2.0.6
  15608. 2.0.6
  15609. files
  15610. 2.0b6
  15611. ipclister
  15612. ipclistports
  15613. Wwn suc
  15614. Jun 97
  15615. f--set theItem to choose file -- uncomment to test in an AS editor
  15616.     tell application "Finder"
  15617.         open item "Dev.CD Jun 97 SSW"
  15618.         activate
  15619.     end tell
  15620. on error errMsg number errNum
  15621.     --enter statements to perform when no records are found such as...
  15622.     display dialog "Sorry, the item you selected could not be found."
  15623.     return
  15624. end try
  15625. All Packages
  15626. F    QuickTimeO
  15627. Dev.CD Jun 97 SSWP
  15628. Dev.CD Jun 97 SSV
  15629. 54629X
  15630. Jun 97
  15631. f--set theItem to choose file -- uncomment to test in an AS editor
  15632.     tell application "Finder"
  15633.         open item "Dev.CD Jun 97 SSW"
  15634.         activate
  15635.     end tell
  15636. on error errMsg number errNum
  15637.     --enter statements to perform when no records are found such as...
  15638.     display dialog "Sorry, the item you selected could not be found."
  15639.     return
  15640. end try
  15641. All Packages
  15642. F    QuickTimeO
  15643. Dev.CD Jun 97 SSWP
  15644. Dev.CD Jun 97 SSV
  15645. 54630X
  15646. Jun 97
  15647. overview
  15648. package
  15649. palette
  15650. panel
  15651. patch
  15652. eject
  15653. eject
  15654. cards
  15655. location
  15656. module
  15657. embedding
  15658. embedding
  15659. profile
  15660. documentation
  15661. emulator
  15662. enablerC
  15663. instrumentation
  15664. primarily
  15665. performance
  15666. interactive
  15667. corporation
  15668. success
  15669. guide
  15670. selling
  15671. killer
  15672. content
  15673. workbook
  15674. sponsored
  15675. apple
  15676. comput
  15677. language
  15678. analysis
  15679. architecture
  15680. provides
  15681. applications
  15682. laserwriter
  15683. 8.5.1
  15684. release
  15685. contains
  15686. utilities
  15687. latest
  15688. greatest
  15689. technotes
  15690. navigation
  15691. services
  15692. suite
  15693. greatly
  15694. enhances
  15695. system
  15696. picker
  15697. replaces
  15698. system
  15699. picker
  15700. 1.0.1
  15701. papserversample
  15702. demonstrates
  15703. transpo
  15704. release
  15705. apple's
  15706. brings
  15707. increased
  15708. functionali
  15709. samplefilter
  15710. postscript
  15711. output
  15712. filter
  15713. laserwriter
  15714. themT
  15715. M]ColorSync 3.0 is designed to work on PowerPC (or newer) machines running System 8.5 or later.N@ColorSync, calibrator, scripting, 3.0, profile, gamma, tag coloro test in an AS editor
  15716.     tell application "Finder"
  15717.         open item "Dev.CD Sept 92
  15718. Dev.CD Aug 92"
  15719.         activate
  15720.     end tell
  15721. on error errMsg number errNum
  15722.     --enter statements to perform when no records are found such as...
  15723.     display dialog "Sorry, the item you selected could not be found."
  15724.     return
  15725. end try
  15726. All Packages
  15727. System 7 Tune-UpO)Dev.CD Apr 92
  15728. Dev.CD Mar 92
  15729. Dev.CD Feb 92P(Dev.CD Apr 92
  15730. Dev.CD Mar 92
  15731. Dev.CD Feb 9V
  15732. 53513X
  15733. Apr 92
  15734. sakesj
  15735. sales
  15736. sameZ
  15737. sampleP
  15738. overview
  15739. package
  15740. package
  15741. aware
  15742. packages
  15743. pages
  15744. palette
  15745. pan/tilt
  15746. pan/tilt
  15747. movies
  15748. panel
  15749. panorama
  15750. parser
  15751. parser
  15752. generator
  15753. pascal
  15754. passphrase
  15755. password
  15756. password
  15757. storage
  15758. patch
  15759.  illustrated include:
  15760. - how to create a package,
  15761. - how to detect a package,
  15762. includes a 'package document aware'  application sample (HTMLSample))
  15763. MakeFile
  15764. PackageTool
  15765. PackageTool.c
  15766. PackageTool.h
  15767. PackageTool.prj
  15768. PackageTool.r
  15769. PackageTool.rsrc
  15770. PackageUtils.c
  15771. PackageUtils.h
  15772. PackageWindow.c
  15773. PackageWindow.h
  15774. Re- C/F Registration Request
  15775. ReadMe
  15776. Sample Package:
  15777. SimplePrefs.c
  15778. SimplePrefs.h
  15779. Utilities.c
  15780. Utilities.h
  15781. Dec 99M
  15782. Mac OS 9N!packages, Mac OS 9, package awareOSDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:PackageTool:V
  15783. 53106X
  15784. 1e    No Change
  15785. write
  15786. backgr
  15787. summary
  15788. these
  15789. obsolete
  15790. hypercard
  15791. toolkits
  15792. which
  15793. 54208X
  15794. Feb 00^
  15795. r--set theItem to choose file -- uncomment to test in an AS editor
  15796.     tell application "Finder"
  15797.         open item "Dev.CD Feb 00 TC:Sample Code:"
  15798.         activate
  15799.     end tell
  15800. on error errMsg number errNum
  15801.     --enter statements to perform when no records are found such as...
  15802.     display dialog "Sorry, the item you selected could not be found."
  15803.     return
  15804. end try
  15805. Movedf"quicktime jpeg compress decompressq
  15806. Dev.CD Feb 00 TC
  15807. D!All Packages
  15808. Tool Chest Edition
  15809. JSaverI
  15810. JSaver is a Screen Saver module for Berkeley Systems After Dark package that uses the JManager API to run Java applets as screen saver modules.  
  15811. JManager APIs
  15812. Fat CFM code resources
  15813. JavaJ'Sample Code.img
  15814. Windows Sample Code.imgK
  15815. Aug 97MNAfter Dark 3.0 or later,  Mac OS Runtime for Java (http://applejava.apple.com)N
  15816. java, cfm, after dark, wombatO
  15817. Dev.CD Feb 00 TC:Sample Code:P
  15818. Dev.CD Feb 00 TC
  15819.  - Sample CodeV
  15820. 54209X
  15821. Feb 00^
  15822. #st an address range. 
  15823. e    No Change
  15824. light
  15825. light-weight
  15826. lightening
  15827. lighter
  15828. lights
  15829. likelyo
  15830. liking
  15831. limit
  15832. limitation
  15833. limitations
  15834. limitedh
  15835. lindenberg
  15836. linear
  15837. lines
  15838. linguistically
  15839. linkg
  15840. linked
  15841. linkers
  15842. linkingA
  15843. links[
  15844. linton
  15845. lipton
  15846. lisez-moi
  15847. lispj
  15848. listd
  15849. buttons
  15850. devices
  15851. directional
  15852. elements
  15853. x-axes
  15854. list's
  15855. laterappleh
  15856. latestN
  15857. latest
  15858. specification
  15859. profiles
  15860. latitude
  15861. latter
  15862. launchB
  15863. launchapplication
  15864. launched
  15865. launcher
  15866. launches
  15867. launchingj
  15868. launchwithdoc
  15869. launchwithdoc2
  15870. launchwithsize
  15871. laurence
  15872. lavoie
  15873. libraryA
  15874. licenseZ
  15875. licensesj
  15876. licensingb
  15877. light
  15878. likelyo
  15879. limitations
  15880. limitedh
  15881. lindenberg
  15882. linkg
  15883. linked
  15884. linkingA
  15885. links[
  15886. linton
  15887. lipton
  15888. lisez-moi
  15889. lispj
  15890. listd
  15891. generally
  15892. generate
  15893. generated
  15894. generatesn
  15895. generically
  15896. geometric
  15897. geometries
  15898. geoportj
  15899. german
  15900. germany
  15901. gestaltB
  15902. gestalttable
  15903. events
  15904. needs
  15905. events
  15906. getkeysU
  15907. getlastchange
  15908. getmfsize
  15909. getnextevent
  15910. getstdfilterproc
  15911. gettingj
  15912. getting/setting
  15913. giveN
  15914. given`
  15915. givesf
  15916. giving
  15917. glance
  15918. globalj
  15919. global-aware
  15920. globals
  15921. glossariess
  15922. glossaryw
  15923. gluen
  15924. glyphse
  15925. goals
  15926. goesN
  15927. going
  15928. gonzalez
  15929. r--set theItem to choose file -- uncomment to test in an AS editor
  15930.     tell application "Finder"
  15931.         open item "Dev.CD Feb 00 TC:Sample Code:"
  15932.         activate
  15933.     end tell
  15934. on error errMsg number errNum
  15935.     --enter statements to perform when no records are found such as...
  15936.     display dialog "Sorry, the item you selected could not be found."
  15937.     return
  15938. end try
  15939. 54166X
  15940. Feb 00^
  15941. --set theItem to choose file -- uncomment to test in an AS editor
  15942.     tell application "Finder"
  15943.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  15944.         activate
  15945.     end tell
  15946. on error errMsg number errNum
  15947.     --enter statements to perform when no records are found such as...
  15948.     display dialog "Sorry, the item you selected could not be found."
  15949.     return
  15950. end try
  15951. e    No Changeq
  15952. Dev.CD Feb 00 TC
  15953. D!All Packages
  15954. Tool Chest Edition
  15955. HotSauce (Project X)
  15956.     eturn
  15957. end try
  15958. e    No Changef
  15959. Open Transport debugoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/q
  15960. Dev.CD Apr 00 SDK1
  15961. 0D!All Packages
  15962. Mac OS SDK Edition
  15963. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  15964. OpenTptPPP.h
  15965. OT/PPP Client Dev Note 1.0K
  15966. Apr 98M
  15967. Open TransportN
  15968. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:d
  15969.  95y using URLs.  Files ma
  15970. counterparts
  15971. countersA
  15972. counting
  15973. country
  15974. counts
  15975. couple
  15976. courseR
  15977. coursesR
  15978. courseware
  15979. cover
  15980. coverage
  15981. covered
  15982. covering
  15983. covers
  15984. cplustesample
  15985. cpu'su
  15986. cpugestalt
  15987. cpugestalt
  15988. sample
  15989. illustrates
  15990. determine
  15991. craig
  15992. crashW
  15993. crashed
  15994. crashesV
  15995. crashing
  15996. crawl
  15997. createX
  15998. ps, otherwise, the Preferred AppleTalk calls are used.k calls are used.
  15999. installer
  16000. drivers
  16001. installer
  16002. licensing
  16003. installer
  16004. 1.2.3
  16005. installer
  16006. source
  16007. installers
  16008. installing
  16009. installing
  16010. opendoc
  16011. instance
  16012. instance
  16013. variable
  16014. instance
  16015. variables
  16016. instructions
  16017. media
  16018. writer
  16019. resources
  16020. int'l
  16021. int'l
  16022. contacts
  16023. integrated
  16024. integrated
  16025. quicktime
  16026. Deletedf*AIX
  16027. Network Server
  16028. Symbiotic
  16029. client
  16030. serverq
  16031. Dev.CD Dec 99 RL
  16032. All Packages
  16033. Network Services Location (NSL)
  16034. 53065X
  16035. vides consistent standards that encourage software developers to create application programs that look and act the same from a user
  16036. s point of view, regardless of the computer, network service, or devices being used.
  16037. Install QuickTime Conferencing
  16038. Marketing Stuff
  16039. Programming Stuff
  16040. QTC Technical Backgrounder
  16041. QuickTime Conf. - Read Me First
  16042. Using QuickTime ConferencingK
  16043. Apr 96
  16044. Summary:  The File System Manager provides a systematic way for one or more foreign file systems to interact with the Macintosh file system using high-level language interface.
  16045. Features:
  16046.  File System Manager -- A system extension which implements version 1.2 of FSM and the extended Disk Initialization Package. This extension is compatible with System 7.0 and later.
  16047.  FSMGlueLib.o -- The glue code for the File System Manager service routines.
  16048.  FSM.h. FSM.p and FSM.a -- The Universal Inte
  16049. rface files for the File System Manager. This version of the interface files was built to work with the Universal Interfaces 2.0a1 from ETO #15, MPW prerelease. However, for 68K development, FSM.h works perfectly with the current release of Universal Interfaces on ETO #15.
  16050.  Guide - File System Manager -- The documentation for the File System Manager in Apple DocViewer format.
  16051. Issues:  The File System Manager extension may be licensed for distribution from Apple Software Licensing.
  16052. summary
  16053. error
  16054. tones
  16055. application
  16056. explains
  16057. summary
  16058. runtime
  16059. apple's
  16060. implementatio
  16061. summary
  16062. macbinary
  16063. standard
  16064. summary
  16065. maccalendar
  16066. control
  16067. strip
  16068. module
  16069. displays
  16070. summary
  16071. macintosh
  16072. application
  16073. environment
  16074. virtual
  16075. y, the item you selected could not be found."
  16076.     return
  16077. end try
  16078. Sorry, the item you selected could not be found."
  16079.     return
  16080. end try
  16081. e    No Changeq
  16082. Dev.CD Feb 00 TC
  16083. D!All Packages
  16084. Tool Chest Edition
  16085. ADB Key Spy 1.0.1b3
  16086. YSummary:  This package provides something of a replacement for GetKeys by maintaining a key map reflecting the state of each keyboard attached to the Mac via ADB.
  16087.  building a system extension
  16088.  using the ADB API
  16089.  "patching" ADB service routines
  16090.  building, installing, and using a driver
  16091.  mapping physical key codes to virtual key codes
  16092. J'Sample Code.img
  16093. Windows Sample Code.imgK
  16094. Nov 95L
  16095. May 97:Sample Code:V
  16096. 51427X
  16097. Moved
  16098. (spelling a
  16099. D!All Packages
  16100. Tool Chest Edition
  16101. Language Kit Updater f/MacOS8
  16102. The release of Apple's Mac OS 8 brings increased functionality to your computer.  The "Language Kit Updater for Mac OS 8" is designed to make this transition as easy as possible for Language Kit users.  This Language Kit Updater will update your Apple Language Kit for compatibility with Mac OS 8.0 on your Mac OS compatible computer.  The Apple Language Kit Updater for Mac OS 8 (LKU8) is necessary when attempting to use one of the following:
  16103. Current Language Kits with Mac OS 8.0 or newer.
  16104. D.All Packages
  16105. Mac OS SDK Edition
  16106. New & Revised
  16107. MacApp Release 13 update 5
  16108.      MacTCP driver will work on Apple Macintosh Plus Computers running System 7.  The release version 1.1 of MacTCP does not work in this configuration.
  16109. J@MacTCP+ Tool
  16110. README for MacTCP+ Tool
  16111. README for MacTCP+ Tool.txtK
  16112. Mar 92:Tool Chest:Networking:MacTCP:MacTCP+ Tool:V
  16113. 50535X
  16114. 1e    No Change
  16115. --set theItem to choose file -- uncomment to test in an AS editor
  16116.     tell application "Finder"
  16117.         open item "Dev.CD Feb 00 TC:Tool Chest:Files:UnmountIt 1.2:"
  16118.         activate
  16119.     end tell
  16120. on error errMsg number errNum
  16121.     --enter statements to perform when no records are found such as...
  16122.     display dialog "Sorry, the item you selected could not be found."
  16123.     return
  16124. end try
  16125. ottcpwilldial
  16126. ottraceroutesample
  16127. output
  16128. overview
  16129. packagetool
  16130. palette
  16131. palette&gworld
  16132. palette&gworld
  16133. paper
  16134. papserversample
  16135. cropping
  16136. cross-industry
  16137. MPW-hosted version of this compiler is now available.
  16138. SOMobjects runs on top of CFM, and thus is available for both 68K and native PowerPC Macintosh development. It is a foundation technology for OpenDoc.
  16139. SOMobjects
  16140.  for Mac OS version 2.0.8 contains several bug fixes over version 2.0.7.
  16141. Jan 96L
  16142. Oct 96W
  16143. theta
  16144. hubbard
  16145. hugeg
  16146. humanj
  16147. hundreds
  16148. huxham
  16149. hybrid
  16150. hypercardc
  16151. hyperdam
  16152. hypertalk
  16153. hypertext[
  16154. ports
  16155. built-in
  16156. devices
  16157. ibm's
  16158. ibook
  16159. ibooks
  16160. ic-savvy
  16161. iconZ
  16162. icon's
  16163. ideaN
  16164. high-performance
  16165. high-quality
  16166. high-visibility
  16167. higher
  16168. higher-quality
  16169. highest
  16170. highlighting
  16171. highlightsj
  16172. highly
  16173. highly-successful
  16174. hilighted
  16175. hilighting
  16176. hilite
  16177. hindi
  16178. n download Apple's PlainTalk "English Text-to-Speech" 
  16179. Mand "Mexican Spanish Text-to-Speech" software from Apple's web site.
  16180.  Developers can license this software for distribution with their applications. Contact Apple's licensing group for more information about licensing Apple software.
  16181.       512-919-2645
  16182.       AppleLink:   SW.LICENSE
  16183.       Internet:  SW.LICENSE@applelink.apple.com
  16184. JxDocumentation
  16185. Files
  16186. Installer Source
  16187. Interfaces
  16188. Scripting
  16189. Speech Synthesis Mgr Installers
  16190. Text-to-Speech - Read Me FirstK
  16191. Jul 96L
  16192. Jan 97
  16193. ED!All Packages
  16194. Tool Chest Edition
  16195. OTStreamLogViewer
  16196. ZOTStreamLogViewer is both a sample and a developer tool.  As a sample, it shows how to use the OT raw streams API to communication with modules in the OT kernel. As a tool, it allows you to view the output of the STREAMS logging facility (strlog).  This is extremely helpful when developing OT kernel plug-ins: modules drivers, and port scanners.
  16197. J'Sample Code.img
  16198. Windows Sample Code.imgK
  16199. May 98L
  16200. Sep 98M
  16201. Open Transport 1.1.1 or higherN8Open Transport, kernel, log, strlog, debug, raw, streamsO
  16202. Dev.CD Feb 00 TC:Sample Code:P
  16203. Dev.CD Feb 00 TC
  16204.  - Sample CodeV
  16205. 54347X
  16206. Feb 00^
  16207. #Development Kits:
  16208.  Other Platforms:Convert
  16209. Projects 1.0b5:PaDev.CD Nov 99 TC
  16210.  - Tool Chest
  16211.  - Development Kits
  16212.  Other Platforms
  16213.  - Convert
  16214. Projects 1.0b5 Feb 00 TC
  16215. F    SourceBugI
  16216. SourceBug is a source-level debugger for debugging 68K-based applications.
  16217. Runs on any Macintosh but debugs 68K applications only.J
  16218. MPW etc.imgnly.J
  16219. MPW etc.imgo Change
  16220. deviceloop
  16221. devicesV
  16222. devised
  16223. devon
  16224. devsupport
  16225. devworld
  16226. diagnosep
  16227. diagramT
  16228. dialers
  16229. dialogY
  16230. dialogbits
  16231. dialogse
  16232. dialup
  16233. dictation
  16234. dictionaries
  16235. dictionary
  16236. didn't
  16237. dierks
  16238. differ
  16239. differences
  16240. differento
  16241. differentiating
  16242. differentiation
  16243. differing
  16244. differs
  16245. The Apple Information Access Toolkit (AIAT) is an object-oriented information access engine that provides required capabilities to index, search, and analyze large volumes of documents. The AIAT, formerly known by its code name 
  16246. V-Twin,
  16247.  is a collection of tools which can be used separately or together to perform a variety of information access tasks.
  16248. New feaures of AIAT 1.1 include:
  16249.  Document summarization - rank sentences within a document
  16250.  Document routing - specify arbitrary documenB
  16251. t categories and route documents among them
  16252.  Incremental accessor updating
  16253.  Improved related terms algorithm
  16254. Contact Apple's Software Licensing Department for licensing information
  16255. JOAIAT 1.0 Manual.pdf
  16256. AIAT 1.1 Changes.pdf
  16257. AIAT ReadMe
  16258. Examples
  16259. Headers
  16260. LibrariesK
  16261. Nov 97L
  16262. Jun 98MLMetrowerks CodeWarrior Pro version 1 or Metrowerks CodeWarrior Pro version 2N
  16263. search, index, vtwin, summaryO0Dev.CD Apr 00 SDK1:Development Kits:Mac OS:AIAT:s
  16264. manyY
  16265. marketingj
  16266. markets
  16267. markpascal
  16268. marks
  16269. maroney
  16270. marriott
  16271. martin
  16272. martin-gilles
  16273. masters
  16274. match
  16275. matching
  16276. material[
  16277. matrix
  16278. matter
  16279. matters
  16280. maurer
  16281. maurice
  16282. maximize
  16283. maximum
  16284. mbytes
  16285. mcbride
  16286. mdefproc
  16287. means
  16288. meant
  16289. measurew
  16290. mechanics
  16291. mechanism
  16292. mediaj
  16293. medium
  16294. meets
  16295. 53951X
  16296. Nov 99^
  16297. --set theItem to choose file -- uncomment to test in an AS editor
  16298.     tell application "Finder"
  16299.         open item "Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:"
  16300.         activate
  16301.     end tell
  16302. on error errMsg number errNum
  16303.     --enter statements to perform when no records are found such as...
  16304.     display dialog "Sorry, the item you selected could not be found."
  16305.     return
  16306. end try
  16307. DeletedfBAppleGlot Localization Internationalization Translation Glossariesq
  16308. Dev.CD Nov 99 TC
  16309. :D!All Packages
  16310. Tool Chest Edition
  16311. AppleGlot 2.4b6
  16312.     operly
  16313. doesnt
  16314. dogcow
  16315. doinj
  16316. doing
  16317. D Jan 96 SSW"
  16318.         activate
  16319.     end tell
  16320. on error errMsg number errNum
  16321.     --enter statements to perform when no records are found such as...
  16322.     display dialog "Sorry, the item you selected could not be found."
  16323.     return
  16324. end try
  16325. All Packages
  16326. F    QuickTimeO
  16327. Dev.CD Jan 96 SSWP
  16328. Dev.CD Jan 96 SSV
  16329. 50823X
  16330. amazonbooks
  16331. amazonbooks
  16332. cationsj
  16333. companionZ
  16334. company
  16335. compared
  16336. compatibilityY
  16337. compatibleO
  16338. compatiblesj
  16339. compilation
  16340. compile
  16341. compilers
  16342. compiles
  16343. completeR
  16344. completion
  16345. complex
  16346. compliance
  16347. componentP
  16348. component-based
  16349. components
  16350. composersj
  16351. composite
  16352. composited
  16353. compositing
  16354. compound-document
  16355. compressionP
  16356. compression/decompreP
  16357. compressor/decompres
  16358. computerj
  16359. computer'si
  16360. computer-based
  16361. computersj
  16362. computingZ
  16363. concentrate
  16364. concerns
  16365. concurrent
  16366. concurrently
  16367. condition
  16368. conditional
  16369. conference
  16370. conferencingj
  16371. 54730X
  16372. May 98^
  16373. --set theItem to choose file -- uncomment to test in an AS editor
  16374.     tell application "Finder"
  16375.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  16376.         activate
  16377.     end tell
  16378. on error errMsg number errNum
  16379.     --enter statements to perform when no records are found such as...
  16380.     display dialog "Sorry, the item you selected could not be found."
  16381.     return
  16382. end try
  16383. e    No Changeq
  16384. Dev.CD May 98 TC
  16385. D!All Packages
  16386. Tool Chest Edition
  16387. SPEC S&L v.1.0.1
  16388.  Summary:  set of Virtual User scripts and libraries for automated testing purposes
  16389. Features:
  16390. Electronic Documentation in Apple DocViewer form.
  16391. 27 different 3rd party application scripts.
  16392. 26 Virtual User libraries
  16393. Several V.U. external tools to aid test automation
  16394. Issues:  Not supported
  16395. Virtual User tools.imgK
  16396. Feb 94M
  16397. Virtual User 2.0.1OCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:nge
  16398. glossars
  16399. glossaryw
  16400. glypha
  16401. glypha
  16402. glyphaiv
  16403. glyphaiv
  16404. glyphaiv
  16405. goodies
  16406. gouraud
  16407. gouraud
  16408. sample
  16409. grabguy
  16410. grabguy
  16411. graphical
  16412. graphical
  16413. interface
  16414. graphicsR
  16415. grayscaleo
  16416. groupdrawing
  16417. easyview
  16418. guideS
  16419. guide
  16420. guide
  16421. contents
  16422. guidelines
  16423. gwlayers
  16424. gwlayers
  16425. gwlayers
  16426. spooler
  16427. patch
  16428. gxenvironment
  16429. opengl
  16430. graphics
  16431. opengl
  16432. drawsprocket
  16433. multiple
  16434. monitor
  16435. renderer
  16436. opening
  16437. openstep
  16438. opentransport
  16439. opentransport
  16440. cache
  16441. display
  16442. opentransport
  16443. control
  16444. strip
  16445. module
  16446.  gracefully.
  16447. SampleRateAvail:  This snippet checks for the number of s
  16448. MacApp R13u5 
  16449. MacApp Release 13 is a significant new release of the venerable MacApp application framework. It has been thoroughly modernized and enhanced in preparation for the computing demands of the next millennium. The advent of more capable C++ compilers has finally allowed the MacApp team to incorporate many new capabilities which you, the MacApp developers, have requested for months or years.
  16450. Install MacApp R13u5
  16451.  display dialog "Sorry, the item you selected could not be found."
  16452.     return
  16453. end try
  16454. D!All Packages
  16455. Tool Chest Edition
  16456. Japanese Language Kit v1.2
  16457.     ou selected could not be found."
  16458.     return
  16459. end try
  16460. e    No Changef
  16461. PostScript
  16462. sample codeq
  16463. Dev.CD Apr 98 SDK2
  16464. D!All Packages
  16465. Mac OS SDK Edition
  16466. GXGraphicsected could not be found."
  16467.     return
  16468. end try
  16469. ecommends that all customers who are currently using System 7.5.3 sh
  16470. 54309X
  16471. Mar 00^    RL Disk 1
  16472. --set theItem to choose file -- uncomment to test in an AS editor
  16473.     tell application "Finder"
  16474.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:NSL 1.1 SDK:"
  16475.         activate
  16476.     end tell
  16477. on error errMsg number errNum
  16478.     --enter statements to perform when no records are found such as...
  16479.     display dialog "Sorry, the item you selected could not be found."
  16480.     return
  16481. end try
  16482. e    No ChangefoNSL
  16483. network
  16484.  TCP/IP search
  16485. browse Internet services
  16486. network administrator
  16487. domain
  16488. neighborhood.q
  16489. Dev.CD Mar 00 RL Disk 1
  16490.  D!All Packages
  16491. Tool Chest Edition
  16492. Network Stream
  16493. developers
  16494. development
  16495. device
  16496. device
  16497. driver
  16498. device
  16499. manager
  16500. device
  16501. managers
  16502. drivers
  16503. devnotes
  16504. dialog
  16505. dialogs
  16506. dictation
  16507. dictionary
  16508. .CD Feb 00 TC
  16509.  - Sample CodeV
  16510. 49253X
  16511. Feb 00^
  16512. #ts:Mac OS:Language Analysis SDK: document.
  16513. - Common
  16514.     - Sun Compliant Java Runtime Environment 1.1
  16515.     - QuickTime 3 
  16516.     - QTJava.zip
  16517.     - QTJava media samples
  16518. - Mac OS:
  16519.     - System 8 or later
  16520.     - Macintosh Runtime for Java (MRJ) 2.1
  16521. - Windows 95, 98, or NT::
  16522.     - JRE/JDK from Sun Microsystems, Inc. recommended
  16523. QuickTime, Java, MRJe
  16524. files
  16525. sample
  16526. games
  16527. sample
  16528. interapplication
  16529. communication
  16530. sample
  16531. networking
  16532. sample
  16533. utilities
  16534. sample
  16535. overview
  16536. sample
  16537. printing
  16538. sample
  16539. quickdraw
  16540. sample
  16541. quickdraw
  16542. sample
  16543. quicktime
  16544. sample
  16545. sound
  16546. sample
  16547. survey
  16548. sample
  16549. sample
  16550. toolbox
  16551. stylew
  16552. success
  16553. suite
  16554. suitesm
  16555. super
  16556. survey
  16557. switch
  16558. synchronization
  16559. systemx
  16560. technicalS
  16561. technotes
  16562. terminology^
  16563. tester
  16564. textedit
  16565. hangul
  16566. hanja
  16567. happen
  16568. happened
  16569. happening
  16570. happens
  16571. happily
  16572. hard-won
  16573. hardware
  16574. hardware-dependent
  16575. hardwared
  16576. harlan
  16577. harness
  16578. harper
  16579. harry
  16580. he/she
  16581. headaches
  16582. headerg
  16583. headers
  16584. heading
  16585. healthj
  16586. heaps
  16587. whole
  16588. wholesale
  16589. whoseN
  16590. wideR
  16591. wide-angle
  16592. widely
  16593. wildcard
  16594. wilderness
  16595. willT
  16596. 55130X
  16597. Nov 99^
  16598. --set theItem to choose file -- uncomment to test in an AS editor
  16599.     tell application "Finder"
  16600.         open item "Dev.CD Nov 99 TC:System Software:Worldwide QuickDraw GX:"
  16601.         activate
  16602.     end tell
  16603. on error errMsg number errNum
  16604.     --enter statements to perform when no records are found such as...
  16605.     display dialog "Sorry, the item you selected could not be found."
  16606.     return
  16607. end try
  16608. Deletedq
  16609. Dev.CD Nov 99 TC
  16610. UD!All Packages
  16611. Mac OS SDK Edition
  16612. Worldwide System Software
  16613. This folder contains Worldwide updates of Mac OS 8.1 that were available as this edition of the Developer CD went to press.
  16614.  To create floppy disks from the disk images or create net install folders on your desktop, use the "Disk Copy" application in the Utilities folder.
  16615. 55131X
  16616. 1e    No Change
  16617. er, PowerBook, CometONDev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:u selected could not be found."
  16618.     return
  16619. end try
  16620. PFDev.CD Feb 00 TC
  16621.  - Tool Chest
  16622.  - Testing & Debugging
  16623.  - General toolsr Fetterman and Randall Seger
  16624. The Interactive Corporation Success Guide is based on the book The Interactive Corporation: Using Interactive Media and Intranets to Enhance Business Performance, published in cooperation with Apple Computer Inc. Developer Relations Group for the Apple Media Program and Random House Reference & Information Publishing.
  16625. The book demonstrates through real life case studies that it is possible to 
  16626. correlate technology investments to measurable results by relating their impacts in business processes.  Business processes, which operate along horizontal lines in business, tend to have measurable business goals, unlike vertical organizational structures. 
  16627. This Success Guide is based on an adaptation of relevant sections of the book to address the specific needs of the interactive media developer community.  It is intended to help you increase your potential for success through project
  16628. descriptive
  16629. descriptor
  16630. descriptors_
  16631. designo
  16632. codewarrior
  16633. codewarrior's
  16634. codingo
  16635. coercion
  16636. coercions
  16637. coexist
  16638. cohasset
  16639. collaborate
  16640. collaborationj
  16641. collation
  16642. collect`
  16643. collected
  16644. collecting
  16645. collectionb
  16646. collection
  16647. inside
  16648. macintosh
  16649. books
  16650. related
  16651. programming
  16652. collection
  16653. developer
  16654. documentation
  16655. collection
  16656. documentation
  16657. developer
  16658. notes
  16659. collections
  16660. collectionservices
  16661. collectpictcolors
  16662. collects
  16663. collyer
  16664. W1.0O
  16665. Dev.CD Jul 95P
  16666. Dev.CD Jul 9V
  16667. 51060X
  16668. Jul 95
  16669. --set theItem to choose file -- uncomment to test in an AS editor
  16670.     tell application "Finder"
  16671.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:GXifier 1.1:"
  16672.         activate
  16673.     end tell
  16674. on error errMsg number errNum
  16675.     --enter statements to perform when no records are found such as...
  16676.     display dialog "Sorry, the item you selected could not be found."
  16677.     return
  16678. end try
  16679. 1.1.1 or higherNCOpen Transport, serial port, registry, OTGetUserPortNameFromPortRefO
  16680. Dev.CD Feb 00 TC:Sample Code:P
  16681. Dev.CD Feb 00 TC
  16682.  - Sample CodeV
  16683. 53097X
  16684. Feb 00^
  16685. r--set theItem to choose file -- uncomment to test in an AS editor
  16686.     tell application "Finder"
  16687.         open item "Dev.CD Feb 00 TC:Sample Code:"
  16688.         activate
  16689.     end tell
  16690. on error errMsg number errNum
  16691.     --enter statements to perform when no records are found such as...
  16692.     display dialog "Sorry, the item you selected could not be found."
  16693.     return
  16694. end try
  16695. e    No Change
  16696. e    No Change
  16697. AppleScriptO
  16698. Dev.CD Jan 95P
  16699. Dev.CD Jan 9V
  16700. 53954 Classic)OEDev.CD Apr 94
  16701. Dev.CD Jan 94
  16702. Dev.CD Oct 93
  16703. Dev.CD Jul 93
  16704. Dev.CD Apr 93PDDev.CD Apr 94
  16705. Dev.CD Jan 94
  16706. Dev.CD Oct 93
  16707. Dev.CD Jul 93
  16708. Dev.CD Apr 9V
  16709. 53779X
  16710. Apr 94
  16711. --set theItem to choose file -- uncomment to test in an AS editor
  16712.     tell application "Finder"
  16713.         open item "Dev.CD Apr 94
  16714. Dev.CD Jan 94
  16715. Dev.CD Oct 93
  16716. Dev.CD Jul 93
  16717. Dev.CD Apr 93"
  16718.         activate
  16719.     end tell
  16720. on error errMsg number errNum
  16721.     --enter statements to perform when no records are found such as...
  16722.     display dialog "Sorry, the item you selected could not be found."
  16723.     return
  16724. end try
  16725. All Packages
  16726. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  16727. Dev.CD Jan 94
  16728. Dev.CD Oct 93
  16729. Dev.CD Jul 93
  16730. Dev.CD Apr 93PDDev.CD Apr 94
  16731. Dev.CD Jan 94
  16732. Dev.CD Oct 93
  16733. Dev.CD Jul 93
  16734. Dev.CD Apr 9V
  16735. 53780X
  16736. Apr 94
  16737. decompression
  16738. scomP
  16739. compressionP
  16740. computer
  16741. configurationt
  16742. contextualh
  16743. controls
  16744. conversion
  16745. coprocessorQ
  16746. DumpNetworkSetup dumps the entire contents of the Network Setup database to a text file.  The purpose of this sample is twofold.  Firstly, it shows a simple use of the Network Setup API.  Secondly, it is a useful tool for debugging other Network Setup code because it allows you to see the affect your code had on the database.  I used DumpNetworkSetup extensively while developing the MoreNetworkSetup sample.
  16747. J'Sample Code.img
  16748. Windows Sample Code.imgK
  16749. Sep 99M
  16750. Network Setup, Mac OS 8.5N"Network Setup, network preferencesO
  16751. Dev.CD Feb 00 TC:Sample Code:P
  16752. Dev.CD Feb 00 TC
  16753.  - Sample CodeCD Mar 00 RL Disk 1
  16754. AppleTalk and PPP
  16755. @Summary: This package includes the draft specifications for running AppleTalk over the Point-to-Point Protocol.  If you want to implement AppleTalk running over the Point-to-Point Protocol you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  16756. Issues:Specifications only
  16757. ons only
  16758. Nov 94
  16759. A simple utility to test if a driver support asynchronous reads
  16760. Shows how to walk the driver table and relate a volume to a disk driver.J'Sample Code.img
  16761. Windows Sample Code.imgK
  16762. Aug 97N&async, asynchronous, driver unit tableO
  16763. Dev.CD Feb 00 TC:Sample Code:P
  16764. Dev.CD Feb 00 TC
  16765.  - Sample CodeV
  16766. 53976X
  16767. Feb 00^
  16768. r--set theItem to choose file -- uncomment to test in an AS editor
  16769.     tell application "Finder"
  16770.         open item "Dev.CD Feb 00 TC:Sample Code:"
  16771.         activate
  16772.     end tell
  16773. on error errMsg number errNum
  16774.     --enter statements to perform when no records are found such as...
  16775.     display dialog "Sorry, the item you selected could not be found."
  16776.     return
  16777. end try
  16778. e    No Changef$async
  16779. asynchronous
  16780. driver unit tableq
  16781. Dev.CD Feb 00 TC
  16782. SD!All Packages
  16783. Tool Chest Edition
  16784. AsyncDriverSample1.0b4
  16785.     stem extension (INIT), driver (DRVR) and control panel (cdev) in one file, to achieve maximum functionality while minimising the number of items in the System Folder.
  16786. net/biz/bbsw
  16787. netcom
  16788. netscapej
  16789. netsprocket
  16790. netstat
  16791. netware
  16792. networkB
  16793. networkingj
  16794. networks
  16795. networksetuphelpers
  16796. networkstream
  16797. never
  16798. never-before-possibl
  16799. nevertheless
  16800. 54716X
  16801. Feb 00^
  16802. r--set theItem to choose file -- uncomment to test in an AS editor
  16803.     tell application "Finder"
  16804.         open item "Dev.CD Feb 00 TC:Sample Code:"
  16805.         activate
  16806.     end tell
  16807. on error errMsg number errNum
  16808.     --enter statements to perform when no records are found such as...
  16809.     display dialog "Sorry, the item you selected could not be found."
  16810.     return
  16811. end try
  16812. e    No Changeq
  16813. Dev.CD Feb 00 TC
  16814. D!All Packages
  16815. Tool Chest Edition
  16816. Snippets - Text
  16817. (** = new, * = revised)
  16818. ChangeTextStyleRec:  A utility routine that can simplify the process of modifying a TextStyle record to change a font, style, or type size.
  16819. NamingTableAccess:  NamingTableAccess is a Pascal Unit, and a small application demonstrating its usage. It helps dig out the contents of the NamingTable in a TrueType 'sfnt'
  16820. strlist:  A string list library.  See "strlist.txt" for details.
  16821. J'Sample Code.img
  16822. Windows Sample Code.imgK
  16823. Feb 92L
  16824. May 96nge
  16825. QuickDraw
  16826.  FX:  A demo of every CopyBits permutation you can imagine, and then some.
  16827. Record
  16828. RetrievePictInfo:  This snippet shows how to retrieve the colortable from multiple PICT resources using the System 7 calls RecordPictInfo and RetrievePictInfo.
  16829. Restore Screen Cluts:  This snippet shows how to restore all the screen
  16830. s color tables back to what they normally are using two different methods.
  16831. Rotate Bitmap 90
  16832. :  Shows a fast way to rotate bitmaps by 90 degrees.
  16833. RotateString:  This c
  16834. ontains the code for rotating a string 90 degrees.  Just call  RotateString and you get back a BitMap containing the rotated text.
  16835. Rubber Bandit:  This silly little app demonstrates how to do rubber-banding in a dialog using srcXOr mode.
  16836. Save PICT file:  Creates a QuickDraw PICT and saves it as a PICT file, including the required header of 512 bytes of nothing important.
  16837. ScreenDump:  This snippet shows how to dump an area of the screen to a PicHandle
  16838. SearchProcs & Color Separation:  Th
  16839. Updating Drivers for PM v1.0
  16840. pple operating systems and/or third-party applications designed for execution on such systems is strictly prohibited. 
  16841. Jz100% View Files:
  16842. 7/96 Apple Grayscale Appearance
  16843. Linked Files:
  16844. Transitions To Mac OS 8 Themes
  16845. Updated Grayscale AppearanceK
  16846. Apr 96L
  16847. Sep 96M6SimpleText 1.2 or later, Acrobat Exchange 2.0 or laterO[Dev.CD Mar 00 RL Disk 1:Technical Documentation:Human Interface:Apple Grayscale Appearance:PcDev.CD Mar 00 RL Disk 1
  16848.  - Technical Documentation
  16849.  - Human Interface
  16850.  - Apple Grayscale AppearanceickDraw3D:
  16851. QuickDraw3DRAVE:
  16852. resedit:
  16853. runtimehtml:
  16854. scriptingadditions:
  16855. Sound:
  16856. speechrecogmgr:
  16857. Sprockets:
  16858. Telephony:
  16859. Text:
  16860. TextEncodingCMgr:
  16861. Toolbox:
  16862. checkedoutfiles
  16863. checker
  16864. checkers
  16865. checkgestalt
  16866. checkinall
  16867. checkingY
  16868. checks
  16869. checksum
  16870. checkwindowin
  16871. checkwindowout
  16872. chesley
  16873. chess
  16874. chest
  16875. chineese
  16876. folder
  16877. contains
  16878. apple
  16879. source
  16880. folder
  16881. contains
  16882. archives
  16883. format
  16884. apple
  16885. folder
  16886. contains
  16887. latest
  16888. version
  16889. controls
  16890. hypercard
  16891. update
  16892. features
  16893. including
  16894. powerplant
  16895. version
  16896. inputsprocket
  16897. update
  16898. appearance
  16899. 1.0.3
  16900. manager
  16901. manager
  16902. package
  16903. consists
  16904. files
  16905. provide
  16906. information
  16907. package
  16908. contains
  16909. number
  16910. routines
  16911. helpful
  16912. package
  16913. contains
  16914. appleshare
  16915. 3.6.5
  16916. first
  16917. package
  16918. contains
  16919. drive
  16920. setup
  16921. v1.7.2
  16922. program
  16923. package
  16924. contains
  16925. source
  16926. resources
  16927. project
  16928. package
  16929. contains
  16930. processor
  16931. emulator
  16932. extensions
  16933. package
  16934. includes
  16935. transport
  16936. debug
  16937. package
  16938. compatible
  16939. asynchronous
  16940. block
  16941. ckDraw
  16942. GrayT
  16943. All Packages
  16944. QuickDraw 3DO
  16945. Dev.CD Jan 96 SSWP
  16946. Dev.CD Jan 96 SSV
  16947. 54449X
  16948. Jan 96
  16949. f--set theItem to choose file -- uncomment to test in an AS editor
  16950.     tell application "Finder"
  16951.         open item "Dev.CD Jan 96 SSW"
  16952.         activate
  16953.     end tell
  16954. on error errMsg number errNum
  16955.     --enter statements to perform when no records are found such as...
  16956.     display dialog "Sorry, the item you selected could not be found."
  16957.     return
  16958. end try
  16959. All Packages
  16960. QuickDraw 3DO
  16961. Dev.CD Jan 96 SSWP
  16962. Dev.CD Jan 96 SSV
  16963. 54450X
  16964. Jan 96
  16965. f--set theItem to choose file -- uncomment to test in an AS editor
  16966.     tell application "Finder"
  16967.         open item "Dev.CD Jan 96 SSW"
  16968.         activate
  16969.     end tell
  16970. on error errMsg number errNum
  16971.     --enter statements to perform when no records are found such as...
  16972.     display dialog "Sorry, the item you selected could not be found."
  16973.     return
  16974. end try
  16975. All Packages
  16976. QuickDraw 3DO
  16977. Dev.CD Jan 96 SSWV
  16978. 54451X
  16979. --set theItem to choose file -- uncomment to test in an AS editor
  16980.     tell application "Finder"
  16981.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:GXOverrideTool:"
  16982.         activate
  16983.     end tell
  16984. on error errMsg number errNum
  16985.     --enter statements to perform when no records are found such as...
  16986.     display dialog "Sorry, the item you selected could not be found."
  16987.     return
  16988. end try
  16989.  that displays text.
  16990.  mdefproc: Standard menu defproc for scrolling and hierarchical meB
  16991.  rdocproc: WDEF for rounded-corner windows.
  16992.  sbarcdef: Scroll bar CDEF.
  16993.  wprocasm: Standard WDEF for documentProc, dBoxProc,    plainDBox, altDBoxProc, noGrowDocProc, zoomdocproc, zoomNoGrow.
  16994. Jkbutcdef.a
  16995. LDefProc0.A
  16996. mdefproc.a
  16997. rdocproc.a
  16998. Read Me 
  16999.  DefProcs
  17000. Read Me 
  17001.  DefProcs.txt
  17002. sbarcdef.a
  17003. wprocasm.aK
  17004. Aug 93O-Dev.CD Feb 00 TC:Tool Chest:Toolbox:DefProcs:P5Dev.CD Feb 00 TC
  17005.  - Tool Chest
  17006.  - Toolbox
  17007.  - DefProcs the resolution, which throws another wrench in the works: scaling.
  17008. This document lists all selectors, known to the creator, for use with the Gestalt Manager. They can include selector codes installed by Apple (system) software or by software from third parties (your software?). The information in this list is useful for programmers who use the Gestalt Manager with their software (even using externals, as with HyperCard, 4th Dimension and so on).
  17009. NOTE: This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis.  Apple is not responsible for any probleB!ms you may encounter in it's use.
  17010. Jk6th Anniversary
  17011. Gestalt Selectors List 4.3
  17012. Gestalt Submission Form
  17013. gestalt.html
  17014. GSL View (EasyView)
  17015. UpdatesK
  17016. May 95L
  17017. Dec 98M7Any word processor capable of reading a 400K text file.N
  17018. Gestalt Selector Codes, Gestalt Manager, Machine Identification, System Identification, System Software Release, Version, Capabilities, System FeaturesODDev.CD Feb 00 TC:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:sis, accepts LL(k) grammars for k>1 with extended
  17019. p--set theItem to choose file -- uncomment to test in an AS editor
  17020.     tell application "Finder"
  17021.         open item "Dev.CD May 94
  17022. Dev.CD Feb 94"
  17023.         activate
  17024.     end tell
  17025. on error errMsg number errNum
  17026.     --enter statements to perform when no records are found such as...
  17027.     display dialog "Sorry, the item you selected could not be found."
  17028.     return
  17029. end try
  17030. uld not be found."
  17031.     return
  17032. end try
  17033. All Packages
  17034. System 7.5 Update 2.0O
  17035. Dev.CD Jul 96 SSWP
  17036. Dev.CD Jul 96 SSV
  17037. 53564X
  17038. Jul 96
  17039. f--set theItem to choose file -- uncomment to test in an AS editor
  17040.     tell application "Finder"
  17041.         open item "Dev.CD Jul 96 SSW"
  17042.         activate
  17043.     end tell
  17044. on error errMsg number errNum
  17045.     --enter statements to perform when no records are found such as...
  17046.     display dialog "Sorry, the item you selected could not be found."
  17047.     return
  17048. end try
  17049. All Packages
  17050. System 7.5 Update 2.0O
  17051. Dev.CD Jul 96 SSWP
  17052. Dev.CD Jul 96 SSV
  17053. 53565X
  17054. Jul 96
  17055. TE 1.3a6
  17056. Summary: This is the electronic version of develop magazine.
  17057.  Issue 29 Summary
  17058. Easy 3D With the QuickDraw 3D Viewer  by Nick Thompson
  17059. s easy to integrate support for the QuickDraw 3D Viewer in your application, requiring only a few extra calls. Adding such support will allow your users to import and manipulate 3D data in your application with a standard, intuitive interface.
  17060. Gearing Up for Asia With the Text Services Manager and TSMTE  by Tague Griffith
  17061. Supporting the Text Services 
  17062. Manager (TSM) allows your application to transparently make use of the wide variety of text input methods required by 2-byte languages like Japanese, Chinese, and Korean. And TSMTE makes support of TSM a simple matter.
  17063. High-Performance ACGIs in C  by Ken Urquhart
  17064. Most simple ACGI programs are written in AppleScript, but for speed-critical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  17065. notification
  17066. notifier
  17067. notify
  17068. notions
  17069. novell
  17070. novemberj
  17071. novice
  17072. nsa/commerce
  17073. nsarray
  17074. manager
  17075. library
  17076. plug-ins
  17077. network
  17078. administrator's
  17079. guide
  17080. second
  17081. edition
  17082. nsstring
  17083. nsthread
  17084. nubusQ
  17085. nubustester
  17086. nubustester
  17087. library
  17088. source
  17089. detect
  17090. early
  17091. macintosh
  17092. nuclear
  17093. number
  17094. numbers
  17095. numerals
  17096. numeric
  17097. nvram
  17098. nvramrc
  17099. user's
  17100. user-centric
  17101. user-controllable
  17102. user-controlled
  17103. user-defined
  17104. user-interface
  17105. user-perceived
  17106. userchkgestaltfuncti
  17107. userfunction
  17108. useritem
  17109. usersh
  17110. usingA
  17111. he    No Changef0PC Card 3.0
  17112. Location Manager
  17113. Eject
  17114. Action moduleq
  17115. Dev.CD Feb 00 TC
  17116. iD!All Packages
  17117. Mac OS SDK Edition
  17118. Embedding Profile Documentation
  17119. CThis folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats.
  17120. This folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats. These documents are of interest to ColorSync-savvy applications.
  17121. Embedding ICC Profile in GIF89a
  17122. Embedding ICC Profiles in EPS
  17123. Embedding ICC Profiles in JFIF
  17124. Embedding ICC Profiles in Pict
  17125. Embedding ICC Profiles in TIFFK
  17126. Apr 98M    ColorSyncN9ColorSync, ICC, Profile Embed, JFIF, GIF, PICT, TIFF, EPSOiDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:PtDev.CD Apr 98 SDK1
  17127.  - Development Kits (Disc 1)
  17128.  - ColorSync SDK
  17129.  - Documentation
  17130.  - Embedding Profile DocumentationV
  17131. 54127X
  17132. Apr 98^
  17133. An example of OpenGL and DrawSprocket integration for full screen drawing, correctly handling multiple displays.  Also, this shows how to get the version of DrawSprocket in use for both DrawSprocket 1.1.4 and 1.7 and demonstrates multiple OpenGL pixel format examples.  Lastly, it integrates a simple OpenGL buffer swaps per second counter.
  17134.         
  17135. The optimal way to select a rendering context would be to check the available devices, find the best, then present the user with a selection dia
  17136. log only if there are more than one "best" device.  Currently, there is not a good mechanism to do this easily, so the two best other options are:
  17137. 1) Iterate through the available devices find the best renderer, build a DSp context on this, then build your OPenGL context.  The downfall of this method is that you know nothing about the graphics capabilities of the device and the user can't select another screen.  The upside is that you get a renderer that is has the capabilities you want.
  17138. stress
  17139. stress
  17140. testing
  17141. tools
  17142. strip
  17143. stripdup
  17144. stripdup
  17145. stripunits
  17146. strwidth
  17147. strwidth
  17148. libraries
  17149. stuff
  17150. stylew
  17151. style
  17152. submission
  17153. success
  17154. suitem
  17155. suitesm
  17156. suites
  17157. under
  17158. developmentm
  17159. support
  17160. supporting
  17161. supporting
  17162. files
  17163. survey
  17164. survival
  17165. guide
  17166. sweden
  17167. sweden
  17168. distributors/localiz
  17169. swedish
  17170. swedish
  17171. 1.1.3
  17172. switch
  17173. switch
  17174. switz
  17175. switz
  17176. distributors/localiz
  17177. symantec
  17178. symantec
  17179. builds
  17180. symfilesu
  17181. synccatch
  17182. synchronization
  17183. synthesis
  17184. sysconfig
  17185. sysconfig
  17186. 1.5b16
  17187. system
  17188. additions
  17189. system
  17190. folder
  17191. items
  17192. systemfolder
  17193. systemfolder
  17194. tabloid
  17195. tabloid
  17196. target
  17197. tccalc
  17198. plug-in's
  17199. witha
  17200. withinb
  17201. withoutg
  17202. womack
  17203. won't
  17204. woodcock
  17205. words
  17206. word-processing
  17207. wordperfect
  17208. wordsj
  17209. wordservices
  17210. workh
  17211. work-arounds
  17212. work-flow
  17213. workable
  17214. workaround
  17215. workarounds
  17216. workbook
  17217. workers
  17218. workflows
  17219. nts later. 
  17220.   -An example of using 
  17221. burning
  17222. nov/dec
  17223. nov/dec
  17224. 2.1.1
  17225. 2.1.2
  17226. 2.1.3
  17227. 2.1.4
  17228. 3.2.1
  17229. 8.5.1
  17230. 802.2
  17231. 802.3
  17232. g--set theItem to choose file -- uncomment to test in an AS editor
  17233.     tell application "Finder"
  17234.         open item "Dev.CD Jan 96 SDK1"
  17235.         activate
  17236.     end tell
  17237. on error errMsg number errNum
  17238.     --enter statements to perform when no records are found such as...
  17239.     display dialog "Sorry, the item you selected could not be found."
  17240.     return
  17241. end try
  17242. em you selected could not be found."
  17243.     return
  17244. end try
  17245. e    No Changef9Thread Manager
  17246. thread
  17247. threads
  17248.  tasks
  17249. tasking
  17250. multitaskingq
  17251. Dev.CD Apr 00 SDK1
  17252. Ticket  to Program 1.0
  17253. Summary: This program illustrates the the use of menus, windows, and alerts.  It shows how to create alerts, draw 5 different window types, hierarchical and PopUp menus, and how to add, toggle and set the style for menu items.
  17254. This package is System 7.0 compatible.
  17255. JlTicket to Program
  17256. Ticket to Program Proj
  17257. Ticket to Program Proj.Rsrc
  17258. Ticket to Program.c
  17259. Ticket to Program.hK
  17260. Vol IXM
  17261. Written in Think C 4.0en in Think C 4.0
  17262. 4400/200
  17263. appearance-aware
  17264. appeared
  17265. appearing
  17266. appears
  17267. append
  17268. appendages
  17269. appendditl
  17270. appending
  17271. appendix
  17272. appendixesw
  17273. appkit
  17274. appkit
  17275. reference
  17276. appleO
  17277. trees
  17278. triangles
  17279. triangular
  17280. trick
  17281. tricksS
  17282. tricky
  17283. tries
  17284. triggerT
  17285. tripped
  17286. trivial
  17287. understands
  17288. unexpected
  17289. unifiedj
  17290. uninitiated
  17291. unique
  17292. Demo:  This sample code demonstrates how to use the AppleTalk Transaction Protocol (ATP) to send data back and forth between two machines on the network.
  17293. ENET Sample:  This snippet demonstrates how one can use the Ethernet routines described in Inside Macintosh volume VI.  The program demonstrates the basic use of the various Control calls to the ENET driver.
  17294. Get Ethernet Address:  Demonstrates both the use of the LAP Manager to get the current AppleTalk connection device and a call to E
  17295. GetInfo to obtain the burned in Ethernet address.
  17296. Get LAP Connection:  Sample code to demonstrate use of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  17297. GetADEVType:  Sample code to demonstrate use of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  17298. Neighborhood Watch:  Neighborhood Watch is a MultiFinder friendly application which allows people 
  17299.  list of devices in the system, possibly by executing code on PCI cards.  The bug is related to OF knowing what Forth code to execute for what PCI device or a card or motherboard.
  17300. The patch works by modifying the way the OF kernel services "byte-load-file" and "byte-load-file?" work.  These services "load" into active OF RAM pieces of OF code from a dormant store of tagged Forth code pieces, such as drivers and other code.
  17301. The problem was that incorrect OF code was being matched up with 
  17302. certain PCI cards that contained PCI-PCI bridges.
  17303. All PCI devices are identified by hardware (vendor ID, class code) registers.  Apple's OF implementation has a number of OF drivers and other code that are designed to execute on those PCI devices' behalf.  Upon detection of what PCI cards are plugged in and obtaining their (vendor ID, class code) tags, a table of OF drivers with corresponding tags is searched, and if a match is found, that code is executed.  The "byte-load-file" services 
  17304. soundappsnds
  17305. soundappsnds
  17306. soundboard
  17307. soundboard
  17308. debug
  17309. prefix
  17310. soundboard
  17311. soundboard
  17312. prefix
  17313. soundboard
  17314. soundmemrecord
  17315. soundmemrecord
  17316. soundrecord
  17317. soundrecord
  17318. soundrecord
  17319. sounds
  17320. soundsprocket
  17321. soundsprocket
  17322. soundsprockettest
  17323. soundsprockettest
  17324. soundsprockettest
  17325. soundunit
  17326. soundunit
  17327. soundunit
  17328. source
  17329. source
  17330. masher
  17331. software
  17332. improves
  17333. float-to-int
  17334. conversion
  17335. summary
  17336. stack
  17337. contains
  17338. collection
  17339. apple
  17340. event
  17341. xcmdn
  17342. summary
  17343. stack
  17344. allow
  17345. users
  17346. register
  17347. creator
  17348. summary
  17349. submission
  17350. contains
  17351. virtual
  17352. external
  17353. tructure region
  17354. content region
  17355. window class
  17356. window classes
  17357. window layers
  17358. window attributes
  17359. scrolling
  17360. Menu Manager
  17361. menus
  17362. Carbon
  17363. Apple menu
  17364. menu items
  17365. /developer.apple.com/techpubs/index.html
  17366. 54684X
  17367. Feb 00^
  17368. --set theItem to choose file -- uncomment to test in an AS editor
  17369.     tell application "Finder"
  17370.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Graphics 3D:SetupGL:"
  17371.         activate
  17372.     end tell
  17373. on error errMsg number errNum
  17374.     --enter statements to perform when no records are found such as...
  17375.     display dialog "Sorry, the item you selected could not be found."
  17376.     return
  17377. end try
  17378. e    No Changef"OpenGL
  17379. full screen
  17380. DrawSprocketq
  17381. Dev.CD Feb 00 TC
  17382. D!All Packages
  17383. Tool Chest Edition
  17384. SetWindBackColorI
  17385. Demonstrates how to programmatically set the background color of a window without flicker.
  17386. Don't have the Appearance Manager running.J'Sample Code.img
  17387. Windows Sample Code.imgK
  17388. Aug 97N
  17389. background color WDEF windowO
  17390. Dev.CD Feb 00 TC:Sample Code:P
  17391. Dev.CD Feb 00 TC
  17392.  - Sample CodeV
  17393. 54685X
  17394. Feb 00^
  17395. #Overview [NEW]
  17396. ---------------------------
  17397. This document summarizes the benefits of Core Foundation and explains some of the key conce
  17398. Dev.CD Jul 93
  17399. Dev.CD Apr 9V
  17400. 54601X
  17401. Jul 93
  17402. p--set theItem to choose file -- uncomment to test in an AS editor
  17403.     tell application "Finder"
  17404.         open item "Dev.CD Jul 93
  17405. Dev.CD Apr 93"
  17406.         activate
  17407.     end tell
  17408. on error errMsg number errNum
  17409.     --enter statements to perform when no records are found such as...
  17410.     display dialog "Sorry, the item you selected could not be found."
  17411.     return
  17412. end try
  17413. All Packages
  17414. F    QuickTimeO
  17415. Dev.CD Jul 93
  17416. Dev.CD Apr 93P
  17417. Dev.CD Jul 93
  17418. Dev.CD Apr 9V
  17419. 54602X
  17420. Jul 93
  17421. p--set theItem to choose file -- uncomment to test in an AS editor
  17422.     tell application "Finder"
  17423.         open item "Dev.CD Jul 93
  17424. Dev.CD Apr 93"
  17425.         activate
  17426.     end tell
  17427. on error errMsg number errNum
  17428.     --enter statements to perform when no records are found such as...
  17429.     display dialog "Sorry, the item you selected could not be found."
  17430.     return
  17431. end try
  17432. All Packages
  17433. F    QuickTimeO
  17434. Dev.CD Jul 93
  17435. Dev.CD Apr 93V
  17436. 54603X
  17437. b--set theItem to choose file -- uncomment to test in an AS editor
  17438.     tell application "Finder"
  17439.         open item "Dev.CD Jul 95"
  17440.         activate
  17441.     end tell
  17442. on error errMsg number errNum
  17443.     --enter statements to perform when no records are found such as...
  17444.     display dialog "Sorry, the item you selected could not be found."
  17445.     return
  17446. end try
  17447. templatey
  17448. templatesz
  17449. temporalv
  17450. temporarily
  17451. temporary
  17452. tensor
  17453. terence
  17454. terms
  17455. terminal
  17456. terminology^
  17457. termsb
  17458. ternasky
  17459. tesample
  17460. test]
  17461. testarbitraryallocat
  17462. testeds
  17463. testgestalt
  17464. 54092X
  17465. Mar 00^
  17466. --set theItem to choose file -- uncomment to test in an AS editor
  17467.     tell application "Finder"
  17468.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  9:"
  17469.         activate
  17470.     end tell
  17471. on error errMsg number errNum
  17472.     --enter statements to perform when no records are found such as...
  17473.     display dialog "Sorry, the item you selected could not be found."
  17474.     return
  17475. end try
  17476. Next CDq
  17477. Dev.CD Mar 00 RL
  17478. GD.All Packages
  17479. Mac OS SDK Edition
  17480. New & RevisedF
  17481. Developer Documentation
  17482.     iew release, and a growing list of online publishers
  17483. including, most recently, Fox News Online, Fox Sports Online and The Weather Channel
  17484. QuickTime 4 is the hottest streaming technology on the Internet.
  17485. Over 17,000 software products are built with QuickTime, and 400 new QuickTime-enabled products are created every month. And more than 57% of websites that use video use QuickTime.
  17486. For more informatoptionmanagment
  17487. ottcpwilldial
  17488. packages
  17489.     Hjh MacTCP networking. You can easily put this code into your MacTCP application for the same functionality.
  17490. J'Sample Code.img
  17491. Windows Sample Code.imgK
  17492. Feb 92L
  17493. May 95O
  17494. Dev.CD Feb 00 TC:Sample Code:P
  17495. Dev.CD Feb 00 TC
  17496.  - Sample Code,
  17497. 11-12/96k
  17498. 11-otherR
  17499. 11-other
  17500. topicsR
  17501. 11/95j
  17502. 11/97l
  17503. 12-trainingR
  17504. 12-training
  17505. schedule
  17506. 12/95j
  17507. 13-duR
  17508. 13-du
  17509. training
  17510. sites
  17511. 2-1.1.3
  17512. 2.0.1t
  17513. 2.0.2
  17514. 2.0.6
  17515. 2.0.6
  17516. files
  17517. 2.0b6
  17518. documentationandsamp
  17519. assistant
  17520. async
  17521. async
  17522. device
  17523. asynchronous
  17524. asynchronous
  17525. atapi
  17526. atmark
  17527. atsui
  17528. attributes
  17529. atworld
  17530. audio
  17531. authentication
  17532. automated
  17533. automated
  17534. testing
  17535. mation
  17536. aware
  17537. background
  17538. background
  17539. apple
  17540. event
  17541. background
  17542. color
  17543. window
  17544. background-only
  17545. backside
  17546. backup
  17547. balloon
  17548. balloon
  17549. balloons
  17550. bandai
  17551. bandwidthA
  17552. barrier
  17553. services
  17554. based
  17555. batch
  17556. batch
  17557. processing
  17558. bi-directional
  17559. blanking
  17560. blitters
  17561. block
  17562. bridge
  17563. broadcast
  17564. browse
  17565. browse
  17566. internet
  17567. services
  17568. browser
  17569. buffered
  17570. buffered
  17571. system
  17572. buffering
  17573. reports
  17574. F! PartMaker readme
  17575. !!! CW builds:
  17576. !!! MPW builds:
  17577. !!! Symantec builds:
  17578. App.defs.h
  17579. App.h
  17580. App.protos.h
  17581. DoEvent.c
  17582. EventLoop.c
  17583. File.c
  17584. FindEverything.c
  17585. IdleTasks.c
  17586. Menu.c
  17587. OBJECT:
  17588. OBJECTPPC:
  17589. PartMaker.68k copy
  17590. Start.c
  17591. TRootObj.c
  17592. WallToWallDialog.WDEF.c
  17593. WallToWallDialog.WDEF.
  17594. Window.c
  17595. WindowDialog.c
  17596. WindowPalette.c
  17597. customization
  17598. and Filter) are available to fit into any type of work-flow, and to provide color matching capabilities to the novice color user as well as to the most demandi
  17599. ng color user.
  17600. With the Plug-In
  17601. s you will be able to: 
  17602.  Accurately print the image viewed on your monitor. 
  17603.  Accurately print or view the image you have scanned. 
  17604.  Embed a profile in your image to be specified as the image
  17605. s source. 
  17606.  Make four-color or HiFi-color separations for any press printing condition. 
  17607.  Use your in-house device to preview what your image will look like on the printing press. 
  17608.  Execute any custom color matching needed.
  17609. New ColorSync Photoshop Plug-ins (Impo
  17610.     E| non-Apple operating systems and/or third-party applications designed for execution on such systems is strictly prohibited. 
  17611. Jz100% View Files:
  17612. 7/96 Apple Grayscale Appearance
  17613. Linked Files:
  17614. Transitions To Mac OS 8 Themes
  17615. Updated Grayscale AppearanceK
  17616. Apr 96L
  17617. Sep 96M6SimpleText 1.2 or later, Acrobat Exchange 2.0 or laterO[Dev.CD Mar 00 RL Disk 1:Technical Documentation:Human Interface:Apple Grayscale Appearance:PcDev.CD Mar 00 RL Disk 1
  17618.  - Technical Documentation
  17619.  - Human Interface
  17620.  - Apple Grayscale AppearanceickDraw3D:
  17621. QuickDraw3DRAVE:
  17622. resedit:
  17623. runtimehtml:
  17624. scriptingadditions:
  17625. Sound:
  17626. speechrecogmgr:
  17627. Sprockets:
  17628. Telephony:
  17629. Text:
  17630. TextEncodingCMgr:
  17631. Toolbox:
  17632. click
  17633. click-dragging
  17634. clicked
  17635. clicking
  17636. clicksh
  17637. client
  17638. client-server
  17639. client/serverj
  17640. clipboard
  17641. clipper
  17642. clipping
  17643. clock
  17644. Program sample to demonstrate the use of Apple Events to obtain the status information associated with OT/PPP or ARA 3.0
  17645. Distinguishes between OT/PPP and ARA.J'Sample Code.img
  17646. Windows Sample Code.imgK
  17647. Apr 98MKOpen Transport 1.1.1 and the SDK, Open Transport PPP or ARA 3.0 or greater.N OT/PPP. Open Transport, PPP, ARAO
  17648. Dev.CD Feb 00 TC:Sample Code:P
  17649. Dev.CD Feb 00 TC
  17650.  - Sample CodeV
  17651. 54148X
  17652. Feb 00^
  17653. r--set theItem to choose file -- uncomment to test in an AS editor
  17654.     tell application "Finder"
  17655.         open item "Dev.CD Feb 00 TC:Sample Code:"
  17656.         activate
  17657.     end tell
  17658. on error errMsg number errNum
  17659.     --enter statements to perform when no records are found such as...
  17660.     display dialog "Sorry, the item you selected could not be found."
  17661.     return
  17662. end try
  17663. e    No Changef
  17664. OT/PPP. Open Transport
  17665. Dev.CD Feb 00 TC
  17666. All Packages
  17667. GetSetOptionsV
  17668. 54149X
  17669. dEffects:V
  17670. 51545X
  17671. 1e    No Change
  17672. shrink
  17673. shrink-wrapped
  17674. shrinking
  17675. automation
  17676. All Packages
  17677. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  17678. Dev.CD Jan 94
  17679. Dev.CD Oct 93P(Dev.CD Apr 94
  17680. Dev.CD Jan 94
  17681. Dev.CD Oct 9V
  17682. 54975X
  17683. Apr 94
  17684. ~--set theItem to choose file -- uncomment to test in an AS editor
  17685.     tell application "Finder"
  17686.         open item "Dev.CD Apr 94
  17687. Dev.CD Jan 94
  17688. Dev.CD Oct 93"
  17689.         activate
  17690.     end tell
  17691. on error errMsg number errNum
  17692.     --enter statements to perform when no records are found such as...
  17693.     display dialog "Sorry, the item you selected could not be found."
  17694.     return
  17695. end try
  17696. All Packages
  17697. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  17698. Dev.CD Jan 94
  17699. Dev.CD Oct 93
  17700. Dev.CD Jul 93P6Dev.CD Apr 94
  17701. Dev.CD Jan 94
  17702. Dev.CD Oct 93
  17703. Dev.CD Jul 9V
  17704. 54976X
  17705. Apr 94
  17706. giving
  17707. glance
  17708. globalj
  17709. global-aware
  17710. globally
  17711. globals
  17712. glossariess
  17713. glossaryw
  17714. gluen
  17715. cond.  
  17716. J'Sample Code.img
  17717. Windows Sample Code.imgK
  17718. Feb 97L
  17719. Mar 97M
  17720. Open Transport 1.1.1 or greaterO
  17721. Dev.CD Feb 00 TC:Sample Code:P
  17722. Dev.CD Feb 00 TC
  17723.  - Sample Code 00^
  17724. --set theItem to choose file -- uncomment to test in an AS editor
  17725.     tell application "Finder"
  17726.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Declaration ROMs:"
  17727.         activate
  17728.     end tell
  17729. on error errMsg number errNum
  17730.     --enter statements to perform when no records are found such as...
  17731.     display dialog "Sorry, the item you selected could not be found."
  17732.     return
  17733. end try
  17734. e    No Changeq
  17735. Dev.CD Feb 00 TC
  17736. 'D!All Packages
  17737. Tool Chest Edition
  17738. DefProcs
  17739. wprocasm
  17740. wrapcommenttext
  17741. wrapper
  17742. wrench
  17743. wringer
  17744. writec
  17745. Summary:  The aim of this application and its code is to give an example of creating a Scriptable Application. A scriptable application goes far beyond supporting just the basic four events of the Required Suite (Open Application, Open Documents, Print Documents and Quit Application).
  17746. This latest version of 7Edit has been designed to be very similar to the Scriptable Text Editor. The example may not be as fully scriptable as the Scriptable Text Editor but it should give you good idea of hB
  17747. ow to make your application scriptable. In particular it shows you how to handle the 'whose' clause in AppleScript.
  17748. This version of 7Edit also demonstrates  QuickDraw GX printing and Drag Manager Support.
  17749. J'Sample Code.img
  17750. Windows Sample Code.imgK
  17751. Jan 96L
  17752. Dev.CD Feb 00 TC:Sample Code:P
  17753. Dev.CD Feb 00 TC
  17754.  - Sample Codeange
  17755. ontains
  17756. dozens
  17757. samples
  17758. summary
  17759. folder
  17760. contains
  17761. electronic
  17762. forms
  17763. allow
  17764. ver sustains better than 300 connections per se
  17765. An extension which enables developers to adopt the high-level toolbox APIs introduced in Mac OS 8 making it available on systems as far back as 7.1.
  17766. Includes:
  17767. Runtime software
  17768. Interfaces & Libraries
  17769. Documentation
  17770. Sample Code
  17771. Appearance Control Panel
  17772. Appearance Extension
  17773. Bug fixes
  17774. An extensive list of new functionality such as new control types, moderm primitives and the appearance manager.  These are aimed at developers who wish to adopt the new controls but don't wish to have multiple cod
  17775. ee paths.  The sole purpose is to speed up adoption of the appearance mgr to increase consistency of the Macintosh User Experience.
  17776. Appearance runs on 68k and PowerPC processors; it supports three run-time models: Classic 68k, CFM-68k and PowerPC CFM.  Color QuickDraw is required for Appearance, so it requires a 68020 or better processor.
  17777. See the ReadMe.
  17778. J"Appearance
  17779. Contextual Menu ManagerK
  17780. Mar 98L
  17781. Apr 98OHDev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:enc
  17782. 54713X
  17783. Feb 00^
  17784. r--set theItem to choose file -- uncomment to test in an AS editor
  17785.     tell application "Finder"
  17786.         open item "Dev.CD Feb 00 TC:Sample Code:"
  17787.         activate
  17788.     end tell
  17789. on error errMsg number errNum
  17790.     --enter statements to perform when no records are found such as...
  17791.     display dialog "Sorry, the item you selected could not be found."
  17792.     return
  17793. end try
  17794. e    No Changeq
  17795. Dev.CD Feb 00 TC
  17796. D!All Packages
  17797. Tool Chest Edition
  17798. Snippets - QuickTime
  17799. Q(** = new, * = revised)
  17800. MovieToAIFF:  This app demonstrates various ways to use Movie Export Component to export QuickTime movie files into AIFF files.
  17801. VDTextSample:  This snippet shows you how to draw and erase text to the video preview image without causing flickers on the screen. It only  works with 'vdig's that support key color.
  17802. J'Sample Code.img
  17803. Windows Sample Code.imgK
  17804. Feb 92L
  17805. Nov 96O
  17806. Dev.CD Feb 00 TC:Sample Code:P
  17807. Dev.CD Feb 00 TC
  17808.  - Sample CodeV
  17809. 54714X
  17810. Feb 00^
  17811. 53988X
  17812. Nov 99^
  17813. --set theItem to choose file -- uncomment to test in an AS editor
  17814.     tell application "Finder"
  17815.         open item "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:BBEdit Lite 3.5:"
  17816.         activate
  17817.     end tell
  17818. on error errMsg number errNum
  17819.     --enter statements to perform when no records are found such as...
  17820.     display dialog "Sorry, the item you selected could not be found."
  17821.     return
  17822. end try
  17823. Deletedq
  17824. Dev.CD Nov 99 TC
  17825. _D!All Packages
  17826. Tool Chest Edition
  17827. is a FileMaker Pro bug report database that will help developers log and record bugs in their applications.  betaBase is easy to use and easy to modify for developers own needs.  It is an easy bug tracking system and, because of the ease of use of FileMaker Pro, can easily sort records and create reports.  It is also networkable.
  17828. Features:
  17829.  lists all of the current System Software and Macintosh Systems
  17830.  handles more than one user at a time
  17831.  password capability
  17832.  easicapability
  17833.  easi
  17834. change
  17835. history
  17836. changefilename
  17837. changelog
  17838. changesb
  17839. chartoid
  17840. chartoid
  17841. check
  17842. check
  17843. autoguest
  17844. check
  17845. quicktime
  17846. checkedoutfiles
  17847. checkinall
  17848. checkwindowin
  17849. checkwindowout
  17850. chinese
  17851. chinese
  17852. simplified
  17853. 2-1.1.3
  17854. chinese
  17855. traditional
  17856. 1.1.3
  17857. chooser
  17858. choosetkl
  17859. choosetkl
  17860. choosetkl
  17861. ciconbuttons
  17862. ciconbuttons
  17863. ciconbuttons
  17864. cihui
  17865. cihui
  17866. cincludes
  17867. claris
  17868. claris
  17869. files
  17870. classes
  17871. classic
  17872. clent
  17873. clent
  17874. richardson
  17875. message
  17876. client
  17877. clipboard
  17878. clipboard
  17879. clipboard
  17880. clipboard
  17881. magician
  17882. clipboard
  17883. clipinfo
  17884. clipinfo
  17885. clipping
  17886. clipping
  17887. extension
  17888. clippings
  17889. cliptopict
  17890. cliptopict
  17891. licensed
  17892. licensesj
  17893. licensingb
  17894. up.NBTSMTE, TSM, TextEdit, inline input, Japanese, internationalizationO
  17895. Dev.CD Feb 00 TC:Sample Code:P
  17896. Dev.CD Feb 00 TC
  17897.  - Sample CodeV
  17898. 52942X
  17899. Feb 00^
  17900. r--set theItem to choose file -- uncomment to test in an AS editor
  17901.     tell application "Finder"
  17902.         open item "Dev.CD Feb 00 TC:Sample Code:"
  17903.         activate
  17904.     end tell
  17905. on error errMsg number errNum
  17906.     --enter statements to perform when no records are found such as...
  17907.     display dialog "Sorry, the item you selected could not be found."
  17908.     return
  17909. end try
  17910. Movedf=TSMTE
  17911. TextEdit
  17912. inline input
  17913. Japanese
  17914. internationalizationq
  17915. Dev.CD Feb 00 TC
  17916. D!All Packages
  17917. Tool Chest Edition
  17918. InputSprocketPPTestInThis is a PowerPlant version of the InputSprocket test.  It has the same functionality as the other ISp Tests.
  17919. 1e    No Change
  17920. m requirements.
  17921. Feb 00^
  17922. mini-conference
  17923. interoperates
  17924. interpret
  17925. interpretation
  17926. interpreting
  17927. interrupt
  17928. interrupted
  17929. intersection
  17930. intersects
  17931. interval
  17932. intervention
  17933. interview-based
  17934. intimate
  17935. intoB
  17936. intra
  17937. intranets
  17938. intricacies
  17939. intrinsic
  17940. introduce
  17941. introducedd
  17942. introduces
  17943. introducing
  17944. introduction
  17945. introspection
  17946. intuitive
  17947. intuitively
  17948. invalid
  17949. invaluable
  17950. invariably
  17951. inverse
  17952. --set theItem to choose file -- uncomment to test in an AS editor
  17953.     tell application "Finder"
  17954.         open item "Dev.CD Apr 94
  17955. Dev.CD Jan 94
  17956. Dev.CD Oct 93
  17957. Dev.CD Jul 93
  17958. Dev.CD Apr 93"
  17959.         activate
  17960.     end tell
  17961. on error errMsg number errNum
  17962.     --enter statements to perform when no records are found such as...
  17963.     display dialog "Sorry, the item you selected could not be found."
  17964.     return
  17965. end try
  17966. ss, particularly with web applications, which are generally developed for use by people outside yod sending a text string over that connection. An API library of all the MacCTB driver and DNR calls is also included.
  17967. TCP Server:  This client/server sample uses MacTCP to implement a simple "greeting" server.  The server opens up several listeners on kGreetingPort (1235).
  17968. TCPClose:  This snippet shows how to close a connection gracefully without causing errors or forcing aborts on either the local or remote end.
  17969. testNBP:  Test program to demonstrate case insensitivit
  17970. W the item you selected could not be found."
  17971.     return
  17972. end try
  17973. e    No Changef
  17974. HyperCard Player
  17975. stacksq
  17976. Dev.CD Mar 00 RL Disk 1
  17977. D!All Packages
  17978. Tool Chest Edition
  17979. HyperCard Toolkits
  17980.     ork Management (SNMP):PQDev.CD Feb 00 TC
  17981.  - Tool Chest
  17982.  - Networking
  17983.  - SNMP
  17984.  - Network Management (SNMP)r for users to integrate images with their documents, presentations, web sites, and other communications. It will also provide users with more image and camera savvy applications to improve their productivity. Camera vendors win because they no longer need to spend large amounts of time creating image capture app
  17985. (** = new, * = revised)
  17986. AddResMenu7.1:  In System 7.1 AddResMenu doesn't  alphabatize anything but FONT resource names. This snippet  includes a function which you can use in your applications to get the same functionality as AddResMenu under systems before 7.1.
  17987. BigScrolling:  This snippet demonstrates the basics of creating and tracking a scroll bar.
  17988. Calc ControlRgn:  A snippet that shows how to call a CDEF to have it return the Control's Region. Works for both PowerPC and 68K code.
  17989. olorCDEF:  This working sample defproc emulates the features of the standard button control for system software 7.0 on the macintosh.
  17990. ColoredCheckBox:  This app demonstrates how to create a check box on a gray window background. The key to this is making sure that the background color for the window is set.
  17991. CustomIcon:  This snippet shows how to use custom document icons in an application. The correct procedure for doing this is to add the Icon family to the document and set bit 10 of th
  17992. protocol
  17993. protocol's
  17994. protocols
  17995. Summary:  This folder contains information that tells developers how to use Apple's English and Spanish text-to-speech software to let applications talk.  You can find more information on Apple's web site at: <http://www.speech.apple.com/>
  17996. Along with this text-to-speech developer information, you should find a folder named "PlainTalk 1.5" that contains the "English Text-to-Speech" and "Mexican Spanish Text-to-Speech" installers.  Apple's Installer scripts for text-to-speech make sure that
  17997.  the appropriate speech synthesizers are installed for the hardware and system software available.  They also take care to remove the outdated versions of text-to-speech.  There are currently four speech synthesizers, each with differing requirements.  And there have been many previous configurations released, under a variety of names.  So getting this right is no simple task.  If you ship text-to-speech with your application, please take advantage of Apple's Installer scripts, either by d
  17998. document
  17999. documentationw
  18000. documentation
  18001. manuals
  18002. style
  18003. usage
  18004. style
  18005. guidew
  18006. documents
  18007. domain
  18008. double-byte
  18009. download
  18010. promisehfsflavor
  18011. promise
  18012. finder
  18013. drawsprocket
  18014. drawsprocket
  18015. context
  18016. switch
  18017. drawsprocket
  18018. getversion
  18019. context
  18020. drawsprocket
  18021. gspgetversion
  18022. toolbox
  18023. duplication
  18024. content
  18025. development
  18026. entertainment
  18027. consumer
  18028. electronics
  18029. dynamicu
  18030. editorY
  18031. effects
  18032. eject
  18033. electronics
  18034. elements
  18035. email
  18036. embed
  18037. emulator
  18038. enabled
  18039. enabler
  18040. encoding
  18041. endpoint
  18042. endpoints
  18043. engine
  18044. engine
  18045. internet
  18046. sherlock
  18047. entertainment
  18048. environmentt
  18049. eomodeler
  18050. eomodeler
  18051. database
  18052. itesR
  18053. sizetkl
  18054. sizetkl
  18055. sizetkl
  18056. slideshow
  18057. slotlook
  18058. slotlook
  18059. slotlook
  18060. slotlook
  18061. slotlook
  18062. slots
  18063. snapshot
  18064. snapshot
  18065. sample
  18066. snapshotsample
  18067. snapshotsample
  18068. snarfer
  18069. sndmemrecord
  18070. sndrecord
  18071. agent
  18072. specific
  18073. files
  18074. transports
  18075. software
  18076. software
  18077. license
  18078. software
  18079. license
  18080. software
  18081. licensing
  18082. someunicodestuff
  18083. someunicodestuff
  18084. someunicodestuff
  18085. somobjects
  18086. somobjects
  18087. first
  18088. sound
  18089. sound
  18090. files
  18091. soundapp
  18092. soundapp
  18093. soundapp
  18094. soundapp
  18095. soundapp
  18096. soundapp
  18097. soundapp
  18098. soundapp
  18099. soundapp
  18100. AJ8Read Me First
  18101. Read Me First.txt
  18102. Sources
  18103. Testing
  18104. VUMetersK
  18105. Jan 94MHQuadra AV or other system with ARTA DSP (AT&T DSP 3210) system installedN:VUMeter, sound level meters, ARTA sample code, volume unitO7Dev.CD Feb 00 TC:Tool Chest:Hardware:AV Tools:VUMeters:PBDev.CD Feb 00 TC
  18106.  - Tool Chest
  18107.  - Hardware
  18108.  - AV Tools
  18109.  - VUMetersV
  18110. 55111X
  18111. Feb 00^
  18112. --set theItem to choose file -- uncomment to test in an AS editor
  18113.     tell application "Finder"
  18114.         open item "Dev.CD Feb 00 TC:Tool Chest:Hardware:AV Tools:VUMeters:"
  18115.         activate
  18116.     end tell
  18117. on error errMsg number errNum
  18118.     --enter statements to perform when no records are found such as...
  18119.     display dialog "Sorry, the item you selected could not be found."
  18120.     return
  18121. end try
  18122. e    No Changef7VUMeter
  18123. sound level meters
  18124. ARTA sample code
  18125. volume unitq
  18126. Dev.CD Feb 00 TC
  18127. BD!All Packages
  18128. Tool Chest Edition
  18129. WASTE 1.3a6
  18130. documentationandsamp
  18131. AO9Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleSearch:P>Dev.CD Apr 98 SDK1
  18132.  - Development Kits (Disc 1)
  18133.  - AppleSearchV
  18134. 53959X
  18135. Apr 98^
  18136. --set theItem to choose file -- uncomment to test in an AS editor
  18137.     tell application "Finder"
  18138.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleSearch:"
  18139.         activate
  18140.     end tell
  18141. on error errMsg number errNum
  18142.     --enter statements to perform when no records are found such as...
  18143.     display dialog "Sorry, the item you selected could not be found."
  18144.     return
  18145. end try
  18146. e    No Changeq
  18147. Dev.CD Apr 98 SDK1
  18148. BD!All Packages
  18149. Mac OS SDK Edition
  18150. AppleShare Client API SDK
  18151. The AppleShare Client API SDK consists of routines for creating and parsing AFP URLs and a set of routines for working with shared volumes.  This SDK provides developer documentation, header files, and libraries for taking advantage of the AppleShare Client API.
  18152. 53960X
  18153. 1e    No Change
  18154. Dev.CD Jun 97 SSWP
  18155. Dev.CD Jun 97 SSV
  18156. 50896X
  18157. assistancex
  18158. assistantj
  18159. assistants
  18160. assists
  18161. assocated
  18162. associatedQ
  18163. associationz
  18164. assortment
  18165. assume
  18166. assumed
  18167. assumption
  18168. assure
  18169. asyncdriversample
  18170. asynch
  18171. asynchronous
  18172. asynchronous
  18173. background
  18174. networking
  18175. macintosh
  18176. harry
  18177. asynchronously
  18178. asyncpb
  18179. asyncronous
  18180. at-attachment
  18181. otarpmodule
  18182. other
  18183. output
  18184. 49335X
  18185. macsbug
  18186. resources]
  18187. instrumentation
  18188. instrumentation
  18189. performance
  18190. analysis
  18191. integrity
  18192. interactive
  18193. interface
  18194. interfaces
  18195. interleaving
  18196. internationals
  18197. international
  18198. glossariess
  18199. internationalizationy
  18200. internet
  18201. interrupt
  18202. interrupt
  18203. debugging
  18204. introduction
  18205. investment
  18206. iostreams
  18207. cd-rom
  18208. device
  18209. driver
  18210. inputsprocket
  18211. powerplant
  18212. items
  18213. japanese
  18214. dewarrior's
  18215. codingo
  18216. coexist
  18217. collaborationj
  18218. collect`
  18219. collectionb
  18220. 54173X
  18221. Mar 00^    RL Disk 1
  18222. --set theItem to choose file -- uncomment to test in an AS editor
  18223.     tell application "Finder"
  18224.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Updater 2.4:"
  18225.         activate
  18226.     end tell
  18227. on error errMsg number errNum
  18228.     --enter statements to perform when no records are found such as...
  18229.     display dialog "Sorry, the item you selected could not be found."
  18230.     return
  18231. end try
  18232. e    No Changef
  18233. HyperCard
  18234. updateq
  18235. Dev.CD Mar 00 RL Disk 1
  18236. D!All Packages
  18237. Tool Chest Edition
  18238. HyperCard Instance Variables
  18239.     D Mar 00 RL Disk 1
  18240.  D!All Packages
  18241. Tool Chest Edition
  18242. Network Stream
  18243.     n occur when mixing Pascal and C++ objects, and provides guidelines for avoiding them.
  18244. The Subspace Manager in System 7.0  by Harry R. Chesley.   A little-known Macintosh Manager is revealed for the first time, and the (hairy) implications for life on earth are discussed.
  18245. Print Hints From Luke & Zz: Help for Your Dialog Appendages  
  18246. 54641X
  18247. Apr 00^
  18248. --set theItem to choose file -- uncomment to test in an AS editor
  18249.     tell application "Finder"
  18250.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime
  18251.  VR:"
  18252.         activate
  18253.     end tell
  18254. on error errMsg number errNum
  18255.     --enter statements to perform when no records are found such as...
  18256.     display dialog "Sorry, the item you selected could not be found."
  18257.     return
  18258. end try
  18259. e    No Changeq
  18260. Dev.CD Apr 00 SDK1
  18261. lD!All Packages
  18262. Tool Chest Edition
  18263. QuickTime VR Tools 1.0b2
  18264.     er errNum
  18265.     --enter statements to perform when no records are found such as...
  18266.     display dialog "Sorry, the item you selected could not be found."
  18267.     return
  18268. end try
  18269. Deletedq
  18270. Dev.CD Jan 98 SDK1
  18271. All Packages
  18272. Korean Language KitO
  18273. Dev.CD May 97 TCP
  18274. Dev.CD May 97 TV
  18275. 51728X
  18276. May 97
  18277. stood that these items may have some bugs.
  18278. You must obtain a separate license from Apple to ship Installer-related tools with your product.  See the docume
  18279. 54331X
  18280. Feb 00^
  18281. r--set theItem to choose file -- uncomment to test in an AS editor
  18282.     tell application "Finder"
  18283.         open item "Dev.CD Feb 00 TC:Sample Code:"
  18284.         activate
  18285.     end tell
  18286. on error errMsg number errNum
  18287.     --enter statements to perform when no records are found such as...
  18288.     display dialog "Sorry, the item you selected could not be found."
  18289.     return
  18290. end try
  18291. e    No Changef-OpenGL
  18292. DrawSprocket
  18293. multiple monitor
  18294. rendererq
  18295. Dev.CD Feb 00 TC
  18296. 6D!All Packages
  18297. Mac OS SDK Edition
  18298. OpenGL Install
  18299. oOpenGL for Macintosh enables your computer to display three-dimensional graphics using applications designed to take advantage of OpenGL.
  18300. What's New in OpenGL
  18301.  1.1.2:
  18302.  Internal texture format hint is now supported
  18303.  Better AGP texture management
  18304.  Added support for Velocity Engine
  18305.  Support for the EXT_texture_env_add extension
  18306.  Lots of performance optimizations
  18307. 54332X
  18308. 1e    No Change
  18309. o see 
  18310. NDNetSprocket, NSp, networking, multi-player, LAN, internet, AppleTalkO?Dev.CD Feb 00 TC:What's New?:Sample Code:Games:NetSprocketTest:PJDev.CD Feb 00 TC
  18311.  - What's New?
  18312.  - Sample Code
  18313.  - Games
  18314.  - NetSprocketTestV
  18315. 54306X
  18316. Feb 00^
  18317. --set theItem to choose file -- uncomment to test in an AS editor
  18318.     tell application "Finder"
  18319.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:NetSprocketTest:"
  18320.         activate
  18321.     end tell
  18322. on error errMsg number errNum
  18323.     --enter statements to perform when no records are found such as...
  18324.     display dialog "Sorry, the item you selected could not be found."
  18325.     return
  18326. end try
  18327. e    No Changef>NetSprocket
  18328. networking
  18329. multi-player
  18330. internet
  18331. AppleTalkq
  18332. Dev.CD Feb 00 TC
  18333. D!All Packages
  18334. Tool Chest Edition
  18335. Network Management (SNMP)
  18336.     ports and built-in I/O devices
  18337.    - the expansion features
  18338.    - the system software
  18339. --------------------------------
  18340. iBook Developer Note 
  18341. This developer note has been updated to inclu
  18342. e    No Changef
  18343. QuickTime
  18344. Dev.CD Feb 00 TC
  18345. D!All Packages
  18346. Tool Chest Edition
  18347. Sherlock Plug-ins
  18348. Search Internet
  18349.  feature in the Sherlock application allows users to perform Internet searches using one or more Internet search engines. Each search engine Sherlock uses is represented by a plug-in file that describes the formats the engine expects
  18350.  for queries and produces in its responses. These files are stored in the Internet Search Sites folder in the System Folder. 
  18351. Developers can create a new plug-in to add a search engine to Sherlock
  18352. s repertoire if they know how to interpre0 TC
  18353.  - Sample CodeV
  18354. 51740X
  18355. Feb 00^
  18356. #r new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  18357. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  18358. 50507X
  18359. All Packages
  18360. System 7 Tune-UpO
  18361. Dev.CD Apr 92
  18362. Dev.CD Mar 92P
  18363. Dev.CD Apr 92
  18364. Dev.CD Mar 9V
  18365. 54762X
  18366. Apr 92
  18367. p--set theItem to choose file -- uncomment to test in an AS editor
  18368.     tell application "Finder"
  18369.         open item "Dev.CD Apr 92
  18370. Dev.CD Mar 92"
  18371.         activate
  18372.     end tell
  18373. on error errMsg number errNum
  18374.     --enter statements to perform when no records are found such as...
  18375.     display dialog "Sorry, the item you selected could not be found."
  18376.     return
  18377. end try
  18378. All Packages
  18379. System 7 Tune-UpO
  18380. Dev.CD Apr 92P
  18381. Dev.CD Apr 9V
  18382. 54763X
  18383. Apr 92
  18384. b--set theItem to choose file -- uncomment to test in an AS editor
  18385.     tell application "Finder"
  18386.         open item "Dev.CD Apr 92"
  18387.         activate
  18388.     end tell
  18389. on error errMsg number errNum
  18390.     --enter statements to perform when no records are found such as...
  18391.     display dialog "Sorry, the item you selected could not be found."
  18392.     return
  18393. end try
  18394. All Packages
  18395. System 7 Tune-UpV
  18396. 54764X
  18397. N?MRJ, MRJ SDK, MRJ 2.1.4, MRJ Resdistributor, Redistribution SDKeditor
  18398.     tell application "Finder"
  18399.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Display Manager SDK:"
  18400.         activate
  18401.     end tell
  18402. on error errMsg number errNum
  18403.     --enter statements to perform when no records are found such as...
  18404.     display dialog "Sorry, the item you selected could not be found."
  18405.     return
  18406. end try
  18407.     return
  18408. end try
  18409. Deletedq
  18410. Dev.CD Jul 99 SDK1
  18411. (D!All Packages
  18412. Mac OS SDK Edition
  18413. Apple Data Detectors SDK
  18414. rhapsody
  18415. technical
  18416. publications
  18417. webobjects
  18418. techniques
  18419. technotes
  18420. telephone
  18421. telephone
  18422. manager
  18423. terminology^
  18424. tester
  18425. testing
  18426. encoding
  18427. converter
  18428. textedit
  18429. thooks
  18430. thread
  18431. thread
  18432. manager
  18433. ticket
  18434. ticket
  18435. program
  18436. timecode
  18437. timeslaving
  18438. announcingj
  18439. ble:  Usually, when an INIT patches a trap, changing the INIT requires reinstalling the INIT in the Extensions folder and rebooting. This snippet demonstrates a technique which allows new INIT code to replace most of the old code without the developer having to reboot.
  18440. ReKeyTrans:  Shows how to use the Script Manager and KCHRs to call KeyTrans.
  18441. RequiredFinderColors:  Under system 7, the finder requies certain colors for the desktop icons to be displayed in their color versions. This snip
  18442. pet shows which colors are needed in the system color table.
  18443. ROMResourceDump 1.0d1:  This little utility copies all of the resources in the Macintosh's ROM into a file called "ROM Resource Dump File".  This is useful for the insanely curious, those with a professional "need to know" (like DTS engineers), and as a trivial Resource Manager sample.
  18444. Scrap Parsing:  An example of how to parse the scrap in memory.
  18445. SetIndString:  This C function takes the same parameters as GetIndString but do
  18446. --set theItem to choose file -- uncomment to test in an AS editor
  18447.     tell application "Finder"
  18448.         open item "Dev.CD Apr 94
  18449. Dev.CD Jan 94
  18450. Dev.CD Oct 93
  18451. Dev.CD Jul 93
  18452. Dev.CD Apr 93"
  18453.         activate
  18454.     end tell
  18455. on error errMsg number errNum
  18456.     --enter statements to perform when no records are found such as...
  18457.     display dialog "Sorry, the item you selected could not be found."
  18458.     return
  18459. end try
  18460. mactcp
  18461. token
  18462. mactcp
  18463. mactv
  18464. magician
  18465. suite
  18466. makemake
  18467. makemake
  18468. 2.0d38
  18469. management
  18470. managert
  18471. manalyzer
  18472. manalyzer
  18473. 2.0d3
  18474. market
  18475. maximizing
  18476. maximizing
  18477. quadra
  18478. floatingpoint
  18479. media
  18480. megamovies
  18481. megamovies
  18482. 1.6.2
  18483. memhell
  18484. memory
  18485. memory
  18486. monitor
  18487. defproc
  18488. 1.0.3
  18489. menuscripter
  18490. onescannerg
  18491. ckages
  18492. 54030X
  18493. Mar 00^    RL Disk 1
  18494. --set theItem to choose file -- uncomment to test in an AS editor
  18495.     tell application "Finder"
  18496.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:ColorSync 3.0 Installer:"
  18497.         activate
  18498.     end tell
  18499. on error errMsg number errNum
  18500.     --enter statements to perform when no records are found such as...
  18501.     display dialog "Sorry, the item you selected could not be found."
  18502.     return
  18503. end try
  18504. e    No Changef:ColorSync
  18505. calibrator
  18506. scripting
  18507. profile
  18508. gamma
  18509. tag colorq
  18510. Dev.CD Mar 00 RL Disk 1
  18511.     D!All Packages
  18512. Mac OS SDK Edition
  18513. ColorSync Photoshop Plugins 2.1
  18514.     st in an AS editor
  18515.     tell application "Finder"
  18516.         open item "Dev.CD Apr 92
  18517. Dev.CD Mar 92"
  18518.         activate
  18519.     end tell
  18520. on error errMsg number errNum
  18521.     --enter statements to perform when no records are found such as...
  18522.     display dialog "Sorry, the item you selected could not be found."
  18523.     return
  18524. end try
  18525. 53977X
  18526. Feb 00^
  18527. r--set theItem to choose file -- uncomment to test in an AS editor
  18528.     tell application "Finder"
  18529.         open item "Dev.CD Feb 00 TC:Sample Code:"
  18530.         activate
  18531.     end tell
  18532. on error errMsg number errNum
  18533.     --enter statements to perform when no records are found such as...
  18534.     display dialog "Sorry, the item you selected could not be found."
  18535.     return
  18536. end try
  18537. e    No Changef
  18538. async deviceq
  18539. Dev.CD Feb 00 TC
  18540. TD!All Packages
  18541. Tool Chest Edition
  18542. ATA Demo 1.3
  18543. +ATADemo is a CodeWarrior C sample that will call the ATA Manager and scan the ATA bus and list the various device configuration data.  This sample has been updated to properly work with the .AppleCD driver installed.
  18544. This sample has been updated to properly work with the .AppleCD driver installed.
  18545. J'Sample Code.img
  18546. Windows Sample Code.imgK
  18547. Jan 98L
  18548. May 99M
  18549. ATA Manager, Mac OS 8.5N
  18550. ATA, ATAPI, CD RomO
  18551. Dev.CD Feb 00 TC:Sample Code:P
  18552. Dev.CD Feb 00 TC
  18553.  - Sample CodeV
  18554. 53978X
  18555. Feb 00^
  18556. satisfys
  18557. satisfying
  18558. saturate
  18559. savec
  18560. saved
  18561. saved-off
  18562. savedpapfilexx
  18563. savemenu
  18564. saver
  18565. saves
  18566. savingj
  18567. savings
  18568. savory
  18569. savvy
  18570. sawitzki
  18571. saysj
  18572. sbarcdef
  18573. scalable
  18574. scale
  18575. scales
  18576. scaling
  18577. scannedg
  18578. scannerg
  18579. scanners
  18580. scanning
  18581. scansg
  18582. scenario
  18583. scene
  18584. scheduleR
  18585. scheduled
  18586. schedulesR
  18587. schemes
  18588. schneider
  18589. school
  18590. science
  18591. scoop
  18592. score
  18593. scoring
  18594. scott
  18595. scrambling
  18596. scrap
  18597. screenB
  18598. keyboardU
  18599. keyboard's
  18600. keyboards
  18601. keychain
  18602. keycodes
  18603. keymaptest
  18604. keymenu
  18605. keyse
  18606. keytrans
  18607. kgreetingport
  18608. kiosk
  18609. kleiman
  18610. knife
  18611. knowZ
  18612. knowing
  18613. knowledgable
  18614. knowledge
  18615. knownV
  18616. knows
  18617. kodom
  18618. konstantin
  18619. kopala
  18620. korean
  18621. korean-language
  18622. kotoeri
  18623. label
  18624. lands
  18625. GXifier 1.1
  18626. Summary:  The GXifier automatically adds tables to existing TrueType fonts that allow those fonts to be used more effectively with applications that support GX typography. The 1.1 version adds support for more scripts, and adds more information automatically to fonts.
  18627. Issues:  Only works with TrueType fonts in the Roman, Arabic, Hebrew, Cyrillic, Devanagari, Traditional Chinese and Simplified Chinese script systems. Other scripts will be supported in future versions.
  18628. Documents
  18629. Release Notes
  18630. ToolsK
  18631. May 95L
  18632. Oct 95M_QuickDraw GX. The "About the GXifier" document can be opened in SimpleText if GX is installed.
  18633. GX Fonts, GX TypographyO5Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:GXifier 1.1:P=Dev.CD Feb 00 TC
  18634.  - Tool Chest
  18635.  - QuickDraw GX
  18636.  - GXifier 1.1V
  18637. 54154X
  18638. Feb 00^
  18639. Feb 00^
  18640. e    No Change
  18641.  is required.
  18642. J'Sample Code.img
  18643. Windows Sample Code.imgK
  18644. Nov 98M
  18645. See the readme file:Sample Code:V
  18646. 53098X
  18647. 1e    No Change
  18648. r MacsBug  "Debugger Prefs" 
  18649. csmp-digest-v3-128
  18650. csmp-digest-v3-129
  18651. csmp-digest-v3-130
  18652. csmp-digest-v3-131
  18653. csmp-digest-v3-132
  18654. csmp-digest-v3-133
  18655. csmp-digest-v3-134
  18656. csmp-digest-v3-135
  18657. csmp-digest-v3-136
  18658. csmp-digest-v3-138
  18659. csmp-digest-v3-139
  18660. csmp-digest-v3-140
  18661. csmp-digest-v3-141
  18662. csmp-digest-v3-142
  18663. csmp-digest-v3-143
  18664. csmp-digest-v3-144
  18665. csmp-digest-v3-145
  18666. csmp-digest-v3-146
  18667. csmp-digest-v3-147
  18668. csmp-digest-v3-148
  18669. csoundboardapp
  18670. csoundboardapp
  18671. csoundboardapp
  18672. csoundboardwindow
  18673. csoundboardwindow
  18674. csoundboardwindow
  18675. -009-4436
  18676. ct-009-4436
  18677. ct-009-4437
  18678. ct-009-4437
  18679. ct-009-4438
  18680. ct-009-4438
  18681. ct-009-4439
  18682. ct-009-4439
  18683. ct-009-4440
  18684. ct-009-4440
  18685. ct-009-4441
  18686. ct-009-4441
  18687. ct-009-4442
  18688. ct-009-4442
  18689. ct-009-4443
  18690. ct-009-4443
  18691. ct-009-4444
  18692. ct-009-4444
  18693. files
  18694. 1.0b16
  18695. williams
  18696. windoid
  18697. windowo
  18698. window's
  18699. windowcolors
  18700. windowcompare
  18701. windowed
  18702. windowpicker
  18703. windowsj
  18704. wishd
  18705. wishes
  18706. wishingp
  18707. withA
  18708. turn just the text that a user would see viewing the document.  For the above example, 
  18709. This is a sample document.
  18710.  would be the only text that is indexed.   
  18711. Text Extractors can also enable indexing and summarization for files that were previously skipped.  With System 8.5, Adobe
  18712.  Portable Document Format (PDF) files were not indexed because the text within these document is encoded.  For System 8.6, Find by Content uses the 
  18713. PDF Text Extractor
  18714.  to index and summarize PDF files.  
  18715. J.DemoExtractor
  18716. Headers
  18717. Text Extractors Plug-insK
  18718. Oct 99M
  18719. Mac OS 8.6 and laterN,Sherlock, Find By Content, Extractor, SearchOKDev.CD Apr 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:PSDev.CD Apr 00 SDK1
  18720.  - Development Kits
  18721.  - Mac OS
  18722.  - Find By Content (FBC) Extractords and create reports.  It is also networkable.
  18723. Features:
  18724.  lists all of the current System Software and Macintosh Systems
  18725.  handles more than one user at a time
  18726.  password capability
  18727.  easicapability
  18728.  easi
  18729. 54113X
  18730. Feb 00^
  18731. --set theItem to choose file -- uncomment to test in an AS editor
  18732.     tell application "Finder"
  18733.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:Driver Installer:"
  18734.         activate
  18735.     end tell
  18736. on error errMsg number errNum
  18737.     --enter statements to perform when no records are found such as...
  18738.     display dialog "Sorry, the item you selected could not be found."
  18739.     return
  18740. end try
  18741. e    No Changeq
  18742. Dev.CD Feb 00 TC
  18743. \D!All Packages
  18744. Tool Chest Edition
  18745. DriverGestaltExplorerI
  18746. DriverGestaltExplorer is both sample code showing how to call Driver Gestalt and a useful tool for testing your block device driver
  18747. s support of Driver Gestalt.J'Sample Code.img
  18748. Windows Sample Code.imgK
  18749. Jun 98NBdevice, driver, block, storage, Drive,r Gestalt, CD-ROM, hard diskO
  18750. Dev.CD Feb 00 TC:Sample Code:P
  18751. Dev.CD Feb 00 TC
  18752.  - Sample CodeV
  18753. 54114X
  18754. Feb 00^
  18755. #n the SDK#4.  The GX interfaces (which are part of the Universal Interfaces, version 2.1) have been renamed, 
  18756. hebrew
  18757.  users!
  18758. First of all, I would like to introduce myself. My name is Ricardo Gonzalez, and I am the Application Frameworks Product Marketing Manager at Apple Computer (e.g. MacApp, OPF-OpenDoc Parts Framework, and potentially other future products). As you can imagine, I will be playing a key role in define future directions for MacApp and new plans regarding framework-based development tools that developers will use to incorporate new Apple technologies into their applications (
  18759. e.g. OpenDoc, AppleScript, etc.). In order to do that, I would like to get a sense of who is using MacApp in the market place, what applications are being developed with it (for commercial or in-house use), and what are your priorities in terms of support for specific features that we should take into consideration for future products.
  18760. I would like to ask each one of you, to please spend a couple of minutes filling the enclosed questionnaire regarding your company and the products develop
  18761. press
  18762. pressed
  18763. pressing
  18764. pretty
  18765. prevent
  18766. prevented
  18767. prevents
  18768. preview
  18769. previews
  18770. previousa
  18771. previouslyn
  18772. prgeneral
  18773. prgram
  18774. price
  18775. pricesj
  18776. primarily
  18777. primary
  18778. primer
  18779. primitive
  18780. primitivesd
  18781. principles
  18782. printN
  18783. s/print
  18784. printingN
  18785. printing-related
  18786. prints
  18787. prior
  18788. priorities
  18789. private
  18790. probably
  18791. probing
  18792. e in your application
  18793. s scripts so that they can share handlers and global variables isn
  18794. t as difficult as you might think.
  18795. Balance of Power:  Tuning PowerPC Memory Usage by Dave Evans. Avoiding inadvertent cache thrashing is important for maximum performance.
  18796. Designing Applications for the Power Macintosh by Greg Robbins and Ron Avitzur. The power of the Power Macintosh means more than just faster spreadsheets.
  18797. Graphical Truffles: A Cool QuickDraw GX Clipping Effect by Pete (
  18798. exander. A stroll through a snippet of code that demonstrates some fancy clipping.
  18799. Somewhere in QuickTime: Media Capture Using the Sequence Grabber by John Wang and Fernando Urbina. The sequence grabber component supports capture of any media type. Here
  18800. s how to use it.
  18801. JEdevelop Issue 19:
  18802. develop Issue 19 code:
  18803. develop Issue 19 references:K
  18804. Vol IIIL
  18805. Jun 95OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 19:
  18806. removefile
  18807. removefile
  18808. removefolder
  18809. summary
  18810. allows
  18811. developer
  18812. monitor
  18813. summary
  18814. makes
  18815. survey
  18816. people
  18817. electron
  18818. summary
  18819. updates
  18820. mactcp
  18821. driver
  18822. correct
  18823. summary
  18824. training
  18825. stack
  18826. gives
  18827. general
  18828. overview
  18829. summary
  18830. allows
  18831. hypertalk
  18832. scripter
  18833. display
  18834. summary
  18835. three
  18836. samples
  18837. involving
  18838. standard
  18839. dialogs
  18840. summary
  18841. three
  18842. tools
  18843. testing
  18844. performance
  18845. summary
  18846. supplementing
  18847. documentation
  18848. summary
  18849. toolbox
  18850. assistant
  18851. gives
  18852. rapid
  18853. access
  18854. up-to-da
  18855. summary
  18856. unmountit
  18857. easily
  18858. unmount
  18859. eject
  18860. sharable
  18861. summary
  18862. simple
  18863. macintosh
  18864. application
  18865. supports
  18866. summary
  18867. pleased
  18868. provide
  18869. version
  18870. 1.5.1
  18871. summary
  18872. network
  18873. software
  18874. installer
  18875. insta
  18876. summer
  18877. sun's
  18878. sunsoft
  18879. super
  18880. supercard
  18881. supersedes
  18882. superview
  18883. suport
  18884. der Mac OS. (This is not an endorsement.)
  18885. It's also a C code sample which shows how easy it is to make a scriptable application for a specific use. It doesn't use the object model and it doesn't have a huge feature set. (Its functionality fills a specific need in Developer Relations, namely aiding an AppleScript called SeedBuilder to make uniform seed archives and segments.) This is a drawback in at least one sense, but also an advantage in another in that it may demystify scriptable applDfications for some number of developers by exposing scripting support in terms they already understand.
  18886. J<Project
  18887. ScriptableStuffItEngine
  18888. ScriptableStuffItEngine.htmlK
  18889. Feb 99M
  18890. Universal Headers 3.2, System 7N0AppleScript, StuffIt, Engine, scriptable, scriptOSDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:ScriptableStuffItEngine:P[Dev.CD Feb 00 TC
  18891.  - Tool Chest
  18892.  - Interapplication Communication
  18893.  - ScriptableStuffItEngine
  18894. System Enabler 065 (LC 575)O
  18895. Dev.CD Apr 94
  18896. Dev.CD Jan 94P
  18897. Dev.CD Apr 94
  18898. Dev.CD Jan 9V
  18899. 54892
  18900. likelyo
  18901. liking
  18902. limit
  18903. limitation
  18904. limitations
  18905. limitedh
  18906. lindenberg
  18907. linear
  18908. lines
  18909. linguistically
  18910. linkg
  18911. linton
  18912. lipton
  18913. lisez-moi
  18914. lispj
  18915. listd
  18916. buttons
  18917. devices
  18918. directional
  18919. elements
  18920. x-axes
  18921. list's
  18922. ox.  Use the Drag Manager routines to add drag and drop behavior to your application.  To provide the standard drag and drop interface, you only need to add a few new calls and provide two callback routines that are utilized during drag operations.
  18923. The Drag Manager is integrated with the latest Finder (included in System 7 Pro and System 7.5), allowing users to drag and drop files from the Finder into any applications
  18924.  windows and providing file information for those files.  Applications 
  18925. can also find out where data was dropped in the Finder 
  18926.  for example, that it was dropped into the Trash.
  18927. Version 1.1 of Macintosh Drag and Drop adds support for native PowerPC applications and fixes a number of key bugs with version 1.0.  To support native applications, we've included two new files for your development and we've improved the Macintosh Drag and Drop extension to provide PowerPC glue code.  For development, we provide the DragLib library that you use to link with your appl
  18928. sampler
  18929. samples
  18930. saver
  18931. scanners
  18932. scrap
  18933. scrap
  18934. color
  18935. script
  18936. scriptable
  18937. scriptable
  18938. print
  18939. simpletext
  18940. scriptablestuffiteng
  18941. selectors
  18942. server
  18943. services
  18944. setup
  18945. sharedu
  18946. simpletext
  18947. sound
  18948. source
  18949. sources
  18950. spooler
  18951. stack
  18952. standardsv
  18953. starter
  18954. stream
  18955. strip
  18956. stylew
  18957. success
  18958. suite
  18959. suitesm
  18960. super
  18961. survey
  18962. switch
  18963. synchronization
  18964. systemx
  18965. technicalS
  18966. technotes
  18967. terminology^
  18968. tester
  18969. textedit
  18970. N$Mac OS 8, Human Interface Guidelinescumentation:Human Interface:PEDev.CD Mar 00 RL Disk 1
  18971.  - Technical Documentation
  18972.  - Human InterfaceV
  18973. 52927X
  18974. Mar 00^    RL Disk 1
  18975. --set theItem to choose file -- uncomment to test in an AS editor
  18976.     tell application "Finder"
  18977.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Human Interface:"
  18978.         activate
  18979.     end tell
  18980. on error errMsg number errNum
  18981.     --enter statements to perform when no records are found such as...
  18982.     display dialog "Sorry, the item you selected could not be found."
  18983.     return
  18984. end try
  18985. e    No Changeq
  18986. Dev.CD Mar 00 RL Disk 1
  18987. D!All Packages
  18988. Tool Chest Edition
  18989. HW Bring-up Tools
  18990.  Summary:  This is a set of three MPW tools written for hardware debug and bring-up.  You could probably write them yourself in an hour or so 
  18991.  but what if you don
  18992. t have that much time...
  18993. Features:  MPW scripts for Read/Write long, Read/Write byte, and to pattern test an address range. 
  18994. e    No Change
  18995. crcpatch
  18996. crcpatch
  18997. folder
  18998. createalias
  18999. createalias
  19000. createcopy
  19001. createcopy
  19002. createcustomicon
  19003. createcustomicon
  19004. createfolder
  19005. createfolder
  19006. createmenuhelp
  19007. createmenuhelp
  19008. createmovie
  19009. createmovie
  19010. createpictfile
  19011. createpictfile
  19012. createthumbnail
  19013. createthumbnail
  19014. creating
  19015. creating
  19016. creating
  19017. pippin
  19018. cdroms
  19019. creation
  19020. creator
  19021. creator
  19022. registration
  19023. cslidercontrol
  19024. cslidercontrol
  19025. cslidercontrol
  19026. cslidercontrol
  19027. allow
  19028. ummary
  19029. electronic
  19030. version
  19031. develop
  19032. magazine
  19033. summary
  19034. prgram
  19035. guide
  19036. macintosh
  19037. power
  19038. review, Apple Help, Apple Guide, user assistance, coachmarks, coach 
  19039. sequences, Help Browser, Help Center, user help, user guide, help pages, ATSUI, Unicode, type, imaging, fonts, characters, glyphs, layout, text, network, location, NSL, Network Services Location Manager, date, time, Y2K, clock, UTC, Date & Time, 2040, fonts, Font Manager, Font Management, text, MLTE, Multilingual Text Editor, TextEdit, MultiLingual Text Editing, Unicode, text, 32K limit, 32K barrier, fonts, FontSync, Font
  19040. % Sync, text, mismatch, match, matching, File Manager, HFS, HFS+, HFS Plus, file, Unicode, named fork, fork, filename, file system, ATSUI, Apple Type Services for Unicode Imaging, Apple Advanced Typography, typography, type, fonts, Unicode, rendering, text, Carbon, CarbonLib, porting, Mac OS 9
  19041. fbinaryheap
  19042. cfbitvector
  19043. collection
  19044. color
  19045. color
  19046. controls
  19047. window
  19048. table
  19049. 54652X
  19050. Feb 00^
  19051. --set theItem to choose file -- uncomment to test in an AS editor
  19052.     tell application "Finder"
  19053.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:"
  19054.         activate
  19055.     end tell
  19056. on error errMsg number errNum
  19057.     --enter statements to perform when no records are found such as...
  19058.     display dialog "Sorry, the item you selected could not be found."
  19059.     return
  19060. end try
  19061. e    No Changeq
  19062. Dev.CD Feb 00 TC
  19063. wD!All Packages
  19064. Tool Chest Edition
  19065. ROM Build/Download 3.2.4
  19066. !Summary:  This is a series of tools (with source) that allow developers to build a declaration ROM that is suitable for downloading from the assembled and linked image.
  19067. Features:  Update to version 3.2.3.  Contains bug fixes for building declartion ROMs larger than 64K, other hints.
  19068. J--Read Me
  19069. CRCPatch folder
  19070. Data folder
  19071. tjs commK
  19072. Oct 92L
  19073. Aug 95M
  19074. MPW:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:V
  19075. 54653X
  19076. 1e    No Change
  19077. anges to your application with Carbon, new Apple menu behavior, accessing opaque menu data, accessing menu item data using universal command IDs, writing a Carbon MDEF, working with menu and menu item attributes, and enabling and disabling menu items.
  19078. Carbon Window Manager API [NEW]
  19079. ------------------------
  19080. This preliminary document discusses the Window Manager features introduced in CarbonLib 1.0 with Mac OS 9.0. The CarbonLib 1.0 Window Manager API includes new functions for window cla
  19081. sses and layering, changing window attributes, window scrolling, creating windows with custom structure regions, and erasing the window's content region.
  19082. Display Manager [NEW]
  19083. ---------------
  19084. This document describes the application programming interface for the Display Manager. It provides a complete reference, as well as conceptual material and programming examples. Topics discussed include handling events in response to Display Manager changes, determining the characteristics of video 
  19085. changes[
  19086. changetextstylerec
  19087. changing
  19088. channel
  19089. channelsj
  19090. chapter
  19091. chapters
  19092. character
  19093. characteristics
  19094. characters
  19095. charge
  19096. charges
  19097. chars
  19098. cheap
  19099. check
  19100. checked
  19101. checked-in/checked-o
  19102. checkedoutfiles
  19103. checker
  19104. checkers
  19105. checkgestalt
  19106. checkinall
  19107. checkingY
  19108. checks
  19109. checksum
  19110. checkwindowin
  19111. checkwindowout
  19112. chesley
  19113. chess
  19114. chest
  19115. chineese
  19116. System requirements are as follows:
  19117. Mexican Spanish TTS:
  19118.     System 7.0 or later
  19119.     68020 or better, including PowerPC
  19120.     1.3 MB RAM
  19121. MacinTalk 2:
  19122.     System 6.0.7 or later
  19123.     Any Mac CPU
  19124.     150K RAM
  19125. MacinTalk 3:
  19126.     System 7.0 or later
  19127.     33MHz 68030 or faster, 68040, or PowerPC
  19128.     300K RAM
  19129. MacinTalk Pro:
  19130.     System 7.0 or later
  19131.     68040 or PowerPC
  19132.     1.5 MB RAM
  19133. For English TTS, you can look at it the other way around:
  19134. With System 6.0.7, 6.0.8 use MacinTalk 2.
  19135. With System 7 aB
  19136. nd 68040 or PowerPC use MacinTalk 3 and MacinTalk Pro.
  19137. With System 7 and 68030 of 33MHz or faster use MacinTalk 3.
  19138. With System 7 and a slower processor use MacinTalk 2.
  19139. N7Speech, Synthesis, Text-to-Speech, MacinTalk, PlainTalk
  19140. square
  19141. squarewave
  19142. squarewavesynth
  19143. srcxor
  19144. sresource
  19145. stackn
  19146. stacks
  19147. staging
  19148. acur.c
  19149. acur.h
  19150. DropShell.68K.
  19151. DropShell.c
  19152. DropShell.h
  19153. DropShell.PPC.
  19154. DropShell.rsrc
  19155. DSAppleEvents.c
  19156. DSAppleEvents.h
  19157. DSGlobals.h
  19158. DSUserProcs.c
  19159. DSUserProcs.h
  19160. DSUtils.c
  19161. DSUtils.h
  19162. GetHelpStrings
  19163. Read MeK
  19164. Dec 95N<balloon help, C, finder help strings, spinning cursors, acurO3Dev.CD Feb 00 TC:Tool Chest:Toolbox:GetHelpStrings:P;Dev.CD Feb 00 TC
  19165.  - Tool Chest
  19166.  - Toolbox
  19167.  - GetHelpStringsV
  19168. 54147X
  19169. Feb 00^
  19170. --set theItem to choose file -- uncomment to test in an AS editor
  19171.     tell application "Finder"
  19172.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:GetHelpStrings:"
  19173.         activate
  19174.     end tell
  19175. on error errMsg number errNum
  19176.     --enter statements to perform when no records are found such as...
  19177.     display dialog "Sorry, the item you selected could not be found."
  19178.     return
  19179. end try
  19180. e    No Changef8balloon help
  19181. finder help strings
  19182. spinning cursors
  19183. acurq
  19184. Dev.CD Feb 00 TC
  19185. ~D!All Packages
  19186. Tool Chest Edition
  19187. GetPPPStatus9V
  19188. 51013X
  19189. Apr 94
  19190. Building SprocketInvaders
  19191. Resources
  19192. Source
  19193. Sprites
  19194. SprocketInavders_PPC
  19195. SprocketInvaders.CW2.prj
  19196. SprocketInvaders.CW5.prj
  19197. SprocketInvaders_PPCK
  19198. Feb 00M]PowerPC, System 8.1+, Sprockets, and either Universal Interfaces 3.3 or the GameSprockets SDKNxSprockets, DrawSprocket, NetSprocket, InputSprocket, SoundSprocket, DSp, NSp, ISp, SSp, Sprite, CD Audio, Redbook audio
  19199. O@Dev.CD Feb 00 TC:What's New?:Sample Code:Games:SprocketInvaders:PKDev.CD Feb 00 TC
  19200.  - What's New?
  19201.  - Sample Code
  19202.  - Games
  19203.  - SprocketInvadersV
  19204. 54734X
  19205. Feb 00^
  19206. --set theItem to choose file -- uncomment to test in an AS editor
  19207.     tell application "Finder"
  19208.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:SprocketInvaders:"
  19209.         activate
  19210.     end tell
  19211. on error errMsg number errNum
  19212.     --enter statements to perform when no records are found such as...
  19213.     display dialog "Sorry, the item you selected could not be found."
  19214.     return
  19215. end try
  19216. e    No Change
  19217. specifically
  19218. %PmDev.CD Apr 98 SDK2
  19219.  - Development Kits (Disc 2)
  19220.  - Sound Manager
  19221.  - For Developers
  19222.  - Debugging Sound ManagerV
  19223. 54059X
  19224. Apr 98^
  19225. --set theItem to choose file -- uncomment to test in an AS editor
  19226.     tell application "Finder"
  19227.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:"
  19228.         activate
  19229.     end tell
  19230. on error errMsg number errNum
  19231.     --enter statements to perform when no records are found such as...
  19232.     display dialog "Sorry, the item you selected could not be found."
  19233.     return
  19234. end try
  19235. e    No Changef
  19236. Debug Sound Manager 3.2.1q
  19237. Dev.CD Apr 98 SDK2
  19238. &D!All Packages
  19239. Tool Chest Edition
  19240. Declaration ROMsIySummary:  Includes example declaration ROM sources, as well as exploded declaration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  19241. Ex Apple Video ROM
  19242. Example Vid ROM from C&D
  19243. ExROM-1Func sResource
  19244. MinimalDeclROM.a
  19245. ROM diagramsK
  19246. Oct 92nge
  19247. map colors on a direct device.
  19248. DrawLin
  19249. apple
  19250. guide
  19251. intended
  19252. those
  19253. developers
  19254. noted
  19255. notesQ
  19256. nothing
  19257. noticed
  19258. notions
  19259. novell
  19260. novemberj
  19261. novice
  19262. nsarray
  19263. manager
  19264. library
  19265. plug-ins
  19266. network
  19267. administrator's
  19268. guide
  19269. second
  19270. edition
  19271. nsstring
  19272. nsthread
  19273. nubusQ
  19274. nubustester
  19275. nubustester
  19276. library
  19277. source
  19278. detect
  19279. early
  19280. macintosh
  19281. nuclear
  19282. number
  19283. numbers
  19284. numerals
  19285. numerousp
  19286. nvram
  19287. nvramrc
  19288. Language Analysis SDK
  19289. The Language Analysis Architecture (LAA) provides applications with standard interface for lexical analysis on Mac OS.
  19290. It has been difficult for an application to support features such as indexing, grammar check, sorting, text-to-speech, translation, and rubi (reading of words), for some languages including Japanese, Chineese and Korean unlike English and other European languages.
  19291. In case of Japanese text, you see no space or punctuation between words within a clause or sometimes even wi Defproc 1.0.3
  19292. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  19293. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  19294. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  19295. dimming.
  19296. 54635X
  19297. Apr 98^
  19298. --set theItem to choose file -- uncomment to test in an AS editor
  19299.     tell application "Finder"
  19300.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:"
  19301.         activate
  19302.     end tell
  19303. on error errMsg number errNum
  19304.     --enter statements to perform when no records are found such as...
  19305.     display dialog "Sorry, the item you selected could not be found."
  19306.     return
  19307. end try
  19308. DeletedfJQuickTime
  19309. QuickTime Conferencing
  19310. video conferencing
  19311. Apple Media Conferenceq
  19312. Dev.CD Apr 98 SDK2
  19313. fD!All Packages
  19314. Mac OS SDK Edition
  19315. QuickTime
  19316.  IC SDK 1.01
  19317. receives
  19318. receiving
  19319. recent
  19320. recently
  19321. reception
  19322. recipes
  19323. recognition
  19324. recognize
  19325. recognizes
  19326. recognizing
  19327. recommendx
  19328. recommendations
  19329. recommended
  19330. recommends
  19331. recompilation
  19332. recompile
  19333. recordV
  19334. pop-up
  19335. popularj
  19336. populateh
  19337. popuph
  19338. popupfuncs
  19339. portT
  19340. portability
  19341. portable
  19342. ported
  19343. porting
  19344. porting
  19345. objective-c
  19346. theresa
  19347. tensor
  19348. informa
  19349. portion
  19350. portraitj
  19351. ports
  19352. position
  19353. positioning
  19354. positions
  19355. possibilities
  19356. possibility
  19357. possiblep
  19358. possibly
  19359. postal
  19360. poster
  19361. posting
  19362. postscript
  19363. potential
  19364. potentially
  19365. pottier
  19366. powemacj
  19367. powerj
  19368. thatA
  19369. updatese
  19370. upgrader
  19371. upgrades
  19372. urbina
  19373. urquhart
  19374. usagew
  19375. usedA
  19376. training
  19377. using
  19378. verilog
  19379. much@
  19380. mybuildmenu@
  19381. national@
  19382. natural@
  19383. needed@
  19384. net/biz/bbsw@
  19385. network-aware@
  19386. fcode
  19387. tokenizer
  19388. board
  19389. fcode
  19390. driver
  19391. development@
  19392. offers@
  19393. olson@
  19394. on-line@
  19395. on-line-service@
  19396. only@
  19397. opencheckedout@
  19398. opportunity@
  19399. optimize@
  19400. oracle@
  19401. organizational@
  19402. originally@
  19403. osborne@
  19404. outlines@
  19405. outperform@
  19406. packages@
  19407. parser@
  19408. patterns@
  19409. person@
  19410. photographs@
  19411. plan@
  19412. platform@
  19413. poor@
  19414. power
  19415. developer
  19416. note@
  19417. powerbooks@
  19418. preferred@
  19419. press@
  19420. print2@
  19421. problem@
  19422. products@
  19423. programs@
  19424. prototyping@
  19425. publishing
  19426. second
  19427. edition@
  19428. quarter@
  19429. quickdraw
  19430. dimension
  19431. macintosh
  19432. graphics
  19433. pablo@
  19434. quicktime
  19435. includes
  19436. quicktime
  19437. javad@
  19438. read-only@
  19439. recordj
  19440. viiiv
  19441. 53926X
  19442. Feb 00^
  19443. --set theItem to choose file -- uncomment to test in an AS editor
  19444.     tell application "Finder"
  19445.         open item "Dev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:"
  19446.         activate
  19447.     end tell
  19448. on error errMsg number errNum
  19449.     --enter statements to perform when no records are found such as...
  19450.     display dialog "Sorry, the item you selected could not be found."
  19451.     return
  19452. end try
  19453. e    No Changef
  19454. Apple Events
  19455. AppleEventsq
  19456. Dev.CD Feb 00 TC
  19457. !D!All Packages
  19458. Tool Chest Edition
  19459. F    aevt dcmd
  19460. The aevt (Apple event) dcmd is a MacsBug tool that displays a formatted listing of the contents of an AppleEvent record.  It is most useful when used in conjuntion with an ATB or TVB set on AESend to examine the contents of an event being sent or the result returned.
  19461. Much improved on the previous version, including many bug fixes and several enhancement to display format and additional type displays.
  19462. e    No Change
  19463. All Packages
  19464. F    QuickTimeO
  19465. Dev.CD Jun 97 SSWP
  19466. Dev.CD Jun 97 SSV
  19467. 54631X
  19468. Jun 97
  19469. f--set theItem to choose file -- uncomment to test in an AS editor
  19470.     tell application "Finder"
  19471.         open item "Dev.CD Jun 97 SSW"
  19472.         activate
  19473.     end tell
  19474. on error errMsg number errNum
  19475.     --enter statements to perform when no records are found such as...
  19476.     display dialog "Sorry, the item you selected could not be found."
  19477.     return
  19478. end try
  19479. All Packages
  19480. F    QuickTimeO
  19481. Dev.CD Jun 97 SSWP
  19482. Dev.CD Jun 97 SSV
  19483. 54632X
  19484. Jun 97
  19485. f--set theItem to choose file -- uncomment to test in an AS editor
  19486.     tell application "Finder"
  19487.         open item "Dev.CD Jun 97 SSW"
  19488.         activate
  19489.     end tell
  19490. on error errMsg number errNum
  19491.     --enter statements to perform when no records are found such as...
  19492.     display dialog "Sorry, the item you selected could not be found."
  19493.     return
  19494. end try
  19495. All Packages
  19496. F    QuickTimeO
  19497. Dev.CD Jun 97 SSWP
  19498. Dev.CD Jun 97 SSV
  19499. 54633X
  19500. PPDev.CD Apr 00 SDK1
  19501.  - Development Kits
  19502.  - Mac OS
  19503.  - MRJ
  19504.  - MRJ 2.1.4 Web Installe sprockets engineers, expressly to demonstrate the sprockets. The InputSprocket code in this version is solid, and was specifically designed to be similar to a flightsim so that those who are working on a project with flight-sim like controls can use the InputSprocket code almost verbatim.
  19505. You will need to download InputSprocket 1.2.1 in order to build this project.
  19506. DroneZone
  19507. DroneZone Release Notes.doc
  19508. DroneZone.CW2.prj
  19509. DroneZone.CW5.prj
  19510. DZAutoDrone.3DMF
  19511. DZAutoDroneBurn.3DMF
  19512. DZAutoDroneExpl.3DMF
  19513. DZDisplay.c
  19514. DZDisplay.h
  19515. DZDrone.c
  19516. DZDrone.h
  19517. DZEvenMoreResources.r
  19518. DZEvents.c
  19519. DZEvents.h
  19520. DZGame.c
  19521. DZGame.h
  19522. DZInput.c
  19523. DZInput.h
  19524. DZISpPresets.r
  19525. DZISpPresets.rsrc
  19526. DZKeyCap.h
  19527. DZMain.c
  19528. DZMain.h
  19529. DZMenu.c
  19530. DZMenu.h
  19531. DZMoreResources.r
  19532. DZPrefix.h
  19533. DZResource.h
  19534. DZResource.rsrc
  19535. DZSound.c
  19536. DZSound.h
  19537. DZSound.rsrc
  19538. DZSpace.c
  19539. DZSpace.h
  19540. DZThumbprint.h
  19541. DZUtils.c
  19542. DZUtils.h
  19543. DZVersionB
  19544. Feb 0051973X
  19545. ater systems
  19546. 3J)Development:
  19547. Japanese:
  19548. Recipes:
  19549. Apr 96L
  19550. Jan 97OCDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:PHDev.CD Jan 97 SDK2
  19551.  - Development Kits (Disc 2)
  19552.  - OpenDoc InternationalV
  19553. 54329X
  19554. Jan 97^
  19555. --set theItem to choose file -- uncomment to test in an AS editor
  19556.     tell application "Finder"
  19557.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:"
  19558.         activate
  19559.     end tell
  19560. on error errMsg number errNum
  19561.     --enter statements to perform when no records are found such as...
  19562.     display dialog "Sorry, the item you selected could not be found."
  19563.     return
  19564. end try
  19565. Deletedq
  19566. Dev.CD Jan 97 SDK2
  19567. 4D!All Packages
  19568. Tool Chest Edition
  19569. OpenFWBridgeFixJul97
  19570.     under QuickDraw GX.
  19571. ShowDialogBoxes v2.1.imgK
  19572. Vol VIIL
  19573. May 94N
  19574. Testing, InternationalO9Dev.CD Feb 00 TC:Tool Chest:Localization:ShowDialogBoxes:PADev.CD Feb 00 TC
  19575.  - Tool Chest
  19576.  - Localization
  19577.  - ShowDialogBoxesV
  19578. 52204X
  19579. Feb 00^
  19580. #on: An appli
  19581. sample
  19582. compression/decompre
  19583. sound
  19584. manager
  19585. component
  19586. sample
  19587. program
  19588. which
  19589. demonstrates
  19590. adbop
  19591. simple
  19592. sample
  19593. which
  19594. demonstrates
  19595. controls
  19596. simple
  19597. utility
  19598. driver
  19599. support
  19600. asynchronous
  19601. sound
  19602. manager
  19603. pre-mixer
  19604. effect
  19605. component
  19606. shows
  19607. sample
  19608. shows
  19609. transport
  19610. a-trap
  19611. a/roseQ
  19612. ability`
  19613. aborts
  19614. aboutj
  19615. warrior@
  19616. webobjects
  19617. developer's
  19618. guide@
  19619. well-designed@
  19620. using
  19621. enterprise
  19622. objects
  19623. framework
  19624. openstep
  19625. cation function to show the current lC
  19626. ocation and time zone information that is in the Date & Time Control Panel.  The program also shows how you can determine if Daylight Savings Time is on or off.  The program also shows how you can determine if Daylight Savings Time is on or off.
  19627. J'Sample Code.img
  19628. Windows Sample Code.imgK
  19629. May 94L
  19630. Nov 96O
  19631. Dev.CD Feb 00 TC:Sample Code:P
  19632. Dev.CD Feb 00 TC
  19633.  - Sample Coderdware
  19634.  - Display Card 4
  19635. 47881X
  19636. Nov 99^
  19637. #.CD Feb 00 TC
  19638.  - Sample CodeV
  19639. 45129X
  19640. Feb 00^
  19641. #ofiles Docs:nge
  19642. thooks
  19643. thooks
  19644. documentation
  19645. thooks
  19646. documentation
  19647. thread
  19648. thread
  19649. manager
  19650. thread
  19651. manager
  19652. 2.1.1d1
  19653. thread
  19654. manager
  19655. documentation
  19656. threadutilities
  19657. threedmetafile
  19658. threedmetafile
  19659. threedmetafile
  19660. threedmetafile
  19661. ticket
  19662. ticket
  19663. program
  19664. ticket
  19665. program
  19666. ticket
  19667. program
  19668. ticket
  19669. program
  19670. ticket
  19671. program
  19672. timecode
  19673. timecode
  19674. timeslaving
  19675. timeslaving
  19676. title
  19677. system
  19678. folder
  19679. system
  19680. folder
  19681. 8.5.1
  19682. tool]
  19683. toolbox
  19684. tools]
  19685. included-file
  19686. includesQ
  19687. includingQ
  19688. includs
  19689. progresswindoid-c
  19690. project
  19691. projectdrag
  19692. projectdrag
  19693. 1.1b8
  19694. projects
  19695. publications
  19696. spooler
  19697. patch
  19698. 1.0.2
  19699. qteffects
  19700. qteffects
  19701. explode
  19702. qtsimpleapplet
  19703. reports
  19704. requests
  19705. resedit
  19706. resources
  19707. e    No Changeq
  19708. Dev.CD Feb 00 TC
  19709. D!All Packages
  19710. Tool Chest Edition
  19711. MovieCallbacksI
  19712. This demo program shows how to display a QuickTime movie within a window and add CallBacks. The CallBacks are QuickTime calling back into Java through the MovieController, Movie and QuickTimeVR API. J7mc.bat
  19713. MovieCallbacks
  19714. MovieCallbacks.zip
  19715. README.txt
  19716. Feb 00
  19717. - Common
  19718.     - Sun Compliant Java Runtime Environment 1.1
  19719.     - QuickTime 3 
  19720.     - QTJava.zip
  19721.     - QTJava media samples
  19722. - Mac OS:
  19723.     - System 8 or later
  19724.     - Macintosh Runtime for Java (MRJ) 2.1
  19725. - Windows 95, 98, or NT::
  19726.     - JRE/JDK from Sun Microsystems, Inc. recommended
  19727. QuickTime, Java, MRJOUDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:MovieCallbacks:PcDev.CD Feb 00 TC
  19728.  - What's New?
  19729.  - Sample Code
  19730.  - QuickTime
  19731.  - QuickTime for Java
  19732.  - MovieCallbacksV
  19733. 54286X
  19734. Feb 00^
  19735. #lopment Kits (Disc 1)
  19736.  - ColorSync SDK
  19737.  - Documentation
  19738.  - Embedding Profile DocumentationV
  19739. 52883X
  19740. Apr 98^
  19741. suport
  19742. e Open Scripting Architecture' and 'Implementing Inheritance In Scripts' (see references). If you intend to use the OSA then I recommend that you read these articles.
  19743. Here is a list of the OSA features MenuScripter demonstrates:
  19744.  Attaching scripts to objects.
  19745.  Installing a predispatch Apple event handler to allow an objects script first go at handling any events targetted at the object.
  19746.  Directly compiling and executing scripts.
  19747.  Decompiling existing scripts for editing.
  19748.  Gettin
  19749. g and setting properties in scripts.
  19750.  Retrieving information on errors that occur in a script.
  19751.  Loading and storing scripts.
  19752. MenuScripter compiles under :
  19753.   Metrowerks CodeWarrior 7 and 8, 68K and PPC
  19754.   Symantec C++ 8.0.1
  19755.   Symantec 7.0.4
  19756.   ETO, MPW Pro #19 'Latest MPW'- Symantec C++ for MPW, MrC
  19757. Here is a list of the changes to MenuScripter 3.1 to produce MenuScripter 4.0:
  19758.  Updated script terminology consistent with 7Edit 3.1.
  19759.  Improvements to user interface.
  19760.  A results window
  19761. Summary:  The Sample Code Board has devised a survey that we hope will provide us with information about which samples developers recognize as valuable and which obsolete,  which technology areas need more coverage and which are over-represented, which levels of expertise need more attention, etc.  Please fill this out and return to DEVSUPPORT.
  19762. The Developer Support Center is currently evaluating available code samples and defining new standards for presentation.  We are soliciting develoBjper feedback, so that we can provide you with the samples you need, or improve the samples that exist now.
  19763. Sample Code SurveyK
  19764. Jan 94M
  19765. TeachText or any word-processorN&sample code survey, developer feedbackO/Dev.CD Nov 99 TC:Sample Code:Sample Code SurveyP4Dev.CD Nov 99 TC
  19766.  - Sample Code
  19767.  - Sample Code Survey dialog "Sorry, the item you selected could not be found."
  19768.     return
  19769. end try
  19770. e    No Changeq
  19771. Dev.CD Feb 00 TC
  19772. nD!All Packages
  19773. Tool Chest Edition
  19774. File Synchronization 1.1
  19775.  on Acrobat, please go to:
  19776.     http://www.adobe.com/acrobat/
  19777. The person installing this package must agree to a license agreement presented during the installation process.
  19778. Reader InstallerK
  19779. May 97L
  19780. Feb 99
  19781. System Requirements
  19782. -  Macintosh computer with 68020 (Macintosh II series) or greater processor (including all Power Macintosh computers). 
  19783. -  MacOS 7.0 or later
  19784. -  3300 KB application RAM for 680x0-based Macintosh or Power Macintosh with Virtual Memory turned on; 5227 KB for Power Macintosh with Virtual Memory turned off
  19785. -  8 MB hard disk space, plus 4.4 MB additional temporary disk space  available during installation 
  19786. -  For viewing PDF files inside a Web browser, Netscape Navigator 3.0
  19787. O7Dev.CD Mar 00 RL Disk 1:Utilities:Acrobat Reader 4.0.1:not update the source. These techniques are essential tools that every WebObjects programmer should understand.
  19788. 53869X
  19789. 1e    No Change
  19790. audit
  19791. audit
  19792. aug-95
  19793. autoguest
  19794. autoguest
  19795. heavily
  19796. heavy
  19797. hebreu
  19798. hebrew
  19799. Wn AS editor
  19800.     tell application "Finder"
  19801.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  19802.         activate
  19803.     end tell
  19804. on error errMsg number errNum
  19805.     --enter statements to perform when no records are found such as...
  19806.     display dialog "Sorry, the item you selected could not be found."
  19807.     return
  19808. end try
  19809. to get automatic document translation.  Macintosh Easy Open also assists in perfB
  19810. orming scrap (in memory) translation.  Kind strings are enhanced in the Finder so document types are more robust.
  19811. Issues:  Please contact Apple Licensing for redistribution information.
  19812. Claris XTND Files:
  19813. Document Converter
  19814. Documentation:
  19815. Macintosh Easy Open
  19816. Macintosh Easy Open Reference
  19817. Open Me
  19818. Read Me First
  19819. Translation Extensions:K
  19820. Jul 93L
  19821. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:00 TC:What's New?:Sample Code:Games:InputSprocketTest: image which c
  19822. --set theItem to choose file -- uncomment to test in an AS editor
  19823.     tell application "Finder"
  19824.         open item "Dev.CD Apr 94
  19825. Dev.CD Jan 94
  19826. Dev.CD Oct 93
  19827. Dev.CD Jul 93"
  19828.         activate
  19829.     end tell
  19830. on error errMsg number errNum
  19831.     --enter statements to perform when no records are found such as...
  19832.     display dialog "Sorry, the item you selected could not be found."
  19833.     return
  19834. end try
  19835. ot be found."
  19836.     return
  19837. end try
  19838. be found."
  19839.     return
  19840. end try
  19841. All Packages
  19842. F    PowerTalkO
  19843. Dev.CD Apr 95
  19844. Dev.CD Jan 95P
  19845. Dev.CD Apr 95
  19846. Dev.CD Jan 9V
  19847. 50668X
  19848. Apr 95
  19849. p--set theItem to choose file -- uncomment to test in an AS editor
  19850.     tell application "Finder"
  19851.         open item "Dev.CD Apr 95
  19852. Dev.CD Jan 95"
  19853.         activate
  19854.     end tell
  19855. on error errMsg number errNum
  19856.     --enter statements to perform when no records are found such as...
  19857.     display dialog "Sorry, the item you selected could not be found."
  19858.     return
  19859. end try
  19860. All Packages
  19861. --set theItem to choose file -- uncomment to test in an AS editor
  19862.     tell application "Finder"
  19863.         open item "Dev.CD Apr 94
  19864. Dev.CD Jan 94
  19865. Dev.CD Oct 93
  19866. Dev.CD Jul 93
  19867. Dev.CD Apr 93"
  19868.         activate
  19869.     end tell
  19870. on error errMsg number errNum
  19871.     --enter statements to perform when no records are found such as...
  19872.     display dialog "Sorry, the item you selected could not be found."
  19873.     return
  19874. end try
  19875. ocument/file/applic
  19876. documentationc
  19877. documentationandsamp
  19878. 54546X
  19879. Apr 98^
  19880. --set theItem to choose file -- uncomment to test in an AS editor
  19881.     tell application "Finder"
  19882.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:"
  19883.         activate
  19884.     end tell
  19885. on error errMsg number errNum
  19886.     --enter statements to perform when no records are found such as...
  19887.     display dialog "Sorry, the item you selected could not be found."
  19888.     return
  19889. end try
  19890. Deletedf QuickTake
  19891. Windows
  19892. Digital cameraq
  19893. Dev.CD Apr 98 SDK2
  19894. All Packages
  19895. F    QuickTimeO
  19896. Dev.CD Jan 95
  19897. Dev.CD Oct 94P
  19898. Dev.CD Jan 95
  19899. Dev.CD Oct 9V
  19900. 54547X
  19901. Jan 95
  19902. p--set theItem to choose file -- uncomment to test in an AS editor
  19903.     tell application "Finder"
  19904.         open item "Dev.CD Jan 95
  19905. Dev.CD Oct 94"
  19906.         activate
  19907.     end tell
  19908. on error errMsg number errNum
  19909.     --enter statements to perform when no records are found such as...
  19910.     display dialog "Sorry, the item you selected could not be found."
  19911.     return
  19912. end try
  19913. All Packages
  19914. QuickDraw GXO
  19915. Dev.CD Jan 96 SDK1P
  19916. Dev.CD Jan 96 SDKV
  19917. 54481X
  19918. Jan 96
  19919. g--set theItem to choose file -- uncomment to test in an AS editor
  19920.     tell application "Finder"
  19921.         open item "Dev.CD Jan 96 SDK1"
  19922.         activate
  19923.     end tell
  19924. on error errMsg number errNum
  19925.     --enter statements to perform when no records are found such as...
  19926.     display dialog "Sorry, the item you selected could not be found."
  19927.     return
  19928. end try
  19929. All Packages
  19930. QuickDraw GXO#Dev.CD Aug 96 TC
  19931. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  19932. Dev.CD Jan 96 SDKV
  19933. 54482X
  19934. Aug 96
  19935. x--set theItem to choose file -- uncomment to test in an AS editor
  19936.     tell application "Finder"
  19937.         open item "Dev.CD Aug 96 TC
  19938. Dev.CD Jan 96 SDK1"
  19939.         activate
  19940.     end tell
  19941. on error errMsg number errNum
  19942.     --enter statements to perform when no records are found such as...
  19943.     display dialog "Sorry, the item you selected could not be found."
  19944.     return
  19945. end try
  19946. itionala
  19947. menuscripter
  19948. menuscripter
  19949. applescript
  19950. metafile
  19951. meters
  19952. metrowerks
  19953. middleware
  19954. music
  19955. movie
  19956. converter
  19957. mismatch
  19958. missA
  19959. mixed
  19960. modal
  19961. modulet
  19962. monitor
  19963. moofwars
  19964. morefiles
  19965. moreisbetter
  19966. morpheme
  19967. mouse
  19968. movie
  19969. movies
  19970. macintosh
  19971. powerbook
  19972. qualified
  19973. socket
  19974. compilers
  19975. assemblers
  19976. linkers
  19977. tools
  19978. debuggers
  19979. performance
  19980. 2.1.2
  19981. 2.1.3
  19982. 2.1.4
  19983. 2.1.4
  19984. resdistributor
  19985. redistribution
  19986. navigation
  19987. underm
  19988. unicodeutilities
  19989. unicodeutilities
  19990. universal
  19991. universal
  19992. interfaces
  19993. universalinterfaces3
  19994. unmountprojector
  19995. unwrapcommenttext
  19996. update
  19997. updatedo
  19998. updated
  19999. documentation
  20000. updated
  20001. grayscale
  20002. appearanceo
  20003. updates
  20004. upgrader
  20005. upgrader
  20006. 1.2.3
  20007. engines
  20008. upgrading
  20009. upgrading
  20010. bbedit
  20011. software
  20012. locator
  20013. useful
  20014. useful
  20015. addmenu
  20016. script
  20017. user's
  20018. usersy
  20019. userstartup
  20020. userstartup
  20021. goodies
  20022. using
  20023. utilities
  20024. utility
  20025. v1.5.3
  20026. validator
  20027. validator
  20028. validator
  20029. documentation
  20030. validator
  20031. documentation
  20032. variable
  20033. variables
  20034. versionse
  20035. count
  20036. video
  20037. viewo
  20038. viewer
  20039. virtual
  20040. virtual
  20041. keycode
  20042. virtual
  20043. tools
  20044. nts to 7 on an extended keyboard
  20045. s lights repeatedly until the Shift and Caps Lock keys are pressed, or until it receives a Quit Application Apple event.
  20046. ModifyMouseAccl:  ModifyMouseAccl demonstrates the use of the CursorDeviceManager to adjust the mouse acceleration setting for the standard Apple mouse.  This quick sample obtains the CDM record associated with the standard mouse, saves the acceleration settings, then replaces the settings with some custom values defined in the program. 
  20047.  There is the option to specify a tablet like setting, or one which makes the mouse extremely sensitive to movement.  Set the define NOACCLCURVE to the desired value.  A discussion of the acceleration resource is provided in the Space Aliens ADB Tech Note.
  20048. Once the new values are set, the program makes the CursorDeviceSetAcceleration call, to have the Cursor Device Manager calculate the new acceleration curves to be used by the cursor draw routine.  After waving the mouse around to see 
  20049. iness & Marketing: News (Apple Initiatives Sell 3d-Party Products); Market Research Monthly (Apple Macintosh User Study); Marketing Feature (Retail Channels).
  20050. This is final draft copy from Apple Directions, 
  20051.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS. 
  20052. Apple Directions 01/95
  20053. Apple Directions 02/95
  20054. Apple Directions 03/95
  20055. Apple Directions 04/95
  20056. Apple Directions 05/95
  20057. Apple Directions 06/95
  20058. Apple Directions 07/95
  20059. Apple Directions 08/95
  20060. Apple Directions 09/95
  20061. Apple Directions 10/95
  20062. Apple Directions 11/95
  20063. Apple Directions 12/95
  20064. Mar 95L
  20065. Dec 95OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:PUDev.CD Nov 99 TC
  20066.  - Programs & Marketing
  20067.  - Apple Directions
  20068.  - Apple Directions 1995
  20069. articlesj
  20070. articulate
  20071. artwork
  20072. suffer
  20073. suffix
  20074. suggested
  20075. suggestions
  20076. suitj
  20077. suitability
  20078. suitable
  20079. suiteN
  20080. suited
  20081. suitesm
  20082. summarizationb
  20083. summarize
  20084. summarizes
  20085. summarizing
  20086. summaryB
  20087. WC:Tool Chest:Testing & Debugging:General tools:"
  20088.         activate
  20089.     end tell
  20090. on error errMsg number errNum
  20091.     --enter statements to perform when no records are found such as...
  20092.     display dialog "Sorry, the item you selected could not be found."
  20093.     return
  20094. end try
  20095. ColorPopUpMenus
  20096. ColorPopUpMenus.c
  20097. ColorPopUpMenus.h
  20098. ColorPopUpMenus.prj
  20099. ColorPopUpMenus.r
  20100. ColorPopUpMenus.rsrc
  20101. MakeFile
  20102. ReadMeK
  20103. Dec 99M
  20104. Color MacintoshN=Icon, color icon, colour table, CIconHandle, CTabHandle, clutOWDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:ColorPopUpMenus:PbDev.CD Mar 00 RL Disk 1
  20105.  - What's New
  20106.  - Sample Code
  20107.  - Human Interface Toolbox
  20108.  - ColorPopUpMenusV
  20109. 54029X
  20110. Mar 00^    RL Disk 1
  20111. --set theItem to choose file -- uncomment to test in an AS editor
  20112.     tell application "Finder"
  20113.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:ColorPopUpMenus:"
  20114.         activate
  20115.     end tell
  20116. on error errMsg number errNum
  20117.     --enter statements to perform when no records are found such as...
  20118.     display dialog "Sorry, the item you selected could not be found."
  20119.     return
  20120. end try
  20121. e    No Changef8Icon
  20122. color icon
  20123. colour table
  20124. CIconHandle
  20125. CTabHandle
  20126. clutq
  20127. Dev.CD Mar 00 RL Disk 1
  20128. All Packages
  20129. F    LabelMenu
  20130.  Summary:  This demonstrates a program with a Finder-like label menu.  Each label menu item has a 12x16 pixel 'cicn and the color and name of all the items are updated if the user changes anything in the "Labels" control panel.  This also demonstrates how to change a menu tile to an icon.
  20131. J'Sample Code.img
  20132. Windows Sample Code.imgK
  20133. Aug 95M-System 7 or greater, Universal Interfaces 2.0N
  20134. Finder label menu iconO
  20135. Dev.CD Feb 00 TC:Sample Code:P
  20136. Dev.CD Feb 00 TC
  20137.  - Sample CodeV
  20138. 54219X
  20139. 1kages
  20140. Tool Chest Edition
  20141. MacCalendar 1.1b1I
  20142. Summary:  MacCalendar is a control strip module that displays a calendar when you click on it in the control strip.  The calendar display is configured using a separate application, MacCalendar Setup.J'Sample Code.img
  20143. Windows Sample Code.imgK
  20144. Aug 94L
  20145. May 97M9Requires the Control Strip control panel to be installed.O
  20146. Dev.CD Feb 00 TC:Sample Code:P
  20147. Dev.CD Feb 00 TC
  20148.  - Sample CodeV
  20149. 53005X
  20150. Feb 00^
  20151. #mming for Flexibility: Thr Flexibility: Th
  20152. Summary: PC Card Manager v3.0 SDK is a comprehensive development environment which describes how the Personal Computer Memory Card International Association (PCMCIA) expansion card interface is implemented in PowerBook Hooper.
  20153. PC Card Manager v3.0 SDK is the future architecture for upcoming PowerBook Hooper products. Developers wanting to produce PC cards for 190, 5300 and 1400 series PowerBooks should refer to PC Card Manager v2.0 SDK.
  20154. Some of the support offered by PC Card Manager v3.0Bo SDK:
  20155. System Interfaces
  20156. Power PC library
  20157. Updated documentation available in an Adobe Acrobat file
  20158. Sample code 
  20159. AnotherCustomEnabler:
  20160. CIncludes:
  20161. CustomEnabler:
  20162. DispNameReg:
  20163. Documentation:
  20164. Interfaces&Libraries
  20165. Libraries:
  20166. release Notes
  20167. RIncludes:
  20168. TupleDumper:K
  20169. Jul 96L
  20170. Mar 97M$Requires a minimum of  System 7.5.3.N PCCard, Hooper, PowerBook, CometONDev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:nd try
  20171. D!All Packages
  20172. Tool Chest Edition
  20173. licenced
  20174. licenseZ
  20175. EOModeler
  20176. Learning EOModeler
  20177. Learning how to effectively use the EOModeler application is an essential beginning to the development of any database driven web site. This survival guide explains the most commonly used features and options available in the EOModeler application.
  20178. EOModeler.pdfK
  20179. Jun 99M
  20180. Acrobat Reader 3.0N
  20181. EOModeler, databaseO>Dev.CD Mar 00 RL Disk 1:Interactive Media Resources:EOModeler:PCDev.CD Mar 00 RL Disk 1
  20182.  - Interactive Media Resources
  20183.  - EOModelerV
  20184. 52885X
  20185. Mar 00^    RL Disk 1
  20186. --set theItem to choose file -- uncomment to test in an AS editor
  20187.     tell application "Finder"
  20188.         open item "Dev.CD Mar 00 RL Disk 1:Interactive Media Resources:EOModeler:"
  20189.         activate
  20190.     end tell
  20191. on error errMsg number errNum
  20192.     --enter statements to perform when no records are found such as...
  20193.     display dialog "Sorry, the item you selected could not be found."
  20194.     return
  20195. end try
  20196. AppleTalk MIB (RFC 1243) alias
  20197. AppleTalk SW for SNMP alias
  20198. Mac System MIB alias
  20199. MacSNMP demo and test
  20200. MacSNMP Developer 1.0.2
  20201. MacSNMP Programmer
  20202. s Guide
  20203. MacSNMP Transport 1.0.2
  20204. Overview - SNMP Development
  20205. Overview - SNMP Development.txt
  20206. TCP/IP MIB-II (RFC 1213) alias
  20207.     display dialog "Sorry, the item you selected could not be found."
  20208.     return
  20209. end try
  20210. justify
  20211. kaleidaj
  20212. kanji
  20213. karma
  20214. kazim
  20215. kbytes
  20216. kcapapp
  20217. kchrs
  20218. keeping
  20219. keith
  20220. keith's
  20221. kernel
  20222. kevin
  20223.    --enter statements to perform when no records are found such as...
  20224.     display dialog "Sorry, the item you selected could not be found."
  20225.     return
  20226. end try
  20227. All Packages
  20228. 54185X
  20229. Feb 00^
  20230. --set theItem to choose file -- uncomment to test in an AS editor
  20231.     tell application "Finder"
  20232.         open item "Dev.CD Feb 00 TC:Language Kits:Indian Language Kit 1.0:"
  20233.         activate
  20234.     end tell
  20235. on error errMsg number errNum
  20236.     --enter statements to perform when no records are found such as...
  20237.     display dialog "Sorry, the item you selected could not be found."
  20238.     return
  20239. end try
  20240. e    No Changeq
  20241. Dev.CD Feb 00 TC
  20242. D!All Packages
  20243. Tool Chest Edition
  20244. Inline Input for TextEdit
  20245. pSummary:  This package helps developers implement inline input for TextEdit using the TSMTE extension in their applications.
  20246. Features:  The package provides sample code for implementing inline input for TextEdit, the TSMTE interfaces, and the TSMTE extension. It is intended to be used along with Macintosh Technical Note TE 27 - Inline Input for TextEdit with TSMTE.
  20247. J'Sample Code.img
  20248. Windows Sample Code.imgK
  20249. Feb 94L
  20250. May 94:Sample Code:V
  20251. 54186X
  20252. Moved
  20253. documented
  20254. documentproc
  20255. documentsN
  20256. docviewer
  20257. doesn'tj
  20258. doesn't
  20259. documents
  20260. properly
  20261. doesnt
  20262. dogcow
  20263. doinj
  20264. doing
  20265. D Jan 96 SSW"
  20266.         activate
  20267.     end tell
  20268. on error errMsg number errNum
  20269.     --enter statements to perform when no records are found such as...
  20270.     display dialog "Sorry, the item you selected could not be found."
  20271.     return
  20272. end try
  20273. All Packages
  20274. F    QuickTimeO
  20275. Dev.CD Jan 96 SSWP
  20276. Dev.CD Jan 96 SSV
  20277. 53311X
  20278. --set theItem to choose file -- uncomment to test in an AS editor
  20279.     tell application "Finder"
  20280.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:"
  20281.         activate
  20282.     end tell
  20283. on error errMsg number errNum
  20284.     --enter statements to perform when no records are found such as...
  20285.     display dialog "Sorry, the item you selected could not be found."
  20286.     return
  20287. end try
  20288. ll Packages
  20289. PPC EnablerO
  20290. Dev.CD Jul 95P
  20291. Dev.CD Jul 9V
  20292. 53170X
  20293. Jul 95
  20294. b--set theItem to choose file -- uncomment to test in an AS editor
  20295.     tell application "Finder"
  20296.         open item "Dev.CD Jul 95"
  20297.         activate
  20298.     end tell
  20299. on error errMsg number errNum
  20300.     --enter statements to perform when no records are found such as...
  20301.     display dialog "Sorry, the item you selected could not be found."
  20302.     return
  20303. end try
  20304. All Packages
  20305. PPC EnablerO
  20306. Dev.CD Jul 95P
  20307. Dev.CD Jul 9V
  20308. 53171X
  20309. Jul 95
  20310. lintf
  20311. taking
  20312. talking
  20313. talks
  20314. talktool
  20315. tampa
  20316. tanaka
  20317. tantek
  20318. tanzania
  20319. tanzania-family
  20320. targetR
  20321. targeted
  20322. targetingf
  20323. targets
  20324. targetted
  20325. tasksb
  20326. tbltdrvr
  20327. tcp/ip
  20328. tcp/ip
  20329. administration
  20330. macintosh
  20331. v2.0.4
  20332. tcp/ip
  20333. connection
  20334. macintosh
  20335. v2.0.4
  20336. tcp/ip/lpr
  20337. tcpclose
  20338. tcpreceive
  20339. tcpsend
  20340. teamf
  20341. tear-off
  20342. techj
  20343. technologiesp
  20344. 54062X
  20345. Apr 00^
  20346. --set theItem to choose file -- uncomment to test in an AS editor
  20347.     tell application "Finder"
  20348.         open item "Dev.CD Apr 00 SDK1:Interactive Media Resources:DesignForRobustness:"
  20349.         activate
  20350.     end tell
  20351. on error errMsg number errNum
  20352.     --enter statements to perform when no records are found such as...
  20353.     display dialog "Sorry, the item you selected could not be found."
  20354.     return
  20355. end try
  20356. e    No Changef'WebObjects
  20357. Designing
  20358. Robustness
  20359. Testingq
  20360. Dev.CD Apr 00 SDK1
  20361. DetachedControllerIdThis demo program shows how to select and then play a QuickTime movie with its controller detached. J?dc.bat
  20362. DetachedController
  20363. DetachedController.zip
  20364. Readme.txt
  20365. Feb 00
  20366. - Common
  20367.     - Sun Compliant Java Runtime Environment 1.1
  20368.     - QuickTime 3 
  20369.     - QTJava.zip
  20370.     - QTJava media samples
  20371. - Mac OS:
  20372.     - System 8 or later
  20373.     - Macintosh Runtime for Java (MRJ) 2.1
  20374. - Windows 95, 98, or NT::
  20375.     - JRE/JDK from Sun Microsystems, Inc. recommended
  20376. Inc. recommended
  20377. classicd
  20378. classroomR
  20379. clauseN
  20380. clauses
  20381. clean
  20382. cleaner
  20383. cleans
  20384. clear
  20385. clearly
  20386. click
  20387. click-dragging
  20388. clicked
  20389. clicking
  20390. clicksh
  20391. clicksound
  20392. client
  20393. client-server
  20394. client/serverj
  20395. clients
  20396. clipboard
  20397. clipped
  20398. clipper
  20399. clipping
  20400. clock
  20401. 12-trainingR
  20402. 12-training
  20403. schedule
  20404. 12/95j
  20405. 13-duR
  20406. 13-du
  20407. training
  20408. sites
  20409. 2.0.1t
  20410. 2.0.2
  20411. 2.0.6
  20412. 2.0.6
  20413. files
  20414. 2.0b6
  20415. sample
  20416. sample
  20417. survey
  20418. sample
  20419. documents
  20420. sample
  20421. driver
  20422. X Language Kit Version 1.5
  20423.  contains over 250 "core classes" for multimedia development.  They include facilities for Title Management for creating and managing ScriptX applications, Composition Facilities, Graphics, Timed Behavior facilities for handling time-based streams and sequences, Interaction facilities for creating user interface elements, Data Management facilities, and Language Support Facilities.
  20424. See the document "About ScriptX" for details.
  20425. Apr 96L
  20426. Jul 96me
  20427. e--set theItem to choose file -- uncomment to test in an AS editor
  20428.     tell application "Finder"
  20429.         open item "Dev.CD May 97 TC"
  20430.         activate
  20431.     end tell
  20432. on error errMsg number errNum
  20433.     --enter statements to perform when no records are found such as...
  20434.     display dialog "Sorry, the item you selected could not be found."
  20435.     return
  20436. end try
  20437. erface, and your users will be able to manipulate and work with their data faster and more intuitively.  Version 1.1.1 corrects a problem with the Universal interface file.
  20438. Macintosh Drag and Drop implements the new Drag Manager toolbs to perform when no records are found such as...
  20439.     display dialog "Sorry, the item you selected could not be found."
  20440.     return
  20441. end try
  20442. e    No Changeq
  20443. Dev.CD May 98 TC
  20444. D!All Packages
  20445. Mac OS SDK Edition
  20446. Interactive Corp Success Guide
  20447.     mple Code:Networking:MoreNetworkSetup:PVDev.CD Mar 00 RL Disk 1
  20448.  - What's New
  20449.  - Sample Code
  20450.  - Networking
  20451.  - MoreNetworkSetup00 TC
  20452. investigation
  20453. investment
  20454. s/index.htmlq
  20455. Dev.CD Apr 00 SDK1
  20456. JD!All Packages
  20457. Mac OS SDK Edition
  20458. F&DeveloperDocumentation: Corefoundation
  20459. Core Foundation Documentation:
  20460. Core Foundation is a library of low-level services which help you to build cross-platform, easily localized applications. Core Foundation provides abstractions for common data types, facilitates internationalization with Unicode string storage, and offers a suite of utilities such as plug-in support,  XML property lists, URL resource access, and preferences. Core Foundation is included as part of CarbonLib on Mac OS 8 and 9. For Mac OS X, Core Foundation wil   tell application "Finder"
  20461.         open item "Dev.CD Jul 93"
  20462.         activate
  20463.     end tell
  20464. on error errMsg number errNum
  20465.     --enter statements to perform when no records are found such as...
  20466.     display dialog "Sorry, the item you selected could not be found."
  20467.     return
  20468. end try
  20469. All Packages
  20470. F    QuickTimeV
  20471. 52109X
  20472.     Cbrously tested.  Use caution when using any version of ResEdit to which you have added this editor.
  20473. J-CODE editor for ResEdit 2.1
  20474. CODE editor NotesK
  20475. Nov 93NGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAOmDev.CD Feb 00 TC:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:P{Dev.CD Feb 00 TC
  20476.  - Tool Chest
  20477.  - Developer Utilities
  20478.  - ResEdit 2.1.3
  20479.  - ResEdit Extensions
  20480.  - CODE Editor for ResEdit 2.1ll Packages
  20481. System 7.5 Update 1.0O
  20482. Dev.CD Jan 96 SSWP
  20483. Dev.CD Jan 96 SSV
  20484. 53535X
  20485. Jan 96
  20486. f--set theItem to choose file -- uncomment to test in an AS editor
  20487.     tell application "Finder"
  20488.         open item "Dev.CD Jan 96 SSW"
  20489.         activate
  20490.     end tell
  20491. on error errMsg number errNum
  20492.     --enter statements to perform when no records are found such as...
  20493.     display dialog "Sorry, the item you selected could not be found."
  20494.     return
  20495. end try
  20496. All Packages
  20497. System 7.5 Update 1.0V
  20498. 53536X
  20499. dudes
  20500. dummy
  20501. dumparpcache
  20502. dumpnetworksetup
  20503. dumpnetworksetup
  20504. dumps
  20505. entire
  20506. contents
  20507. network
  20508. dumpsy
  20509. dumpsrec
  20510. dumpster
  20511. duplicate
  20512. duplicated
  20513. duringZ
  20514. dutch
  20515. dykstra-erickson
  20516. dylan
  20517. dynamic
  20518. dynamically
  20519. dynamics
  20520. dynamo
  20521. e-mailh
  20522. eachU
  20523. earth
  20524. ease-of-use
  20525. easier
  20526. easiest
  20527. informational
  20528. informixeoadaptor
  20529. infrared
  20530. inherit
  20531. inheritance
  20532. init/control`
  20533. initialq
  20534. initialization
  20535. initialize
  20536. initiallyh
  20537. initiate
  20538. initiativesj
  20539. initport
  20540. initprojector
  20541. injury
  20542. inline
  20543. innocuous
  20544. innovative
  20545. input
  20546. insight
  20547. inspect
  20548. instaler
  20549. installx
  20550. installationZ
  20551. installations
  20552. installed
  20553. installeru
  20554. isn't
  20555. isolate
  20556. isolation
  20557. sample
  20558. reasonably
  20559. complete
  20560. example
  20561. implementation
  20562. ispelementlist
  20563. ispelementlist
  20564. extractbykind
  20565. issuej
  20566. issue
  20567. highlights
  20568. issue
  20569. highlights
  20570. issue
  20571. highlights
  20572. issue
  20573. highlights
  20574. issue
  20575. highlights
  20576. issue
  20577. highlights
  20578. issue
  20579. highlights
  20580. issue
  20581. highlights
  20582. issue
  20583. highlights
  20584. AppsToGo Referenceq
  20585. Dev.CD Feb 00 TC
  20586. All Packages
  20587. Arabic Language KitO
  20588. Dev.CD May 96 TCP
  20589. Dev.CD May 96 TV
  20590. 51481X
  20591. May 96
  20592. D Apr 9V
  20593. 51254X
  20594. Apr 94
  20595. glance
  20596. globalj
  20597. global-aware
  20598. globally
  20599. globals
  20600. glossariess
  20601. glossaryw
  20602. gluen
  20603. well-designed
  20604. well-trod
  20605. wereo
  20606. what_
  20607. h-norwegian
  20608. hack]
  20609. handbookf
  20610. handler
  20611. hardware
  20612. hardware
  20613. hardware
  20614. tools
  20615. hardware2
  20616. hardware2
  20617. stack
  20618. localization
  20619. navig
  20620. headers
  20621. headers
  20622. libraries
  20623. helloworld
  20624. helloworld
  20625. helpq
  20626. helper
  20627. helplab
  20628. helpsystems
  20629. higos8guide
  20630. higuidelines
  20631. historyu
  20632. history
  20633. history
  20634. hooks
  20635. hooks
  20636. otbot
  20637. Summary: This is the electronic version of develop magazine.
  20638.  Issue 7 highlights:
  20639. QuickTime 1.0: 
  20640. You Oughta Be in Pictures
  20641.   by Guillermo A. Ortiz.
  20642. An introduction to QuickTime that shows you how to create and play back simple movies.
  20643. Scoring Points With TrueType  by Konstantin Othmer and Mike Reed.   This article demonstrates some snazzy, never-before-possible text effects.
  20644. Threaded Communications With Futures  by Michael Gough.   Futures are an addition to the Threads Package that 
  20645. can make your IPC code even cleaner.
  20646. Using C++ Objects in a World of Exceptions  by Michael C. Greenspon.   This article explores some subtle gotchas that can occur when mixing Pascal and C++ objects, and provides guidelines for avoiding them.
  20647. The Subspace Manager in System 7.0  by Harry R. Chesley.   A little-known Macintosh Manager is revealed for the first time, and the (hairy) implications for life on earth are discussed.
  20648. Print Hints From Luke & Zz: Help for Your Dialog Appendages  
  20649. wprocasm
  20650. wrapcommenttext
  20651. writer
  20652. writeswell
  20653. writeswell
  20654. writeswell
  20655. 1.2.3
  20656. sources
  20657. writeswell
  20658. notes
  20659. writeswell
  20660. instructions
  20661. writing
  20662. writing
  20663. interactive
  20664. media
  20665. xcmdsn
  20666. xcmds&xfcns
  20667. xfcnc
  20668. xfcns
  20669. xthings
  20670. shell
  20671. sample
  20672. 1.3.6
  20673. first
  20674. headers
  20675. xtnow
  20676. xtnow
  20677. docsr
  20678. yahoo
  20679. yahoo
  20680. yellowboxandjava
  20681. 1.0a13
  20682. zaptcp
  20683. zaptcp
  20684. 54279X
  20685. Feb 00^
  20686. r--set theItem to choose file -- uncomment to test in an AS editor
  20687.     tell application "Finder"
  20688.         open item "Dev.CD Feb 00 TC:Sample Code:"
  20689.         activate
  20690.     end tell
  20691. on error errMsg number errNum
  20692.     --enter statements to perform when no records are found such as...
  20693.     display dialog "Sorry, the item you selected could not be found."
  20694.     return
  20695. end try
  20696. e    No Changef5games sprockets sprite blitters DrawSprocket MoofWarsq
  20697. Dev.CD Feb 00 TC
  20698. D(All Packages
  20699. Reference Library Edition
  20700. More SSW Documentation
  20701.     unds that flag groB
  20702. wing and shrinking System Heap sizes.
  20703. You can also take heap "snapshots" complete with timestamps, useful for tracking "before" and "after" comparisions, as well as those nasty bugs that seem to crash in the middle of the night.
  20704. Memory Management.imgK
  20705. Vol XIM)Runs only on post-7.0 System Macintoshes.OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:nge
  20706. All Packages
  20707. 49914
  20708. expressly
  20709. extend
  20710. extended
  20711. extending
  20712. extends
  20713. extenion
  20714. extensibleh
  20715. extensionQ
  20716. extensions
  20717. extensived
  20718. extensively
  20719. external`
  20720. externals
  20721. extra
  20722. extract
  20723. extractbykind
  20724. extracted
  20725. extractor
  20726. extractors
  20727. extractsy
  20728. extremelyg
  20729. fable
  20730. faced
  20731.  display dialog "Sorry, the item you selected could not be found."
  20732.     return
  20733. end try
  20734. All Packages
  20735. QuickDraw 3DO
  20736. Dev.CD Jan 96 SSWP
  20737. Dev.CD Jan 96 SSV
  20738. 53209X
  20739. Jan 96
  20740. ited text files. You can find 
  20741. p--set theItem to choose file -- uncomment to test in an AS editor
  20742.     tell application "Finder"
  20743.         open item "Dev.CD Apr 95
  20744. Dev.CD Jan 95"
  20745.         activate
  20746.     end tell
  20747. on error errMsg number errNum
  20748.     --enter statements to perform when no records are found such as...
  20749.     display dialog "Sorry, the item you selected could not be found."
  20750.     return
  20751. end try
  20752. plication
  20753. s color capabilities using the Palette Manager, the Color Picker Manager, the ColorSync Manager, and the CB
  20754. olor Manager. It
  20755. s companion book, Advanced Color Imaging Reference, documents the constants, data types, and functions your application uses to provide color support.
  20756. JCAdvanced Color Imaging
  20757. Advanced Color Imaging Ref
  20758. What's New in ACIK
  20759. Jan 97O:Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:P?Dev.CD Dec 99 RL
  20760.  - Technical Documentation
  20761.  - Inside Macintosh
  20762. computer-based
  20763. computer-based
  20764. media
  20765. broadcast
  20766. conferencing
  20767. config&interleave
  20768. contacts
  20769. x--set theItem to choose file -- uncomment to test in an AS editor
  20770.     tell application "Finder"
  20771.         open item "Dev.CD Aug 96 TC
  20772. Dev.CD Jan 96 SDK1"
  20773.         activate
  20774.     end tell
  20775. on error errMsg number errNum
  20776.     --enter statements to perform when no records are found such as...
  20777.     display dialog "Sorry, the item you selected could not be found."
  20778.     return
  20779. end try
  20780. --set theItem to choose file -- uncomment to test in an AS editor
  20781.     tell application "Finder"
  20782.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Appearance SDK 1.0.4:"
  20783.         activate
  20784.     end tell
  20785. on error errMsg number errNum
  20786.     --enter statements to perform when no records are found such as...
  20787.     display dialog "Sorry, the item you selected could not be found."
  20788.     return
  20789. end try
  20790. e    No Changef"Appearance
  20791. .Keyboard
  20792. function keysq
  20793. Dev.CD Apr 00 SDK1
  20794. &D(All Packages
  20795. Reference Library Edition
  20796. Apple CD-ROM Handbook
  20797.     e Code.imgK
  20798. Nov 97:Sample Code:V
  20799. 52602X
  20800. 1e    No Change
  20801. 54023X
  20802. Feb 00^
  20803. r--set theItem to choose file -- uncomment to test in an AS editor
  20804.     tell application "Finder"
  20805.         open item "Dev.CD Feb 00 TC:Sample Code:"
  20806.         activate
  20807.     end tell
  20808. on error errMsg number errNum
  20809.     --enter statements to perform when no records are found such as...
  20810.     display dialog "Sorry, the item you selected could not be found."
  20811.     return
  20812. end try
  20813. Movedq
  20814. Dev.CD Feb 00 TC
  20815. D!All Packages
  20816. Tool Chest Edition
  20817. cihuiI
  20818. Summary: Description Input methods for use with the Chinese Macintosh System 6.05 and above. Allows pinyin input in phrase instead of single character.J    cihui.imgK
  20819. Vol VIIM,Chinese OS 6.0.5 (Traditional or Simplified)O/Dev.CD Feb 00 TC:Tool Chest:Localization:cihui:P7Dev.CD Feb 00 TC
  20820.  - Tool Chest
  20821.  - Localization
  20822.  - cihuiV
  20823. 54024X
  20824. Feb 00^
  20825. All Packages
  20826. System 7.5 Update 1.0O
  20827. Dev.CD Jul 95P
  20828. Dev.CD Jul 9V
  20829. 53553X
  20830. Jul 95
  20831. specific
  20832. production
  20833. productivity
  20834. system
  20835. enabler
  20836. 160/180
  20837. system
  20838. enabler
  20839. system
  20840. enabler
  20841. 160/165c/180/180c
  20842. system
  20843. enabler
  20844. system
  20845. enabler
  20846. performa
  20847. system
  20848. enabler
  20849. performa
  20850. system
  20851. enabler
  20852. color
  20853. classic
  20854. system
  20855. enabler
  20856. system
  20857. enabler
  20858. mactv
  20859. system
  20860. picker
  20861. system
  20862. update
  20863. taiwan
  20864. taiwan
  20865. chinese
  20866. option
  20867. 6.0.3
  20868. Summary: AETracker is an INIT/Control Panel that allows you to monitor and collect a record of all AppleEvent Manager activity on your machine
  20869. AETracker records all AppleEvent Manager activity on your machine, and places the output in an MPW readable text file.
  20870. This allows you the ability to track down bugs and problem code quickly, you can see the exact sequence of calls your (or other) application is making, and the data given to and the results returned from the call.
  20871. Features: AET 3B
  20872. .0 includes many enhancements, including more speed, and external programmatic interface, and MacsBug symbol recording.  Please see the Read Me for complete details.
  20873. JUAETracker
  20874. AETracker Monitor
  20875. AETracker 
  20876.  Read
  20877. AETracker.h
  20878. Programmatic Interface - AETK
  20879. Mar 92L
  20880. Oct 92M4System 7.0 or later.  Any System 7 capable MacintoshN
  20881. AE, Apple Events, AppleEventsORDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:sis, accepts LL(k) grammars for k>1 with extended
  20882. Folder Contents:
  20883.   Controls.lib 3.0.15 folder
  20884.     This folder contains the latest version of Controls.lib.
  20885.     Controls.lib 3.0.15 is 6.x and 7.x compatible and Virtual User 2.0
  20886.     compatible.  Virtual User 1.1 is currently available through APDA and
  20887.     Virtual User 2.0 will be available for purchase by the end of 1992.
  20888.     Many tasks have been improved, modified or 
  20889.     rewritten since Controls.lib v2.5
  20890.   Controls.lib Reference
  20891.     This is located in the Controls.lib folder.
  20892.   This MPW file is a reference on how to use VU libraries, how to use the tasks
  20893.     in the Controls.lib library, and how to install VUMark 1.0b1.
  20894.   Printing.lib 1.0
  20895.     This library is a collection of printing-related tasks for the LaserWriter,
  20896.     StyleWriter and Personal LW Page Setup and Printing menu items and dialogs.
  20897.   MiniLauncher 1.3b5
  20898.     This tool is required on VU targets using Controls.lib 3.0.14 
  20899.     with System 6.0.x.  This tool is not needed for VU and System 7.x.
  20900. 2-335
  20901. 2-341
  20902. 2-364
  20903. 2-byte
  20904. 2-way
  20905. 2.0.1t
  20906. 2.0.2p
  20907. 2.0.4
  20908. 2.0.6
  20909. 2.0.7
  20910. 2.0.8
  20911. 2.0a1
  20912. 2.0v2
  20913. 2.1.1p
  20914. 2.1.2
  20915. 2.1.3
  20916. 2.1.4
  20917. 2.3.5
  20918. 2.3e4
  20919. 2.4b6z
  20920. 2.5.2
  20921. 2.5.7
  20922. thname
  20923. pathnames
  20924. pathsd
  20925. patrick
  20926. pattern
  20927. imple
  20928. volumes
  20929. summary
  20930. finderheaps
  20931. debugging
  20932. allows
  20933. summary
  20934. years
  20935. chinese
  20936. input
  20937. bottleneck
  20938. summary
  20939. fragment
  20940. simple
  20941. application
  20942. designed
  20943. summary
  20944. gxgraphics
  20945. 1.1.6
  20946. extension
  20947. encompasses
  20948. 54247X
  20949. Apr 00^
  20950. SDK1b
  20951. --set theItem to choose file -- uncomment to test in an AS editor
  20952.     tell application "Finder"
  20953.         open item "Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:"
  20954.         activate
  20955.     end tell
  20956. on error errMsg number errNum
  20957.     --enter statements to perform when no records are found such as...
  20958.     display dialog "Sorry, the item you selected could not be found."
  20959.     return
  20960. end try
  20961. New Packagef?MacApp
  20962. Framework
  20963. Object-oriented
  20964. C++ Standard Library
  20965. CarbonLib
  20966. /A(http://developer.apple.com/tools/macapp/
  20967. Dev.CD Apr 00 SDK1
  20968. All Packages
  20969. F    MacBinary
  20970. 54248X
  20971. rnal Tool, V.U., VU, IvyOCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  20972.  - Tool Chest
  20973.  - Testing & Debugging
  20974.  - Virtual User toolsV
  20975. 52954X
  20976. Feb 00^
  20977. #20, 68030, or 68040 Macintosh system.O7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:
  20978. suspend
  20979. sustains
  20980. ness & Marketing:  Marketing Feature (HyperCard Alive and Well).
  20981. This is final draft copy from the February Apple Directions, 
  20982.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  F
  20983. or permission, contact the editor on AppleLink at A.DIRECTIONS. 
  20984. January 1995 Apple Directions Articles
  20985. News: Apple News (Announcing Pippin; Macintosh Brand Strongest; Macintosh Top-Selling; Windows/DOS on Macintosh; Newton Developer Support; Apple Expands; QuickTime 2.0); Strategy Mosaic (Power Macintosh Developers Speak); Editor's Note (Games); IndustryWatch.
  20986. Technology: CD Highlights;  Human Interface (Doc's Holiday Wish List); OpenDoc HI Q&A; New Macintosh Run-Time Environment.
  20987. 53964X
  20988. Feb 00^
  20989. --set theItem to choose file -- uncomment to test in an AS editor
  20990.     tell application "Finder"
  20991.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:AppleTalk and PPP:"
  20992.         activate
  20993.     end tell
  20994. on error errMsg number errNum
  20995.     --enter statements to perform when no records are found such as...
  20996.     display dialog "Sorry, the item you selected could not be found."
  20997.     return
  20998. end try
  20999. e    No Changeq
  21000. Dev.CD Feb 00 TC
  21001. GD!All Packages
  21002. Mac OS SDK Edition
  21003.  folder contains:
  21004.  the current release of AppleTalk Connection for Macintosh (version 1.1),
  21005.  the current release of AppleTalk Administration for Macintosh (version 1.1)
  21006. IMPORTANT NOTES
  21007. AppleTalk Connection installs the version 1.1.2 of the
  21008. Apple Shared Library Manager. Do not use AppleTalk Connection version 1.1 or AppleTalk Administration version 1.1 with an older version of Apple Shared Library Manager.
  21009. AppleTalk Connection relies on the latest release of MacSNMP vease of MacSNMP v
  21010. summary
  21011. gxoverridetool
  21012. message
  21013. override
  21014. source
  21015. summary
  21016. noticed
  21017. there
  21018. isn't
  21019. effective
  21020. summary
  21021. hotsauce
  21022. technology
  21023. demonstration
  21024. based
  21025. summary
  21026. human
  21027. interface
  21028. notes
  21029. collection
  21030. human
  21031. summary
  21032. displays
  21033. indicator
  21034. summary
  21035. includes
  21036. example
  21037. declaration
  21038. sources
  21039. summary
  21040. includes
  21041. a/rose
  21042. v1.2.1
  21043. system
  21044. extension
  21045. includinQ
  21046. summary
  21047. inside
  21048. macintosh
  21049. collection
  21050. books
  21051. organized
  21052. summary
  21053. iw-half-dither
  21054. imagewriter
  21055. sample
  21056. driver
  21057. summary
  21058. laserwriter
  21059. driver
  21060. current
  21061. printi
  21062. summary
  21063. scroll
  21064. bones
  21065. application
  21066. demonstratin
  21067. summary
  21068. driver
  21069. utitity
  21070. driver
  21071. writers
  21072. summary
  21073. localization
  21074. japan
  21075. provides
  21076. overview
  21077. summary
  21078. localization
  21079. guide
  21080. hypercard
  21081. stacks
  21082. summary
  21083. lockvol
  21084. control
  21085. panel
  21086. device
  21087. iated wit
  21088. Jul 95
  21089. b--set theItem to choose file -- uncomment to test in an AS editor
  21090.     tell application "Finder"
  21091.         open item "Dev.CD Jul 95"
  21092.         activate
  21093.     end tell
  21094. on error errMsg number errNum
  21095.     --enter statements to perform when no records are found such as...
  21096.     display dialog "Sorry, the item you selected could not be found."
  21097.     return
  21098. end try
  21099. All Packages
  21100. 601 Processor Upgrade EnablerO
  21101. Dev.CD Jul 95P
  21102. Dev.CD Jul 9V
  21103. 53902X
  21104. Jul 95
  21105. b--set theItem to choose file -- uncomment to test in an AS editor
  21106.     tell application "Finder"
  21107.         open item "Dev.CD Jul 95"
  21108.         activate
  21109.     end tell
  21110. on error errMsg number errNum
  21111.     --enter statements to perform when no records are found such as...
  21112.     display dialog "Sorry, the item you selected could not be found."
  21113.     return
  21114. end try
  21115. All Packages
  21116. 601 Processor Upgrade EnablerO
  21117. Dev.CD Jul 95P
  21118. Dev.CD Jul 9V
  21119. 53903X
  21120. Jul 95
  21121. 53890X
  21122. 1e    No Change
  21123. note@
  21124. objectcode
  21125. Summary:  This ResEdit file contains MacsBug 'mxbm' and 'mxwt' for the .MPP, .ATP, .XPP, and .DSP AppleTalk drivers and for the PPC Toolbox.  Add these resources to MacsBug's Debugger Prefs file and you'll be able to easily trap on AppleTalk driver control calls and PPC Toolbox calls and you'll also be able to dump the parameter blocks and associated data structures used by those calls.
  21126. Networks.imgK
  21127. Feb 94N/testing, debugging, networking & communicationsO9Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Networks:PADev.CD Feb 00 TC
  21128.  - Tool Chest
  21129.  - Testing & Debugging
  21130.  - NetworksV
  21131. 54301X
  21132. Feb 00^
  21133. e    No Change
  21134. l 98^
  21135. SSW/SDK
  21136. e    No Change
  21137. http@
  21138. hubbard@
  21139. icondimming@
  21140. ideal@
  21141. idle@
  21142. illustrated@
  21143. image's@
  21144. implications@
  21145. in-depth@
  21146. inactive@
  21147. including@
  21148. inclusion@
  21149. info@
  21150. informational@
  21151. inputs@
  21152. nfigureh
  21153. configured
  21154. configures
  21155. configuringA
  21156. confines
  21157. confirm
  21158. confirmationx
  21159. confirmed
  21160. conflicto
  21161. conform
  21162. connections
  21163. connectivity
  21164. connectix
  21165. conrad
  21166. considerg
  21167. considerable
  21168. considerationsg
  21169. consideredg
  21170. consideringg
  21171. consistencyd
  21172. consistento
  21173. consists_
  21174. constant
  21175. constantly
  21176. constants[
  21177. constraints
  21178. construct
  21179. constructing
  21180. construction
  21181. constructs
  21182. consult
  21183. consumer
  21184. contactb
  21185. contacts
  21186. containS
  21187. contained
  21188. container
  21189. containing
  21190. containsR
  21191. carbonlib@
  21192. cfstringservices@
  21193. change
  21194. history
  21195. choose@
  21196. code@
  21197. editor
  21198. resedit
  21199. component@
  21200. configuration@
  21201. control
  21202. strip
  21203. sample@
  21204. controls/events@
  21205. crcpatch@
  21206. csmp-digest-readme@
  21207. csmp-digest-v3-037@
  21208. csmp-digest-v3-082@
  21209. csmp-digest-v3-128@
  21210. overview@
  21211. cwpro2@
  21212. debabelizer
  21213. suite
  21214. develop
  21215. issue
  21216. develop
  21217. issue
  21218. develop
  21219. issue
  21220. references@
  21221. developer@
  21222. digital
  21223. asset
  21224. management
  21225. directions@
  21226. copy@
  21227.  PRODUCT!:
  21228. About Drop
  21229. Nov 94L
  21230. Sep 95M
  21231. PS requires System 7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  21232. PS 1.1.3:PFDev.CD Nov 99 TC
  21233.  - Tool Chest
  21234.  - Developer Utilities
  21235.  - Drop
  21236. PS 1.1.3agerV
  21237. 50215X
  21238. Jul 99
  21239. 50215X
  21240. Jul 99e
  21241. Deleted
  21242. b--set theItem to choose file -- uncomment to test in an AS editor
  21243.     tell application "Finder"
  21244.         open item "Dev.CD Oct 94"
  21245.         activate
  21246.     end tell
  21247. on error errMsg number errNum
  21248.     --enter statements to perform when no records are found such as...
  21249.     display dialog "Sorry, the item you selected could not be found."
  21250.     return
  21251. end try
  21252. v2.0.6
  21253. mactcp
  21254. admin
  21255. v2.0.6
  21256. currently
  21257. cursive
  21258. cursor
  21259. cursordevice
  21260. cursordevicemanager
  21261. cursordevices
  21262. cursordevicesetaccel
  21263. cursors
  21264. curve
  21265. customizable
  21266. customization
  21267. customize
  21268. customized
  21269. customizing
  21270. customputappend
  21271. customputdialog
  21272. customputsuffix
  21273. cutting
  21274. cvtccomments
  21275. cyberdog
  21276. cycle
  21277. cycles
  21278. cyrillic
  21279. 54238X
  21280. Jan 99^
  21281. q--set theItem to choose file -- uncomment to test in an AS editor
  21282.     tell application "Finder"
  21283.         open item "Dev.CD Jan 99 SDK1:Mac Logo:"
  21284.         activate
  21285.     end tell
  21286. on error errMsg number errNum
  21287.     --enter statements to perform when no records are found such as...
  21288.     display dialog "Sorry, the item you selected could not be found."
  21289.     return
  21290. end try
  21291. Deletedf
  21292. Apple
  21293. Dev.CD Jan 99 SDK1
  21294. D&All Packages
  21295. System Software Edition
  21296. te upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  21297. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  21298. 54239X
  21299. Read Me
  21300. Read Me.txt
  21301. rfc1332 (PPP IPCP)
  21302. rfc1334 (PPP Authentication)
  21303. rfc1378 (PPP ATCP)
  21304. rfc1570 (PPP LCP)
  21305. rfc1618 (PPP ISDN)
  21306. rfc1661 (PPP)
  21307. rfc1662 (PPP HDLC).CD Oct 93
  21308. Dev.CD Jul 93
  21309. Dev.CD Apr 93"
  21310.         activate
  21311.     end tell
  21312. on error errMsg number errNum
  21313.     --enter statements to perform when no records are found such as...
  21314.     display dialog "Sorry, the item you selected could not be found."
  21315.     return
  21316. end try
  21317. e (ictb)resource this is discussed in Inside Macintosh:Macintosh Toolbox E
  21318. esigned to move data as efficiently as possible on PowerPC -- that is, whenever possible every read and every write is done on an aligned boundary, and data is moved in as big a chunks as possible.
  21319. J'Sample Code.img
  21320. Windows Sample Code.imgK
  21321. May 97L
  21322. May 97O
  21323. Dev.CD Feb 00 TC:Sample Code:P
  21324. Dev.CD Feb 00 TC
  21325.  - Sample Code
  21326. summary
  21327. sourceobj
  21328. reads
  21329. corrosponding
  21330. summary
  21331. standardfileicons
  21332. control
  21333. panel
  21334. which
  21335. allows
  21336. summary
  21337. stdfilesaver
  21338. sample
  21339. print
  21340. driver
  21341. written
  21342. summary
  21343. allows
  21344. several
  21345. attrib
  21346. summary
  21347. system
  21348. standard
  21349. window
  21350. definition
  21351. procedure
  21352. summary
  21353. application
  21354. summary
  21355. years
  21356. chinese
  21357. input
  21358. bottleneck
  21359. summary
  21360. fragment
  21361. simple
  21362. application
  21363. designed
  21364. summary
  21365. gxgraphics
  21366. 1.1.6
  21367. extension
  21368. encompasses
  21369. s. You can find 
  21370. ur company. A web site makes an impression on its users, in many instances defining the way they feel about your company. Therefore, developing a robust application is critical to your business.
  21371. DesignForRobustness.pdfK
  21372. Oct 99M
  21373. Acrobat Reader 3.0 or laterN*WebObjects, Designing, Robustness, TestingOCDev.CD Apr 00 SDK1:Interactive Media Resources:DesignForRobustness:PHDev.CD Apr 00 SDK1
  21374.  - Interactive Media Resources
  21375.  - DesignForRobustness MacTCP UDP packets, setting up a simple con
  21376. nectionless chat program.  Instead of an outstanding read command, an ASR is  used to inform the program there is data to be received.
  21377. Zap TCP Application:  This small app contains a trap patch to _ExitToShell which will search all open MacTCP connections for any connections which are allocated within the currently quitting or crashing application. Any such connection will be closed and its assocated MacTCP stream will be released.  This will prevent most of the Mac crashes associated wit
  21378. planj
  21379. plane
  21380. planned
  21381. planning
  21382. plans
  21383. playing
  21384. pleaseZ
  21385. plug-and-play
  21386. plug-inh
  21387. plug-in's
  21388. plug-ins
  21389. point
  21390. point-to-point
  21391. pointer
  21392. points
  21393. popularj
  21394. populateh
  21395. popuph
  21396. portT
  21397. porting
  21398. portraitj
  21399. ports
  21400. possibilities
  21401. possiblep
  21402. postal
  21403. postscript
  21404. pottier
  21405. powemacj
  21406. powerj
  21407. powerbookW
  21408. powerbooks
  21409. powerful
  21410. powermacsp
  21411. powerpcA
  21412. powerpc-based
  21413. powerplant
  21414. powers
  21415. powertalkj
  21416. powertalk-savvy
  21417. practices
  21418. pre-7.5p
  21419. pre-emptively
  21420. pre-train
  21421. pre-translates
  21422. prediction
  21423. preemptive
  21424. preferences
  21425. enterprise
  21426. enterprise
  21427. environment
  21428. eomodeler
  21429. eomodeler
  21430. erasefile
  21431. r errNum
  21432.     --enter statements to perform when no records are found such as...
  21433.     display dialog "Sorry, the item you selected could not be found."
  21434.     return
  21435. end try
  21436. Movedf
  21437. SCSI Manager 4.3q
  21438. Dev.CD Feb 00 TC
  21439. D!All Packages
  21440. Tool Chest Edition
  21441. SCSI Tools 1.0
  21442. Summary: SCSI Tools is a small cdev  that has two functions. One; it provides a status display of your SCSI bus with lights corresponding to the 8 (0-7) id's.  (Note the Mac is always assigned number 7 so it's always on. )
  21443. The second function is that it can mount SCSI devices (usually hard disks) with the mount button (buttons have drop shadows).  Handy when a hard disk has been dragged to the trash and unmounted.  It will re-mount any disk that has been dragged to the trash; even non-SCS
  21444. 53992X
  21445. Feb 00^
  21446. --set theItem to choose file -- uncomment to test in an AS editor
  21447.     tell application "Finder"
  21448.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  21449.         activate
  21450.     end tell
  21451. on error errMsg number errNum
  21452.     --enter statements to perform when no records are found such as...
  21453.     display dialog "Sorry, the item you selected could not be found."
  21454.     return
  21455. end try
  21456. e    No Changeq
  21457. Dev.CD Feb 00 TC
  21458. cD!All Packages
  21459. Tool Chest Edition
  21460. m shows how to construct a simple animation and apply compositing (graphics mode) effects to the sprites.J5README.txt
  21461. sd.bat
  21462. SpriteDemoApp
  21463. SpriteDemoApp.zip
  21464. Feb 00
  21465. - Common
  21466.     - Sun Compliant Java Runtime Environment 1.1
  21467.     - QuickTime 3 
  21468.     - QTJava.zip
  21469.     - QTJava media samples
  21470. - Mac OS:
  21471.     - System 8 or later
  21472.     - Macintosh Runtime for Java (MRJ) 2.1
  21473. - Windows 95, 98, or NT::
  21474.     - JRE/JDK from Sun Microsystems, Inc. recommended
  21475. QuickTime, Java, MRJckTime, Java, MRJawaited
  21476. macsbugapp
  21477. macsnmp
  21478. macsnmp
  21479. macsnmp
  21480. macsnmp
  21481. developer
  21482. 1.0.2
  21483. macsnmp
  21484. programmer's
  21485. guide
  21486. macsnmp
  21487. first
  21488. macsnmp
  21489. transport
  21490. 1.0.2
  21491. macsnmp
  21492. update
  21493. 1.1.1
  21494. mactcp
  21495. mactcp
  21496. mactcp
  21497. developer
  21498. tools
  21499. mactcp
  21500. mactcp
  21501. first
  21502. mactcp
  21503. mactype
  21504. mactype
  21505. datasheet
  21506. white
  21507. paper
  21508. mag'n
  21509. magic
  21510. magic
  21511. magic
  21512. utility
  21513. magican
  21514. magician
  21515. mailm
  21516. suite
  21517. suite
  21518. dictionary
  21519. mailfoo
  21520. mailsuite
  21521. mailsuite
  21522. +, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  21523. Issues:  Doesnt parse HTTP yet, but replies with a test page.. 
  21524. IOStreams recv not functional yet,  OT Listen/Accept loop needs improvementneeds improvement
  21525. --set theItem to choose file -- uncomment to test in an AS editor
  21526.     tell application "Finder"
  21527.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:macosx:"
  21528.         activate
  21529.     end tell
  21530. on error errMsg number errNum
  21531.     --enter statements to perform when no records are found such as...
  21532.     display dialog "Sorry, the item you selected could not be found."
  21533.     return
  21534. end try
  21535. authorsp
  21536. autoz
  21537. auto-scroll
  21538. autoguest
  21539. autoguest
  21540. control
  21541. panel
  21542. attempts
  21543. prevent
  21544. automagically
  21545. automate
  21546. background
  21547. background-only
  21548. backlight
  21549. bal's
  21550. balance
  21551. balloon
  21552. balloonsw
  21553. bandwidth
  21554. baseh
  21555. basedQ
  21556. bases
  21557. baseservices
  21558. basicN
  21559. basics
  21560. 'PNDev.CD Jul 99 SDK1
  21561.  - Development Kits
  21562.  - Mac OS
  21563.  - Apple Color OneScanner SDKes:
  21564. NOTE:  We have released the databases below as standalone products, without an updated Routines A ... Z and Mgr. page.
  21565. Advanced Color Imaging Assistant: This set of three QuickView databases provide conceptual information for working with  color in your application, including sample code, as well as a reference to the Palette Manager, Color Picker Manager, ColorSync Manager, and Color Manager. Advanced Color Ima
  21566. ging Assistant has been revised for version 2.1 of the ColorSync Manager and includes hypertext links to new and revised material.
  21567. Apple Game Sprockets: This QuickView database includes the set of new APIs to make game programming for the Macintosh easy. The four sprockets documented in this QuickView database include SoundSprocket, DrawSprocket, InputSprocket, and NetSprocket. Some of the APIs for these sprockets are for new functionality and others make APIs that already existed in the 
  21568. 54262X
  21569. Feb 00^
  21570. --set theItem to choose file -- uncomment to test in an AS editor
  21571.     tell application "Finder"
  21572.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:MacsBug 6.6:"
  21573.         activate
  21574.     end tell
  21575. on error errMsg number errNum
  21576.     --enter statements to perform when no records are found such as...
  21577.     display dialog "Sorry, the item you selected could not be found."
  21578.     return
  21579. end try
  21580. e    No Changef(MacsBug
  21581. debugger
  21582. debugging
  21583. assembly
  21584. bugsoOftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/Debuggers_-_dcmds/q
  21585. Dev.CD Feb 00 TC
  21586. D!All Packages
  21587. Mac OS SDK Edition
  21588. MacSNMP
  21589.     The introduction to the Human Interface Notes has been updated to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  21590. JaApple Grayscale Appearance:
  21591. Human Interface Guidelines
  21592. Human Interface Notes
  21593. MacOS8Documentation:K
  21594. Jul 93M
  21595. Adobe Acrobat Reader.
  21596. x--set theItem to choose file -- uncomment to test in an AS editor
  21597.     tell application "Finder"
  21598.         open item "Dev.CD Aug 96 TC
  21599. Dev.CD Jan 96 SDK1"
  21600.         activate
  21601.     end tell
  21602. on error errMsg number errNum
  21603.     --enter statements to perform when no records are found such as...
  21604.     display dialog "Sorry, the item you selected could not be found."
  21605.     return
  21606. end try
  21607. cted could not be found."
  21608.     return
  21609. end try
  21610. Deletedq
  21611. Dev.CD Dec 99 RL
  21612. 'D!All Packages
  21613. Mac OS SDK Edition
  21614. Apple Color OneScanner SDK
  21615.     er gives detailed trace output information including the execution architecture for each sysB
  21616. tem function (i.e. 68k or PowerPC), execution architecture for the caller of a system function, and interrupt information. Trace information is collected in RAM and spooled to disk asynchronously.
  21617. General tools.imgK
  21618. Jul 95N/Optimization, Power Macintosh, PowerPC, ToolboxO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:nge
  21619. 7.1.2p
  21620. Cf3Open Transport
  21621. endpoint
  21622. download
  21623. fetch
  21624. HTTPq
  21625. Dev.CD Feb 00 TC
  21626. DD!All Packages
  21627. Tool Chest Edition
  21628. OTSimpleServerHTTPI
  21629. This sample is a very simple web (HTTP) server that demonstrates how to exploit the single-link multi-homing feature of OT 1.3.J'Sample Code.img
  21630. Windows Sample Code.imgK
  21631. Jun 98M
  21632. Open Transport 1.1.1 or higherNSOpen Transport, TCP, endpoint, server, HTTP, listen, bind, single-link, multihomingO
  21633. Dev.CD Feb 00 TC:Sample Code:P
  21634. Dev.CD Feb 00 TC
  21635.  - Sample CodeV
  21636. 54346X
  21637. Feb 00^
  21638. r--set theItem to choose file -- uncomment to test in an AS editor
  21639.     tell application "Finder"
  21640.         open item "Dev.CD Feb 00 TC:Sample Code:"
  21641.         activate
  21642.     end tell
  21643. on error errMsg number errNum
  21644.     --enter statements to perform when no records are found such as...
  21645.     display dialog "Sorry, the item you selected could not be found."
  21646.     return
  21647. end try
  21648. e    No ChangefKOpen Transport
  21649. endpoint
  21650. server
  21651. listen
  21652. single-link
  21653. multihomingq
  21654. Dev.CD Feb 00 TC
  21655. mybuildmenu
  21656. mydeviceloop
  21657. myfont
  21658. myself
  21659. mysteries
  21660. mystery
  21661. naked
  21662. nameb
  21663. named
  21664. namely
  21665. names
  21666. namingtable
  21667. namingtableaccess
  21668. nastier
  21669. nasty
  21670. natick
  21671. contextual
  21672. development
  21673. contextual
  21674. machack
  21675. goodies
  21676. contextual
  21677. managerd
  21678. control
  21679. control
  21680. strip
  21681. summary
  21682. folder
  21683. contains
  21684. electronic
  21685. forms
  21686. allow
  21687. summary
  21688. folder
  21689. contains
  21690. helpful
  21691. scripts
  21692. summary
  21693. folder
  21694. contains
  21695. information
  21696. tells
  21697. develope
  21698. summary
  21699. folder
  21700. contains
  21701. goodies
  21702. developer
  21703. summary
  21704. folder
  21705. contains
  21706. revised
  21707. acrobat
  21708. versions
  21709. summary
  21710. folder
  21711. contains
  21712. sample
  21713. applications
  21714. demons\
  21715. summary
  21716. folder
  21717. contains
  21718. several
  21719. examples
  21720. system
  21721. summary
  21722. folder
  21723. contains
  21724. several
  21725. snippets
  21726. illustrat
  21727. summary
  21728. folder
  21729. contains
  21730. apple
  21731. event
  21732. registry
  21733. n AS editor
  21734.     tell application "Finder"
  21735.         open item "Dev.CD Jul 93
  21736. Dev.CD Apr 93"
  21737.         activate
  21738.     end tell
  21739. on error errMsg number errNum
  21740.     --enter statements to perform when no records are found such as...
  21741.     display dialog "Sorry, the item you selected could not be found."
  21742.     return
  21743. end try
  21744. All Packages
  21745. F    QuickTimeO
  21746. Dev.CD Jul 93
  21747. Dev.CD Apr 93V
  21748. 53359X
  21749. on-line-service
  21750. on-screen
  21751. on/off
  21752. oncey
  21753. one's
  21754. one-time
  21755. onesw
  21756. onescanner
  21757. onlineZ
  21758. oraclej
  21759. orchestra
  21760. order
  21761. organizing
  21762. originaly
  21763. originally
  21764. ortiz
  21765. osborne
  21766. GetFInfo & GetVInfo:  MPW Tools that simply parse command-line options and print the value of the parameter blocks returned from Toolbox calls.
  21767. GetOwnerGroup:  Shows how to get the owner and group of a directory using routines from MoreFiles.
  21768. Is PC Exchange Installed:  This snippet demonstrates the check for the existence of PC Exchange. The FSMGlueLib.o file is available on the MacOS SDK CD in the File System Manager Libraries folder.
  21769. Keith's CatSearch:  This snippet provides a
  21770.  high-level interface to PBCatSearch and allows you to limit the search to a specific subdirectory (after the fact, of course - see the read me for the details).
  21771. ParseFullPathname:  ParseFullPathname takes a full pathname (which can be longer than 255 chars, and walks down it, converting it to dirID's along the way. This is the opposite of the procedure described in TN #68 (more or less). DTS does not condone this.
  21772. PBCatSearch:  This small sample shows how to use the PBCatSearch function
  21773. install
  21774. image
  21775. sample
  21776. image
  21777. tools
  21778. image
  21779. odclassref
  21780. odcookbook
  21781. sample
  21782. parts
  21783. odf-interest
  21784. odf-interest
  21785. archive
  21786. odfdev
  21787. odflibrary
  21788. odflibrary
  21789. odprogguide
  21790. odupdates
  21791. oldies
  21792. openi
  21793. install
  21794. browser
  21795. begini
  21796. first
  21797. browser
  21798. transport
  21799. debug
  21800. transport
  21801. debug
  21802. transport
  21803. opencheckedout
  21804. opendoc
  21805. opendoc
  21806. development
  21807. opendoc
  21808. development
  21809. framework
  21810. opendoc
  21811. readme
  21812. opendoc
  21813. source
  21814. openfwbridgefixjuly9
  21815. opengl
  21816. opengl
  21817. parts
  21818. opengl
  21819. openmultfiles
  21820. opentptppp
  21821. opentptppp
  21822. opp's
  21823. ot/ppp
  21824. client
  21825. otarpmodule
  21826. otarpmodule
  21827. other
  21828. output
  21829. Aug 93M*AppleTalk or TCP/IP networking connectionsN
  21830. SNMP, Network ManagementO=Dev.CD Feb 00 TC:Tool Chest:Networking:SNMP:SNMP Development:PHDev.CD Feb 00 TC
  21831.  - Tool Chest
  21832.  - Networking
  21833.  - SNMP
  21834.  - SNMP DevelopmentV
  21835. 54719X
  21836. Feb 00^
  21837. --set theItem to choose file -- uncomment to test in an AS editor
  21838.     tell application "Finder"
  21839.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:SNMP:SNMP Development:"
  21840.         activate
  21841.     end tell
  21842. on error errMsg number errNum
  21843.     --enter statements to perform when no records are found such as...
  21844.     display dialog "Sorry, the item you selected could not be found."
  21845.     return
  21846. end try
  21847. e    No Changef
  21848. Network Managementq
  21849. Dev.CD Feb 00 TC
  21850. D!All Packages
  21851. Mac OS SDK Edition
  21852. SOMobjects
  21853.  for Mac OS
  21854. adobe
  21855. acrobat
  21856. reader
  21857. allows
  21858. navigate
  21859. installer
  21860. provides
  21861. documentation
  21862. examples
  21863. This update to Toolbox assistant includes the following QuickView databases:
  21864. NOTE:  We have released the databases below as standalone products, without an updated Routines A ... Z and Mgr. page.
  21865. Advanced Color Imaging Assistant: This set of three QuickView databases provide conceptual information for working with  color in your application, including sample code, as well as a reference to the Palette Manager, Color Picker Manager, ColorSync Manager, and Color Manager. Advanced Color Ima
  21866. ging Assistant has been revised for version 2.1 of the ColorSync Manager and includes hypertext links to new and revised material.
  21867. Apple Game Sprockets: This QuickView database includes the set of new APIs to make game programming for the Macintosh easy. The four sprockets documented in this QuickView database include SoundSprocket, DrawSprocket, InputSprocket, and NetSprocket. Some of the APIs for these sprockets are for new functionality and others make APIs that already existed in the 
  21868. oes fall into the category of empirically discovered undocumented behavior. 
  21869. AsyncPB:  AsyncPB is an example of how File System calls can be made in a chain from an interrupt handler like the Time Manager.
  21870. CreateDirWithCustomIcon:  This snippet demonstrates how to create a directory and how to steal a custom icon from another directory by CatMoving the "Icon\r" file from the other directory.
  21871. CustomGet unresolved alias:  This sample demonstrates how to let the user choose an alias file f
  21872. rom an "open" dialog. The basic idea is to intercept the pseudo-item 'sfHookOpenAlias' in a CustomGetFile hook function and transform it into 'getOpen'. This causes the dialog to behave as if the user had clicked the open button. Also, we intercept the item number of a check box we have added to the dialog item template in order to allow the user to choose whether to resolve aliases. Finally, when CustomGetFile returns, we call DebugStr to let the user (you, the programmer, not end users -
  21873. This sample demonstrates the use of no-copy receives under Open Transport.  The code from this sample is featured in the latest release (v1.3) of the book 
  21874. Inside Macintosh: Open Transport
  21875. .J'Sample Code.img
  21876. Windows Sample Code.imgK
  21877. Nov 97L
  21878. Sep 98M
  21879. Open Transport 1.1.1 or higherN8Open Transport, no-copy receives, OTBuffer, OTBufferInfoO
  21880. Dev.CD Feb 00 TC:Sample Code:P
  21881. Dev.CD Feb 00 TC
  21882.  - Sample CodeV
  21883. 54315X
  21884. Feb 00^
  21885. r--set theItem to choose file -- uncomment to test in an AS editor
  21886.     tell application "Finder"
  21887.         open item "Dev.CD Feb 00 TC:Sample Code:"
  21888.         activate
  21889.     end tell
  21890. on error errMsg number errNum
  21891.     --enter statements to perform when no records are found such as...
  21892.     display dialog "Sorry, the item you selected could not be found."
  21893.     return
  21894. end try
  21895. e    No Changef5Open Transport
  21896. no-copy receives
  21897. OTBuffer
  21898. OTBufferInfoq
  21899. Dev.CD Feb 00 TC
  21900. &D!All Packages
  21901. Tool Chest Edition
  21902. NuBus Tester
  21903. Summary: The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Open Transport when used properly.
  21904. This version of the Virtual Server simply opens a listening endpoint and as many accepting endpoints as you want using TCP. It waits for an inbound connection request, accepts the connection, and hands it off 
  21905. to an accepting endpoint. The accepting endpoint waits for a 128 byte "request" packet, then returns a predefined amount of data from memory to the client.   It then does an orderly release and puts the endpoint back into its idle queue.   
  21906. It's fast!   Running on Open Transport 1.1.1, a Power Mac 7100/80 on a 10 Mbit ethernet using 8K downloads can almost saturate the wire.  Using a 200 MHz Power Mac on the same LAN with 1K downloads the server sustains better than 300 connections per se
  21907. 1.0d6T
  21908. 1.0fc1
  21909. 1.1.1
  21910. 1.1.3
  21911. 1.1.4
  21912. 1.1b1
  21913. 1.1b8
  21914. 1.2.1Q
  21915. 1.2.3
  21916. 1.3.4
  21917. 1.3.6
  21918. 1.3a6
  21919. 1.3b5
  21920. 1.4.1f4
  21921. 1.4.2_
  21922. 1.4.9
  21923. 1.4d5
  21924. 1.5.1
  21925. 1.5.2
  21926. 1.5b16
  21927. 1.6.2
  21928. 160/165c/180/180c
  21929. 54088X
  21930. Mar 00^
  21931. --set theItem to choose file -- uncomment to test in an AS editor
  21932.     tell application "Finder"
  21933.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  5:"
  21934.         activate
  21935.     end tell
  21936. on error errMsg number errNum
  21937.     --enter statements to perform when no records are found such as...
  21938.     display dialog "Sorry, the item you selected could not be found."
  21939.     return
  21940. end try
  21941. Next CDq
  21942. Dev.CD Mar 00 RL
  21943. CD(All Packages
  21944. Reference Library Edition
  21945. develop Issue  6
  21946. BP5Dev.CD Feb 00 TC
  21947.  - Tool Chest
  21948.  - Text
  21949.  - WASTE 1.3a6
  21950. anguage Kits:Japanese Language Kit 1.2:"
  21951.         activate
  21952.     end tell
  21953. on error errMsg number errNum
  21954.     --enter statements to perform when no records are found such as...
  21955.     display dialog "Sorry, the item you selected could not be found."
  21956.     return
  21957. end try
  21958. e    No Changeq
  21959. Dev.CD Feb 00 TC
  21960. D!All Packages
  21961. Tool Chest Edition
  21962. hows the usage of the QTImageDrawer to allow QuickTime to draw the results of painting into a Java offscreen Image and its associated Java Graphics.J1JavaDrawing
  21963. JavaDrawing.zip
  21964. jd.bat
  21965. README.txt
  21966. Feb 00
  21967. - Common
  21968.     - Sun Compliant Java Runtime Environment 1.1
  21969.     - QuickTime 3 
  21970.     - QTJava.zip
  21971.     - QTJava media samples
  21972. - Mac OS:
  21973.     - System 8 or later
  21974.     - Macintosh Runtime for Java (MRJ) 2.1
  21975. - Windows 95, 98, or NT::
  21976.     - JRE/JDK from Sun Microsystems, Inc. recommended
  21977. ommended
  21978. Summary:  Inside Macintosh is a collection of books, organized by topic, that describe the system software of Macintosh computers.  Together, these books provide the essential reference for programmers, designers, and engineers creating applications for the Macintosh family of computers.
  21979. QuickDraw GX Progammer's Overview
  21980. This book provides an introduction to the QuickDraw GX development enviroment.  It beings with an overview of QuickDraw GX and the key elements of QuickDraw GX programs a
  21981. nd then moves on to illustrate these features using practical programming examples.
  21982. QuickDraw GX Environment & Utilities
  21983. This book shows you how to set up your program to use QuickDraw GX, how QuickDraw GX relates to the rest of the Macintosh environment, and how to handle errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  21984. QuickDraw GX Graphics
  21985. This book shows  
  21986. ication and we provide a universal Drag.h file for you to include.  You do not need to include the DragLib file with your application as long as you start your Macintosh with the Macintosh Drag and Drop version 1.1 file in your extension folder.  The extension will provide the DragLib code fragment that your application will link with at run time.
  21987. You may license Macintosh Drag and Drop 1.1 and include it with your products.  Macintosh Drag and Drop 1.1 includes the Macintosh Drag and Dro
  21988. p file, the Clipping Extension file, and the Dragging Enabler file.  You may not license any other files in the Developer
  21989. s Kit.  Please call Apple Software Licensing at (408) 974 4667 for information.
  21990. Issues:
  21991. Macintosh Drag and Drop is incompatible with the graphics acceleration of the 8
  21992. 24 GC video card.  With this card and the 8
  21993. 24 GC control panel installed, Macintosh Drag and Drop may leave bits on the screen while dragging on the 8
  21994. s display.  Remove the 8
  21995. 24 GC control panel to 
  21996. power
  21997. manager
  21998. powerbook
  21999. powerpc
  22000. powerpc
  22001. documentation
  22002. powertalk
  22003. powertalk
  22004. lse which compiles '.r' files.
  22005. This tool produces a template for building balloon help into your application. You provide your existing app or resource file, and the tool produces Rez source text for all of 
  22006. your dialog and menu resources. You can then edit and compile this file under MPW or CodeWarrior or anything else which compiles '.r' files.
  22007. Issues: This tool is provided by a third party. It and its source code have been placed in the public domain. See the READ ME for more info.
  22008. Balloonify.c
  22009. Balloonify.h
  22010. Balloony
  22011. Balloony.r
  22012. Balloony.RESOURCES
  22013. Balloony.
  22014. BalloonyHelp.r
  22015. BalloonyRes.h
  22016. main.c
  22017. Read Me
  22018. Sample OutputK
  22019. Dec 97O-Dev.CD Feb 00 TC:Tool Chest:Toolbox:Balloony:W
  22020. natural@
  22021. needed@
  22022. net/biz/bbsw@
  22023. network-aware@
  22024. fcode
  22025. tokenizer
  22026. board
  22027. fcode
  22028. driver
  22029. development@
  22030. offers@
  22031. olson@
  22032. on-line@
  22033. on-line-service@
  22034. only@
  22035. opencheckedout@
  22036. opportunity@
  22037. optimize@
  22038. oracle@
  22039. organizational@
  22040. originally@
  22041. osborne@
  22042. outlines@
  22043. outperform@
  22044. packages@
  22045. parser@
  22046. patterns@
  22047. person@
  22048. photographs@
  22049. plan@
  22050. platform@
  22051. poor@
  22052. power
  22053. developer
  22054. note@
  22055. powerbooks@
  22056. preferred@
  22057. press@
  22058. print2@
  22059. problem@
  22060. products@
  22061. programs@
  22062. prototyping@
  22063. publishing
  22064. second
  22065. edition@
  22066. quarter@
  22067. quickdraw
  22068. dimension
  22069. macintosh
  22070. graphics
  22071. pablo@
  22072. quicktime
  22073. includes
  22074. quicktime
  22075. javad@
  22076. read-only@
  22077. recordj
  22078. 55118X
  22079. Feb 00^
  22080. r--set theItem to choose file -- uncomment to test in an AS editor
  22081.     tell application "Finder"
  22082.         open item "Dev.CD Feb 00 TC:Sample Code:"
  22083.         activate
  22084.     end tell
  22085. on error errMsg number errNum
  22086.     --enter statements to perform when no records are found such as...
  22087.     display dialog "Sorry, the item you selected could not be found."
  22088.     return
  22089. end try
  22090. e    No ChangefFcounter
  22091. windows
  22092. introduction
  22093. document
  22094. modal dialog
  22095. printing
  22096. aboutq
  22097. Dev.CD Feb 00 TC
  22098. ID!All Packages
  22099. Tool Chest Edition
  22100. WindowPicker 1.1
  22101. LSummary:  WindowPicker is a System 7 extension that provides you with a convenient/simple way to bring any open window to the front.
  22102. Features:
  22103. - WindowPicker Menu next to the Help Menu
  22104. - popup WindowPicker Menu
  22105. - arrow keys to switch between open windows and applications
  22106. - customizable modifier keys
  22107. - help for setting preferences
  22108. J Read Me
  22109. Read Me.txt
  22110. WindowPickerK
  22111. Jul 92L
  22112. Aug 93M
  22113. System 7 & Any Macintosh
  22114. 46002X
  22115. viiiv
  22116. pcted conditions. But C programmers can take advantage of them as well, since C is (mostly) a subset of C++.
  22117. Country Stringing: Localized Strings for the Newton by Maurice Sharp. Although version 1.5 of the Newton Toolkit provides some built-in support for localizing strings, organizing the different sets of strings is still problematic. Or rather, it was until now.
  22118. JEdevelop Issue 25:
  22119. develop Issue 25 code:
  22120. develop Issue 25 references:K
  22121. Mar 96L
  22122. Mar 96OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 25:PQDev.CD Mar 00 RL Disk 1
  22123.  - Technical Documentation
  22124.  - Develop
  22125.  - develop Issue 25by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  22126. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.k calls are used.
  22127. N1component, compression, decompression, sdec, scomO
  22128. Dev.CD Feb 00 TC:Sample Code:P
  22129. Dev.CD Feb 00 TC
  22130.  - Sample CodeV
  22131. 53910X
  22132. Feb 00^
  22133. r--set theItem to choose file -- uncomment to test in an AS editor
  22134.     tell application "Finder"
  22135.         open item "Dev.CD Feb 00 TC:Sample Code:"
  22136.         activate
  22137.     end tell
  22138. on error errMsg number errNum
  22139.     --enter statements to perform when no records are found such as...
  22140.     display dialog "Sorry, the item you selected could not be found."
  22141.     return
  22142. end try
  22143. e    No Changef-component
  22144. compression
  22145. decompression
  22146. scomq
  22147. Dev.CD Feb 00 TC
  22148. D!All Packages
  22149. Tool Chest Edition
  22150. A/ROSE
  22151.  1.2.1
  22152.            activate
  22153.     end tell
  22154. on error errMsg number errNum
  22155.     --enter statements to perform when no records are found such as...
  22156.     display dialog "Sorry, the item you selected could not be found."
  22157.     return
  22158. end try
  22159. All Packages
  22160. WorldScript UpdaterO
  22161. Dev.CD Jul 96 SSWP
  22162. Dev.CD Jul 96 SSV
  22163. 53883X
  22164. Jul 96
  22165. Summary: This is the electronic version of develop magazine.
  22166.  Issue 9 highlights:
  22167. Making the Most of Color on 1-Bit Devices  by Konstantin Othmer and Daniel Lipton.  A two-part article: how to create color PICTs on black-and-white machines, and the theory and practice of dithering.
  22168. The TextBox You
  22169. ve Always Wanted  by Bryan K. (
  22170. Beaker
  22171. ) Ressler.   Here
  22172. s a replacement for TextBox, with better performance, more flexibility, and international compatibility. What more do you want?
  22173. Makin
  22174. g Your Macintosh Sound Like an Echo Box  by Rich Collyer.   Learn how to use double buffering techniques to simultaneously record and play sounds.
  22175. Simple Text Windows via the Terminal Manager  by Craig Hotchkiss.  The Terminal Manager (in the Communications Toolbox) provides handy text output capabilities in your application with virtually no effort.
  22176. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  22177. finder's
  22178. finder-like
  22179. finderevents
  22180. finderheaps
  22181. finderopenselection
  22182. finders
  22183. findfamilies
  22184. findfolder
  22185. finding
  22186. findlurkers
  22187. findsh
  22188. findserialports
  22189. findserialports
  22190. little
  22191. snippet
  22192. inside
  22193. findsysfolder
  22194. findwindow
  22195. fine-tune
  22196. finer
  22197. finger-coded
  22198. finished
  22199. finishing
  22200. finnish
  22201. firewire
  22202. firmware
  22203. firmworks
  22204. firstj
  22205. first-person
  22206. firstly
  22207. registration
  22208. first
  22209. first
  22210. readerZ
  22211. reader
  22212. installerZ
  22213. readmeO
  22214. 54026X
  22215. Feb 00^
  22216. --set theItem to choose file -- uncomment to test in an AS editor
  22217.     tell application "Finder"
  22218.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:"
  22219.         activate
  22220.     end tell
  22221. on error errMsg number errNum
  22222.     --enter statements to perform when no records are found such as...
  22223.     display dialog "Sorry, the item you selected could not be found."
  22224.     return
  22225. end try
  22226. e    No ChangefGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAq
  22227. Dev.CD Feb 00 TC
  22228. D!All Packages
  22229. Tool Chest Edition
  22230. Color Locator DA
  22231. Summary: Color Locator DA enables you to see anything on the desktop in fatbits mode, find its global, local, or relative coordinates, find the relative amounts of red, green, and blue, and the index into the color table as well as how many entries are in the color table. 
  22232. Color Locator DAK
  22233. Vol VL
  22234. Vol VIInge
  22235. andary
  22236. quantitiesg
  22237. Dev.CD Apr 9V
  22238. 54950X
  22239. Apr 93
  22240. b--set theItem to choose file -- uncomment to test in an AS editor
  22241.     tell application "Finder"
  22242.         open item "Dev.CD Apr 93"
  22243.         activate
  22244.     end tell
  22245. on error errMsg number errNum
  22246.     --enter statements to perform when no records are found such as...
  22247.     display dialog "Sorry, the item you selected could not be found."
  22248.     return
  22249. end try
  22250. All Packages
  22251. System Enabler 111 (PB 160/180)O
  22252. Dev.CD Apr 93P
  22253. Dev.CD Apr 9V
  22254. 54951X
  22255. Apr 93
  22256. b--set theItem to choose file -- uncomment to test in an AS editor
  22257.     tell application "Finder"
  22258.         open item "Dev.CD Apr 93"
  22259.         activate
  22260.     end tell
  22261. on error errMsg number errNum
  22262.     --enter statements to perform when no records are found such as...
  22263.     display dialog "Sorry, the item you selected could not be found."
  22264.     return
  22265. end try
  22266. All Packages
  22267. System Enabler 111 (PB 160/180)O
  22268. Dev.CD Apr 93P
  22269. Dev.CD Apr 9V
  22270. 54952X
  22271. Apr 93
  22272. emotelyB
  22273. removable
  22274. \e    No Changef<device
  22275. driver
  22276. block
  22277. storage
  22278. Drive,r Gestalt
  22279. CD-ROM
  22280. hard diskq
  22281. Dev.CD Feb 00 TC
  22282. ]D!All Packages
  22283. Tool Chest Edition
  22284. F    DroneZone
  22285. DroneZone is a QD3D application which was designed to use SoundSprocket to demonstrate 3D sound. It also became a good demonstration of InputSprocket, especially in this latest version. The DrawSprocket code is currently disabled, and should not be used as a DrawSprocket reference (SprocketInvaders is a much better choice for sample code to learn DrawSprocket). The QD3D code in DroneZone was written for QD3D 1.0, and until the code is updated, also should not be used as the foundation of a1.5.2pland and instead they will visually remain as they were coded. To aid in the transition to Copland, Apple is providing the Apple Grayscale Appearance For System 7.5 specification for creating a grayscale appearance in System 7.5 products that is consistent with the default grayscale theme in Copland.  While coding to the grayscale appearance specif
  22286. 54222X
  22287. Feb 00^
  22288. --set theItem to choose file -- uncomment to test in an AS editor
  22289.     tell application "Finder"
  22290.         open item "Dev.CD Feb 00 TC:Language Kits:Language Kit Updater f/MacOS8:"
  22291.         activate
  22292.     end tell
  22293. on error errMsg number errNum
  22294.     --enter statements to perform when no records are found such as...
  22295.     display dialog "Sorry, the item you selected could not be found."
  22296.     return
  22297. end try
  22298. e    No ChangefSLanguage Kit Updater Mac OS 8 Arabic Chinese Cyrillic Hebrew Indian Japanese Koreanq
  22299. Dev.CD Feb 00 TC
  22300. D!All Packages
  22301. Tool Chest Edition
  22302. LaserWriter 8 API
  22303.     nd."
  22304.     return
  22305. end try
  22306. e    No Changef
  22307. QuickTime
  22308. Dev.CD Feb 00 TC
  22309. D!All Packages
  22310. Tool Chest Edition
  22311. JavaSpritesIqThis demo program shows how to capture the results of java drawing and make a QuickTime sprite out of the result.J1JavaQTAnimation.zip
  22312. jq.bat
  22313. JQTAnim
  22314. README.txt
  22315. Feb 00
  22316. angef)Mail Suite
  22317. Apple Events
  22318. AppleScript
  22319. emailq
  22320. Dev.CD Mar 00 RL Disk 1
  22321. 54707X
  22322. Feb 00^
  22323. r--set theItem to choose file -- uncomment to test in an AS editor
  22324.     tell application "Finder"
  22325.         open item "Dev.CD Feb 00 TC:Sample Code:"
  22326.         activate
  22327.     end tell
  22328. on error errMsg number errNum
  22329.     --enter statements to perform when no records are found such as...
  22330.     display dialog "Sorry, the item you selected could not be found."
  22331.     return
  22332. end try
  22333. e    No Changeq
  22334. Dev.CD Feb 00 TC
  22335. D!All Packages
  22336. Tool Chest Edition
  22337. Snippets - Memory
  22338. (** = new, * = revised)
  22339. Cache Flushing:  Cache.c contains code to correctly flush instruction and data caches on all Macintosh CPUs, including the Quadras.
  22340. SimpleInit:  This snippet demonstrates the writing of a simple init which attempts to allocate a 1 megabyte and then a 2 megabyte handle in the System heap.
  22341. Switch Stack:  This is a simple example of showing how to correctly switch to a private stack for interrupt-time code that requires more than a few dozen bytes of stack space. Thentapi
  22342. Summary: CallHyper is an external for 4th Dimension which allows you to call a HyperCard external from 4D.  HyperCard externals which rely on HyperCard callbacks cannot be used with CallHyper.
  22343. Features: Provides access to HyperCard externals from 4th Dimension.  The first parameter is the name of the XCMD or XFCN to load, then up to 6 parameters which must be given as TEXT.  Any result is set on a 4D TEXT variable called xResult.
  22344. callHyper
  22345. CallHyper NotesK
  22346. Vol VIIIM;4D, HyperCard XCMDs, This package is System 7.0 compatible.O[Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:CallHyper 1.0:PiDev.CD Feb 00 TC
  22347.  - Tool Chest
  22348.  - Development Kits
  22349.  - HyperCard Related
  22350.  - XCMDs & XFCNs
  22351.  - CallHyper 1.0CD Apr 93PDDev.CD Apr 94
  22352. Dev.CD Jan 94
  22353. Dev.CD Oct 93
  22354. Dev.CD Jul 93
  22355. Dev.CD Apr 9V
  22356. 53611X
  22357. Apr 94
  22358. non-us
  22359. non-volatile-ram
  22360. nopoweroffkey
  22361. norbert
  22362. noresdialog
  22363. normal
  22364. t is,
  22365. summary
  22366. xcmds
  22367. xfcns
  22368. perform
  22369. summary
  22370. three
  22371. tools
  22372. written
  22373. hardwar
  22374. summary
  22375. simple
  22376. window
  22377. based
  22378. debugger
  22379. kernel
  22380. summary
  22381. which
  22382. plays
  22383. sounds
  22384. summary
  22385. helper
  22386. formerly
  22387. monthly
  22388. posting
  22389. summary
  22390. simpletext
  22391. source
  22392. shows
  22393. summary
  22394. definition
  22395. binhex
  22396. protocol
  22397. summary
  22398. developer
  22399. edition
  22400. quickview
  22401. devel
  22402. summary
  22403. developer's
  22404. transl
  22405. summary
  22406. electronic
  22407. version
  22408. develop
  22409. magazine
  22410. summary
  22411. prgram
  22412. guide
  22413. macintosh
  22414. power
  22415. s' that allows you to stream data elements into a memory block, and then retrieve the elements later. 
  22416.   -An example of using 
  22417. program
  22418. shows
  22419. construct
  22420. simple
  22421. animation
  22422. program
  22423. shows
  22424. control
  22425. quicktime
  22426. movie
  22427. program
  22428. shows
  22429. create
  22430. program
  22431. shows
  22432. customise
  22433. control
  22434. program
  22435. shows
  22436. define
  22437. mouseresponders
  22438. program
  22439. shows
  22440. display
  22441. quicktime
  22442. movie
  22443. program
  22444. shows
  22445. display
  22446. quicktime
  22447. content
  22448. program
  22449. shows
  22450. display
  22451. quicktime
  22452. drawing
  22453. program
  22454. shows
  22455. export
  22456. movie
  22457. using
  22458. program
  22459. shows
  22460. select
  22461. quickt
  22462. program
  22463. shows
  22464. select
  22465. create
  22466. movie
  22467. program
  22468. shows
  22469. select
  22470. group
  22471. quicktime
  22472. drawin
  22473. program
  22474. shows
  22475. subclass
  22476. quicktime
  22477. program
  22478. shows
  22479. construction
  22480. composited
  22481. program
  22482. shows
  22483. usage
  22484. graphicsimporter
  22485. f--set theItem to choose file -- uncomment to test in an AS editor
  22486.     tell application "Finder"
  22487.         open item "Dev.CD Jan 96 SSW"
  22488.         activate
  22489.     end tell
  22490. on error errMsg number errNum
  22491.     --enter statements to perform when no records are found such as...
  22492.     display dialog "Sorry, the item you selected could not be found."
  22493.     return
  22494. end try
  22495. 54550X
  22496. Jan 95
  22497. p--set theItem to choose file -- uncomment to test in an AS editor
  22498.     tell application "Finder"
  22499.         open item "Dev.CD Jan 95
  22500. Dev.CD Oct 94"
  22501.         activate
  22502.     end tell
  22503. on error errMsg number errNum
  22504.     --enter statements to perform when no records are found such as...
  22505.     display dialog "Sorry, the item you selected could not be found."
  22506.     return
  22507. end try
  22508. All Packages
  22509. F    QuickTimeO
  22510. Dev.CD Jan 96 SSWP
  22511. Dev.CD Jan 96 SSV
  22512. 54551X
  22513. Jan 96
  22514. f--set theItem to choose file -- uncomment to test in an AS editor
  22515.     tell application "Finder"
  22516.         open item "Dev.CD Jan 96 SSW"
  22517.         activate
  22518.     end tell
  22519. on error errMsg number errNum
  22520.     --enter statements to perform when no records are found such as...
  22521.     display dialog "Sorry, the item you selected could not be found."
  22522.     return
  22523. end try
  22524. All Packages
  22525. F    QuickTimeO
  22526. Dev.CD Jan 96 SSWP
  22527. Dev.CD Jan 96 SSV
  22528. 54552X
  22529. Jan 96
  22530. 1e    No Change
  22531. providingo
  22532. psetselfsend
  22533. pseudo-item
  22534. pub/pccts
  22535. public
  22536. publicationsw
  22537. published
  22538. publisherf
  22539. publishers
  22540. publishingj
  22541. wantg
  22542. wanted
  22543. wanting
  22544. wants
  22545. warming
  22546. warning
  22547. warnings
  22548. warns
  22549. D Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:PlayMovie:P^Dev.CD Feb 00 TC
  22550.  - What's New?
  22551.  - Sample Code
  22552.  - QuickTime
  22553.  - QuickTime for Java
  22554.  - PlayMovie015
  22555. csmp-digest-v3-016
  22556. csmp-digest-v3-017
  22557. csmp-digest-v3-018
  22558. csmp-digest-v3-019
  22559. csmp-digest-v3-020
  22560. csmp-digest-v3-021
  22561. csmp-digest-v3-022
  22562. csmp-digest-v3-023
  22563. csmp-digest-v
  22564. Jun 94L
  22565. Aug 96ger list i
  22566. Summary:  These two applications, Remote Control and Server Controller, allow the owner of a Macintosh to start or stop the file server running on that Macintosh using another Macintosh at another location on the network. They provide an example of applications using asynchronous PPC Toolbox code for communications, and of a faceless background-only application used as agent to control remote system.
  22567. All source Metrowerks Pascal code for both programs is included. Built using the UnversalB
  22568.  Interfaces version 2.0.
  22569. Note: the functionality provided by these applications can be easily duplicated with the scriptable Finder and AppleScript.
  22570. MW Remote Control.
  22571. MW Server Controller.
  22572. Remote Control
  22573. Remote Control.p
  22574. Remote Control.rsrc
  22575. Server Controller
  22576. Server Controller.p
  22577. Server Controller.rsrc
  22578. Server Remote Control Read Me
  22579. ServerControlIntf.pK
  22580. Aug 95M
  22581. Metrowerks Pascal 6OUDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:Server Remote Control 1.1:
  22582. onlyh
  22583. ooptesample
  22584. opaque
  22585. opcode
  22586. opcodes
  22587. openN
  22588. opentransport
  22589. operate
  22590. operatingo
  22591. operation
  22592. operations
  22593. operators
  22594. opf-opendoc
  22595. toolB
  22596. nov/dec
  22597. nov/dec
  22598. 2.1.1
  22599. 2.1.2
  22600. 2.1.3
  22601. 2.1.4
  22602. 3.2.1
  22603. 8.5.1
  22604. 802.2
  22605. 802.3
  22606. pple Publications Style Guide [UPDATE]
  22607. The February 2000 edition of the Apple Publications Style Guide provides you with the most up-to-date style conventions used in Apple documentation. This extensive revision has added new terms, updated existing terms, and deleted obsolete ones. In documentation for your users, we encourage you to follow Apple style for Apple-specific terms, especially for those related to the user interface.
  22608. hardware:
  22609. images:
  22610. macos8and9:K
  22611. Apr 00L
  22612. Apr 00M
  22613. web browser
  22614. 6Developer Documentation, Publications, Technical, docs, documentation, Apple Type Services for Unicode Imaging, ATSUI, rendering unicode text, manuals, style, style guide, usage,   iBook, PowerPC, Ethernet, USB, FireWire, AirPort,  PowerBook, RAGE 128 Ethernet, Power Mac, PowerPC, G4, RAGE 128, Ethernet, DVD
  22615. OMDev.CD Apr 00 SDK1:What's New:Developer Documentation:Technical Publications:PUDev.CD Apr 00 SDK1
  22616.  - What's New
  22617.  - Developer Documentation
  22618.  - Technical Publications
  22619. e    No ChangefEMPW
  22620. compilers
  22621. assemblers
  22622. linkers
  22623. tools
  22624. debuggers
  22625. performance analysisq
  22626. Dev.CD Feb 00 TC
  22627. D!All Packages
  22628. Tool Chest Edition
  22629. MPW Script Tips 1.1.1
  22630. )Summary: Tips supplementing the MPW 3.0 documentation for MPW scripting
  22631. Features: The sample scripts are heavily commented so that the concepts on which they are based can be easily transferred to other scripts. Also includes tips documents on putting commands together to write useful scripts.  
  22632. J6Documents
  22633. READMEFIRST!
  22634. Sample Makefiles
  22635. Sample ScriptsK
  22636. Mar 92M
  22637. MPW 3.2 or laterOODev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:PZDev.CD Feb 00 TC
  22638.  - Tool Chest
  22639.  - Development Kits
  22640.  - MPW Related
  22641.  - MPW Script Tips 1.1.1V
  22642. 54290X
  22643. Feb 00^
  22644.  current version of the AppleSearch Client API for Macintosh (v1.5), 
  22645.  prerelease version of the AppleSearch Client API for Windows, and
  22646.  updated documentation.
  22647. J/AppleSearch - Read Me First
  22648. Macintosh:
  22649. Windows:K
  22650. Feb 94L
  22651. Nov 94nge
  22652. MP<Dev.CD Aug 97 TC
  22653.  - Language Kits
  22654.  - WorldScript Updater 1.1
  22655. summary
  22656. application
  22657. exercises
  22658. copybits
  22659. copymask
  22660. summary
  22661. document
  22662. contains
  22663. helpful
  22664. converti@
  22665. summary
  22666. folder
  22667. contains
  22668. dozens
  22669. samples
  22670. summary
  22671. folder
  22672. contains
  22673. electronic
  22674. forms
  22675. allow
  22676. pci-based
  22677. pci-pci
  22678. pci-thej
  22679. pcmcia
  22680. pdlog
  22681. peak-hold
  22682. peering
  22683. viewer
  22684. utility
  22685. which
  22686. graphically
  22687. pending
  22688. penetrate
  22689. pentiumj
  22690. people
  22691. peoplesoft
  22692. percentage
  22693. perfectly
  22694. performb
  22695. permits
  22696. permitted
  22697. persist
  22698. persisting
  22699. faceless@
  22700. family@
  22701. fcode@
  22702. features
  22703. features
  22704. allows
  22705. reset
  22706. interrupt
  22707. keyboard@
  22708. features
  22709. includes
  22710. demonstration
  22711. documentation
  22712. complete@
  22713. field@
  22714. file-related@
  22715. fileinfo@
  22716. files/folders@
  22717. finder's@
  22718. Sorry, the item you selected could not be found."
  22719.     return
  22720. end try
  22721. router
  22722. script
  22723. scriptable
  22724. scripting
  22725. search
  22726. server
  22727. server
  22728. controls
  22729. setting
  22730. sharedu
  22731. shared
  22732. volumes
  22733. signature
  22734. softwareQ
  22735. style
  22736. style
  22737. guidew
  22738. stylechat
  22739. summary
  22740. switch
  22741. systemc
  22742. system
  22743. systemsp
  22744. table
  22745. testing
  22746. tokenQ
  22747. token
  22748. ringQ
  22749. tokentalk
  22750. translationy
  22751. transport
  22752. usage
  22753. video
  22754. virtual
  22755. virtual
  22756. virtualuser
  22757. volumes
  22758. vtwin
  22759. wannabe
  22760. rfc1334
  22761. authentication
  22762. rfc1378
  22763. rfc1378
  22764. rfc1570
  22765. rfc1570
  22766. rfc1618
  22767. rfc1618
  22768. rfc1661
  22769. rfc1661
  22770. rfc1662
  22771. rfc1662
  22772. rhapsody
  22773. rhapsody
  22774. richardson
  22775. rights
  22776. rinaldi
  22777. rincludes
  22778. roadmap
  22779. robix
  22780. robix
  22781. sources
  22782. rsrc^
  22783. runtime
  22784. sampleN
  22785. 55077X
  22786. Mar 00^    RL Disk 2
  22787. --set theItem to choose file -- uncomment to test in an AS editor
  22788.     tell application "Finder"
  22789.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:webobjects:"
  22790.         activate
  22791.     end tell
  22792. on error errMsg number errNum
  22793.     --enter statements to perform when no records are found such as...
  22794.     display dialog "Sorry, the item you selected could not be found."
  22795.     return
  22796. end try
  22797. e    No Changef3WebObjects
  22798. WebObjects 4
  22799. Mac OS X Server
  22800. Web Objects
  22801. /A>http://developer.apple.com/techpubs/webobjects/webobjects.html
  22802. Dev.CD Mar 00 RL Disk 2
  22803.  D!All Packages
  22804. Mac OS SDK Edition
  22805. Telephone Manager 3.0
  22806.     applemrjsetup
  22807. applescriptN
  22808. applescript's
  22809. applesearchS
  22810. appleshareS
  22811. applesingle/appledou
  22812. applet
  22813. on creates a different size memory partition 
  22814. filterdirectory@
  22815. first@
  22816. form@
  22817. from@
  22818. fully@
  22819. g4main
  22820. generic@
  22821. getkeys@
  22822. glossar@
  22823. gxgraphics@
  22824. hooks
  22825. hotsauce@
  22826. imagecompositing@
  22827. imaging@
  22828. import@
  22829. info@
  22830. initprojector@
  22831. install
  22832. installer
  22833. 4.0.8@
  22834. installer
  22835. drivers@
  22836. interactive@
  22837. interfaces@
  22838. iso9660@
  22839. issue@
  22840. jscriptapplet@
  22841. letter@
  22842. license@
  22843. logo@
  22844. lurkers
  22845. lurkers
  22846. readme@
  22847. lurkers
  22848. readme
  22849. macintosh@
  22850. macsbug
  22851. resources@
  22852. macsbugapp@
  22853. manual@
  22854. minimaldeclrom@
  22855. navigation@
  22856. objectppc@
  22857. install
  22858. image@
  22859. opportunities@
  22860. overview@
  22861. overview
  22862. appletalk
  22863. pasmatit@
  22864. picker@
  22865. pitfalls@
  22866. popuptkl@
  22867. post@
  22868. printing@
  22869. tcp/ip@
  22870. O\Dev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Sample Code:ProfileRenamer:PjDev.CD Apr 00 SDK1
  22871.  - Development Kits
  22872.  - Mac OS
  22873.  - ColorSync 3.0 Mac SDK
  22874.  - Sample Code
  22875.  - ProfileRenamer IP 6.3 SDK:"
  22876.         activate
  22877.     end tell
  22878. on error errMsg number errNum
  22879.     --enter statements to perform when no records are found such as...
  22880.     display dialog "Sorry, the item you selected could not be found."
  22881.     return
  22882. end try
  22883. e    No ChangefaAppleShare IP
  22884. Server
  22885. AppleShare Client
  22886. Registry
  22887. Server Controls
  22888. Networking
  22889. PrintoAftp://ftp.apple.com/developer/Development_Kits/AppleShare_IP_6.3/q
  22890. Dev.CD Apr 00 SDK1
  22891. DD!All Packages
  22892. Mac OS SDK Edition
  22893. AppleShare IP API
  22894.     and debugging purposes. You'll make the Mac a nicer place to work.
  22895. General tools.imgK
  22896. Feb 94N!testing, debugging, multiple openO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  22897.  - Tool Chest
  22898.  - Testing & Debugging
  22899.  - General tools
  22900. mcplaymovie
  22901. mcplaymovie
  22902. mdefproc
  22903. mdefproc
  22904. media
  22905. megamovies
  22906. memhell
  22907. memhell
  22908. 1.0a6
  22909. readme
  22910. memory
  22911. memory
  22912. management
  22913. menud
  22914. ibraries
  22915. midiconverter
  22916. midiconverter
  22917. readme
  22918. midiconverter
  22919. readme
  22920. midiglue
  22921. mini-conference
  22922. en non-SCS
  22923. O0Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:P8Dev.CD Apr 00 SDK1
  22924.  - What's New
  22925.  - Tool Chest
  22926.  - MacApp SampleI
  22927. ISp Sample is a reasonably complete example implementation of high level InputSprocket.  It shows how to set up needs and retrieve states and events for the associated elements.JNISp Sample
  22928. ISp Sample.CW2.
  22929. ISp Sample.CW5.
  22930. Makefile
  22931. Objects
  22932. Resources
  22933. SourceK
  22934. Feb 00M^PowerPC, System 8.1+, InputSprocket, and either Universal Interfaces 3.3 or InputSprocket SDK
  22935. N2InputSprocket, ISp, Needs, Elements, axes, buttonsO:Dev.CD Feb 00 TC:What's New?:Sample Code:Games:ISp Sample:PEDev.CD Feb 00 TC
  22936.  - What's New?
  22937.  - Sample Code
  22938.  - Games
  22939.  - ISp SampleV
  22940. 52953X
  22941. Feb 00^
  22942. #by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  22943. MenuScripter 4.0 implements many of the of the techniques described in Paul Smith's develop articles - 'Programming for Flexibility: Thr Flexibility: Th
  22944. ot/ppp
  22945. transport
  22946. ot/ppp
  22947. otbuffer
  22948. otbufferinfo
  22949. otfifo
  22950. otgetendpointinfo
  22951. otgetindexedport
  22952. otgetuserportnamefro
  22953. otlifo
  22954. otlink
  22955. otlookup
  22956. otoptionmanagment
  22957. ottcpwilldial
  22958. ottransferproviderow
  22959. ottransferproviderow
  22960. client
  22961. library
  22962. override
  22963. override
  22964. quickdraw
  22965. table
  22966. resource
  22967. overview
  22968. package
  22969. packages
  22970. packages
  22971. package
  22972. aware
  22973. pages
  22974. palette
  22975. palette
  22976. color
  22977. depth
  22978. batch
  22979. processing
  22980. optimizing
  22981. conditio
  22982. palette
  22983. gworld
  22984. pmforecolor
  22985. color2index
  22986. rgbforecolor
  22987. ctseed
  22988. pan/tilt
  22989. panel
  22990. panorama
  22991. parser
  22992. pascal
  22993. passphrase
  22994. password
  22995. patch
  22996. needs to be done with a minimum of extra gunk.
  22997. Changes since 2.0: Chooser support added. Bugs fixed. Save to PICT file as well as resouce.
  22998. 51005X
  22999. 1e    No Change
  23000. oJ'Sample Code.img
  23001. Windows Sample Code.imgK
  23002. Nov 94ceroute
  23003. traditional
  23004. traffic
  23005. transaction
  23006. translationy
  23007. translation
  23008. macintosh
  23009. translator
  23010. translator
  23011. transport
  23012. tsmte
  23013. tsmte
  23014. textedit
  23015. inline
  23016. input
  23017. japanese
  23018. internationalizatio
  23019. tutorial
  23020. types
  23021. typography
  23022. ultraslimfast
  23023. unicode
  23024. universal
  23025. universal
  23026. serial
  23027. storage
  23028. class
  23029. driver
  23030. systems
  23031. workstation
  23032. solaris
  23033. hp-ux
  23034. update
  23035. updater
  23036. updates
  23037. usagew
  23038. usedistanthdwrmem
  23039. uselocalhdwrmem
  23040. utilities
  23041. utility
  23042. utility
  23043. space
  23044. variable
  23045. variables
  23046. 54292X
  23047. Apr 00^
  23048. --set theItem to choose file -- uncomment to test in an AS editor
  23049.     tell application "Finder"
  23050.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.1.4 Web Install:"
  23051.         activate
  23052.     end tell
  23053. on error errMsg number errNum
  23054.     --enter statements to perform when no records are found such as...
  23055.     display dialog "Sorry, the item you selected could not be found."
  23056.     return
  23057. end try
  23058. e    No Changef)MRJ
  23059. MRJ 2.1
  23060. MRJ 2.1.2
  23061. MRJ 2.1.3
  23062. MRJ 2.1.4q
  23063. Dev.CD Apr 00 SDK1
  23064. All Packages
  23065. MRJ Redistribution SDK
  23066. 54293X
  23067. l application "Finder"
  23068.         open item "Dev.CD Jun 97 SSW"
  23069.         activate
  23070.     end tell
  23071. on error errMsg number errNum
  23072.     --enter statements to perform when no records are found such as...
  23073.     display dialog "Sorry, the item you selected could not be found."
  23074.     return
  23075. end try
  23076. All Packages
  23077. QuickDraw 3DO
  23078. Dev.CD Jun 97 SSWP
  23079. Dev.CD Jun 97 SSV
  23080. 51975X
  23081. Jun 97
  23082.  what's new in Apple Guide 2.1
  23083. 54096X
  23084. Apr 00^
  23085. --set theItem to choose file -- uncomment to test in an AS editor
  23086.     tell application "Finder"
  23087.         open item "Dev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:"
  23088.         activate
  23089.     end tell
  23090. on error errMsg number errNum
  23091.     --enter statements to perform when no records are found such as...
  23092.     display dialog "Sorry, the item you selected could not be found."
  23093.     return
  23094. end try
  23095. e    No Change
  23096. o.http://developer.apple.com/techpubs/index.html
  23097. All Packages
  23098. System Enabler 088 (AVs)O
  23099. Dev.CD Apr 94
  23100. Dev.CD Jan 94P
  23101. Dev.CD Apr 94
  23102. Dev.CD Jan 9V
  23103. 54928X
  23104. Apr 94
  23105. p--set theItem to choose file -- uncomment to test in an AS editor
  23106.     tell application "Finder"
  23107.         open item "Dev.CD Apr 94
  23108. Dev.CD Jan 94"
  23109.         activate
  23110.     end tell
  23111. on error errMsg number errNum
  23112.     --enter statements to perform when no records are found such as...
  23113.     display dialog "Sorry, the item you selected could not be found."
  23114.     return
  23115. end try
  23116. All Packages
  23117. System Enabler 088 (AVs)O
  23118. Dev.CD Apr 94
  23119. Dev.CD Jan 94P
  23120. Dev.CD Apr 94
  23121. Dev.CD Jan 9V
  23122. 54929X
  23123. Apr 94
  23124. p--set theItem to choose file -- uncomment to test in an AS editor
  23125.     tell application "Finder"
  23126.         open item "Dev.CD Apr 94
  23127. Dev.CD Jan 94"
  23128.         activate
  23129.     end tell
  23130. on error errMsg number errNum
  23131.     --enter statements to perform when no records are found such as...
  23132.     display dialog "Sorry, the item you selected could not be found."
  23133.     return
  23134. end try
  23135. platform
  23136. platformsZ
  23137. playbar
  23138. played
  23139. player
  23140. players
  23141. playing
  23142. plays
  23143. pleaseZ
  23144. plethora
  23145. plug-and-play
  23146. plug-inh
  23147. plug-in's
  23148. plug-ins
  23149. plugged
  23150. plugging
  23151. pluses
  23152. pmforecolor
  23153. point
  23154. point-to-point
  23155. pointer
  23156. pointers
  23157. pointing
  23158. points
  23159. polaschek
  23160. polyhedral
  23161. polymorphic
  23162. polymorphism
  23163. 55103X
  23164. Feb 00^
  23165. --set theItem to choose file -- uncomment to test in an AS editor
  23166.     tell application "Finder"
  23167.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:VersionEdit 1.1:"
  23168.         activate
  23169.     end tell
  23170. on error errMsg number errNum
  23171.     --enter statements to perform when no records are found such as...
  23172.     display dialog "Sorry, the item you selected could not be found."
  23173.     return
  23174. end try
  23175. e    No Changeq
  23176. Dev.CD Feb 00 TC
  23177. :D!All Packages
  23178. Tool Chest Edition
  23179. Virtual Sphere 1.0.1
  23180. /Summary: This package contains an application that demonstrates five "virtual controllers" for use in rotating three-dimensional 3D objects with the mouse, and an application to compare the controllers in an experiment. 
  23181. Features: Source code for implementing the Virtual Sphere controller is provided.
  23182. 55104X
  23183. 1e    No Change
  23184. navigator
  23185. newsi
  23186. notesS
  23187. onescannerg
  23188. opp's
  23189. palette
  23190. PCCardNetworkSample
  23191. Code sample which demonstrates a Ethernet driver, PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  23192. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjuncessord
  23193. processor-basedj
  23194. processorsd
  23195. prodos
  23196. produce
  23197. producer
  23198. producer/consumer
  23199. produces
  23200. produces
  23201. module
  23202. productf
  23203. product-specific
  23204. production
  23205. productivity
  23206. Xication and any kind of printer.  Is also shows how to create a QuickDraw GX printer driver.
  23207. QuickDraw GX Typography
  23208. This book shows you how to create and manipulate the three different types of text shapes supported by QuickDraw GX, and how to support sophisticated text layout, including text with mixed directions and multiple language text
  23209. QD GX Environment & Utilities :
  23210. QD GX Graphics:
  23211. QD GX Objects:
  23212. QD GX Printing:
  23213. QD GX Printing Ext & Drvrs:
  23214. QD GX Prog's Overview:
  23215. QD GX Typography:K
  23216. Aug 94L
  23217. Sep 94OGDev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:QuickDraw GX:PODev.CD Dec 99 RL
  23218.  - Technical Documentation
  23219.  - Inside Macintosh
  23220.  - QuickDraw GXl Chest Edition
  23221. QDGX Spooler Patch 1.0.2
  23222.     t 93
  23223. Dev.CD Jul 93
  23224. Dev.CD Apr 93PDDev.CD Apr 94
  23225. Dev.CD Jan 94
  23226. Dev.CD Oct 93
  23227. Dev.CD Jul 93
  23228. Dev.CD Apr 9V
  23229. 48785X
  23230. Apr 94
  23231. electronics
  23232. element
  23233. ------------->:
  23234. ----------->:
  23235. 68K Static Libraries:
  23236. Documentation:
  23237. Headers:
  23238. Place in Extensions Folder:
  23239. Place in System Folder:
  23240. Read Me
  23241. Sample Code:
  23242. Stub Libraries:
  23243. Text Encoding Converter
  23244. Text Encodings:K
  23245. Dec 97L
  23246. Dec 99M
  23247. Mac OS 7.6.1 or laterNHText Encoding Converter, TEC, Unicode, charset, character encoding, MIMEOWDev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:Text Encoding Converter 1.5:PbDev.CD Mar 00 RL Disk 1
  23248.  - What's New
  23249.  - Development Kits
  23250.  - Mac OS
  23251.  - Text Encoding Converter 1.5es:"
  23252.         activate
  23253.     end tell
  23254. on error errMsg number errNum
  23255.     --enter statements to perform when no records are found such as...
  23256.     display dialog "Sorry, the item you selected could not be found."
  23257.     return
  23258. end try
  23259. e    No Changef'RAVE
  23260. QuickDraw 3D
  23261. Hardware Accelerationq
  23262. Dev.CD Apr 00 SDK1
  23263. qD!All Packages
  23264. Tool Chest Edition
  23265. Record sound to disk80
  23266. imgnly.J
  23267. MPW etc.imgo Change
  23268. All Packages
  23269. System 7 Tune-UpO
  23270. Dev.CD Sept 92
  23271. Dev.CD Aug 92P
  23272. Dev.CD Sept 92
  23273. Dev.CD Aug 9V
  23274. 54750X
  23275. Sept 9
  23276. q--set theItem to choose file -- uncomment to test in an AS editor
  23277.     tell application "Finder"
  23278.         open item "Dev.CD Sept 92
  23279. Dev.CD Aug 92"
  23280.         activate
  23281.     end tell
  23282. on error errMsg number errNum
  23283.     --enter statements to perform when no records are found such as...
  23284.     display dialog "Sorry, the item you selected could not be found."
  23285.     return
  23286. end try
  23287. All Packages
  23288. System 7 Tune-UpO
  23289. Dev.CD Sept 92
  23290. Dev.CD Aug 92P
  23291. Dev.CD Sept 92
  23292. Dev.CD Aug 9V
  23293. 54751X
  23294. Sept 9
  23295. q--set theItem to choose file -- uncomment to test in an AS editor
  23296.     tell application "Finder"
  23297.         open item "Dev.CD Sept 92
  23298. Dev.CD Aug 92"
  23299.         activate
  23300.     end tell
  23301. on error errMsg number errNum
  23302.     --enter statements to perform when no records are found such as...
  23303.     display dialog "Sorry, the item you selected could not be found."
  23304.     return
  23305. end try
  23306. tools
  23307. goodies
  23308. tools
  23309. topicsR
  23310. total
  23311. helper
  23312. traditional
  23313. trainingR
  23314. transitioneffect
  23315. transitioneffect
  23316. transitionso
  23317. transitions
  23318. themeso
  23319. translation
  23320. translation
  23321. extensions
  23322. translator
  23323. translator
  23324. examples
  23325. translators
  23326. transport
  23327. transports
  23328. trootobj
  23329. trootobj
  23330. ts3events
  23331. ts3events
  23332. ts3events
  23333. ts3hilevel
  23334. ts3hilevel
  23335. ts3lolevel
  23336. ts3lolevel
  23337. ts3main
  23338. ts3main
  23339. ts3main
  23340. ts3menu
  23341. ts3menu
  23342. ts3menu
  23343. ts3message
  23344. ts3message
  23345. ts3message
  23346. ts3resource
  23347. ts3resource
  23348. ts3resource
  23349. ts3sound
  23350. ts3sound
  23351. Jan 98M
  23352. Adobe Acrobat Reader 3.0N'WebObjects, OPENSTEP, Memory ManagementO4Dev.CD Mar 00 RL Disk 1:Interactive Media Resources:P6Dev.CD Mar 00 RL Disk 1
  23353.  - Interactive Media Resources
  23354. gxgraphics
  23355. gxobjects
  23356. gxoverridetool
  23357. gxoverview
  23358. gxprintdrivers
  23359. gxprinting
  23360. gxtops
  23361. gxtops
  23362. installer
  23363. gxtypography
  23364. h-norwegian
  23365. hack]
  23366. handbookf
  23367. handler
  23368. hardware
  23369. hardware
  23370. hardware
  23371. tools
  23372. hardware2
  23373. hardware2
  23374. stack
  23375. localization
  23376. navig
  23377. headers
  23378. headers
  23379. libraries
  23380. helloworld
  23381. helloworld
  23382. helpq
  23383. helper
  23384. helplab
  23385. helpsystems
  23386. higos8guide
  23387. higuidelines
  23388. historyu
  23389. history
  23390. history
  23391. hooks
  23392. hooks
  23393. otbot
  23394. Summary: This is the electronic version of develop magazine.
  23395.  Issue 21 highlights:
  23396. Getting Started With OpenDoc Graphics  by Kurt Piersol.  OpenDoc provides very powerful document layout and imaging capabilities, but the basic graphics tasks that everyone needs to accomplish aren
  23397. t much more complex. Here are some recipes to get you started.
  23398. A First Look at Dylan: Classes, Functions, and Modules  by Steve Strassmann.  Dylan has fundamentally different notions about classes and methods 
  23399. than C++, notions that make specifying and using methods simpler and more expressive. Here
  23400. s an overview of the Dylan way of doing things.
  23401. Designing a Scripting Implementation  by Cal Simone.  The design of your application
  23402. s scripting vocabulary is as important as the design of your user interface. These guidelines will help you create a clean and consistent scripting vocabulary.
  23403. An Object-Oriented Approach to Hierarchical Lists  by Jan Bruyndonckx.  This article shows how to implement 
  23404. pcmcia
  23405. documents
  23406. performance
  23407. performance
  23408. analysis
  23409. performance
  23410. countersA
  23411. phone
  23412. photoshop
  23413. physical
  23414. picker
  23415. pippin
  23416. pixel
  23417. pixel
  23418. depth
  23419. plaintalk
  23420. platformQ
  23421. playback
  23422. player
  23423. plist
  23424. plotting
  23425. plug-ins
  23426. pmforecolor
  23427. polymorphic
  23428. polymorphic
  23429. functions
  23430. registry
  23431. scanner
  23432. portables
  23433. porting
  23434. ports
  23435. posers
  23436. postscript
  23437. power
  23438. power
  23439. power
  23440. macintosh
  23441. power
  23442. macintosh
  23443. debugger
  23444. power
  23445. manager
  23446. shared
  23447. volumes
  23448. signature
  23449. simplified
  23450. softwareQ
  23451. speech
  23452. statements
  23453. strip
  23454. style
  23455. style
  23456. guidew
  23457. stylechat
  23458. summary
  23459. switch
  23460. systemc
  23461. system
  23462. systemsp
  23463. table
  23464. ser and developer documentation), AppleScript software, sample code and sample scripts for modifying or creating your own AppleScript scripts.
  23465. AppleScript 1.3.4 SDK.smiK
  23466. Apr 93L
  23467. Mar 99N2AppleScript, scripting, Apple Event,Folder ActionsO;Dev.CD Apr 00 SDK1:Development Kits:Mac OS:AppleScript SDK:PCDev.CD Apr 00 SDK1
  23468.  - Development Kits
  23469.  - Mac OS
  23470.  - AppleScript SDKt 93
  23471. Dev.CD Jul 93
  23472. Dev.CD Apr 93"
  23473.         activate
  23474.     end tell
  23475. on error errMsg number errNum
  23476.     --enter statements to perform when no records are found such as...
  23477.     display dialog "Sorry, the item you selected could not be found."
  23478.     return
  23479. end try
  23480. All Packages
  23481. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  23482. Dev.CD Jan 94
  23483. Dev.CD Oct 93
  23484. Dev.CD Jul 93P6Dev.CD Apr 94
  23485. Dev.CD Jan 94
  23486. Dev.CD Oct 93
  23487. Dev.CD Jul 9V
  23488. 53776X
  23489. Apr 94
  23490. explored
  23491. explores
  23492. exploring
  23493. expoj
  23494. export
  23495. exported
  23496. exposed
  23497. exposure
  23498. expressj
  23499. expressionsh
  23500. expressive
  23501. f--set theItem to choose file -- uncomment to test in an AS editor
  23502.     tell application "Finder"
  23503.         open item "Dev.CD Jun 97 SSW"
  23504.         activate
  23505.     end tell
  23506. on error errMsg number errNum
  23507.     --enter statements to perform when no records are found such as...
  23508.     display dialog "Sorry, the item you selected could not be found."
  23509.     return
  23510. end try
  23511. is stack!  With this HyperCard stack, you may easily create and send Apple events to an application.  By reading an application's 'aete' resource, whicBfh generates glue routines, you can "test drive" the application by sending it events that it supports.
  23512. J*Apple Event XCMDs b3
  23513. Apple Event XCMDs DocK
  23514. Nov 94OeDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:PsDev.CD Feb 00 TC
  23515.  - Tool Chest
  23516.  - Development Kits
  23517.  - HyperCard Related
  23518.  - XCMDs & XFCNs
  23519.  - Apple Event XCMDs 1.0b3Services 
  23520. Multimedia and Graphics:
  23521. Apple Game Sprockets
  23522. Carbon Printing Manager 
  23523. Color P
  23524. All Packages
  23525. System 7 Tune-UpO
  23526. Dev.CD Apr 92
  23527. Dev.CD Mar 92P
  23528. Dev.CD Apr 92
  23529. Dev.CD Mar 9V
  23530. 54758X
  23531. Apr 92
  23532. p--set theItem to choose file -- uncomment to test in an AS editor
  23533.     tell application "Finder"
  23534.         open item "Dev.CD Apr 92
  23535. Dev.CD Mar 92"
  23536.         activate
  23537.     end tell
  23538. on error errMsg number errNum
  23539.     --enter statements to perform when no records are found such as...
  23540.     display dialog "Sorry, the item you selected could not be found."
  23541.     return
  23542. end try
  23543. All Packages
  23544. System 7 Tune-UpO
  23545. Dev.CD Apr 92
  23546. Dev.CD Mar 92P
  23547. Dev.CD Apr 92
  23548. Dev.CD Mar 9V
  23549. 54759X
  23550. Apr 92
  23551. p--set theItem to choose file -- uncomment to test in an AS editor
  23552.     tell application "Finder"
  23553.         open item "Dev.CD Apr 92
  23554. Dev.CD Mar 92"
  23555.         activate
  23556.     end tell
  23557. on error errMsg number errNum
  23558.     --enter statements to perform when no records are found such as...
  23559.     display dialog "Sorry, the item you selected could not be found."
  23560.     return
  23561. end try
  23562. --set theItem to choose file -- uncomment to test in an AS editor
  23563.     tell application "Finder"
  23564.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:Simple DrawSprocket:"
  23565.         activate
  23566.     end tell
  23567. on error errMsg number errNum
  23568.     --enter statements to perform when no records are found such as...
  23569.     display dialog "Sorry, the item you selected could not be found."
  23570.     return
  23571. end try
  23572. globalmaster
  23573. glypha
  23574. glyphaiv
  23575. glyphaiv
  23576. glyphaiv
  23577. goodies
  23578. gouraud
  23579. gouraud
  23580. sample
  23581. grabguy
  23582. grabguy
  23583. graphical
  23584. graphical
  23585. interface
  23586. graphicsR
  23587. grayscaleo
  23588. groupdrawing
  23589. easyview
  23590. guideS
  23591. guide
  23592. guide
  23593. contents
  23594. guidelines
  23595. spooler
  23596. patch
  23597. kPXDev.CD Feb 00 TC
  23598.  - Tool Chest
  23599.  - Development Kits
  23600.  - MPW Related
  23601.  - CallFinder Tool 1.0V
  23602. 54001X
  23603. Feb 00^
  23604. --set theItem to choose file -- uncomment to test in an AS editor
  23605.     tell application "Finder"
  23606.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:CallFinder Tool 1.0:"
  23607.         activate
  23608.     end tell
  23609. on error errMsg number errNum
  23610.     --enter statements to perform when no records are found such as...
  23611.     display dialog "Sorry, the item you selected could not be found."
  23612.     return
  23613. end try
  23614. e    No Changef
  23615. Apple Events
  23616. AppleEventsq
  23617. Dev.CD Feb 00 TC
  23618. lD!All Packages
  23619. Tool Chest Edition
  23620. CallHyper 1.0
  23621. manalyzer
  23622. manalyzer
  23623. 2.0d3
  23624. market
  23625. maximizing
  23626. maximizing
  23627. quadra
  23628. floatingpoint
  23629. media
  23630. megamovies
  23631. megamovies
  23632. 1.6.2
  23633. memhell
  23634. memory
  23635. memory
  23636. monitor
  23637. defproc
  23638. 1.0.3
  23639. menuscripter
  23640. onescannerg
  23641.  success!
  23642. Large collection of tools, scripts, libraries, and examples for automating user level testing.  These are most of the tools used by Apple itself to perform integration, compatibility, and user-perceived performance testing.  All tools are compatible with MacOS' from 7.0 through 8.0.
  23643. This is the first major release of these tools for outside users in several years. Everything is updated, and there are many new tools never before released, such as the Clouseau VU scripts, and several host a
  23644. nd target configuration installers.
  23645. Includes: Virtual User (FAT application, Sys 8.0 compatible);  many extension tools to Virtual User such as Ivy (image verification), FileTool and Memory Monitor;  SPEC S&L and  Clouseau Virtual User scripts;  full packages for host and target installations, including AppleScript based installers.
  23646. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  23647. Target machines:  Mac SE or later, 4 MB mem
  23648. All Packages
  23649. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  23650. Dev.CD Jan 94
  23651. Dev.CD Oct 93
  23652. Dev.CD Jul 93
  23653. Dev.CD Apr 93PDDev.CD Apr 94
  23654. Dev.CD Jan 94
  23655. Dev.CD Oct 93
  23656. Dev.CD Jul 93
  23657. Dev.CD Apr 9V
  23658. 54834X
  23659. Apr 94
  23660. --set theItem to choose file -- uncomment to test in an AS editor
  23661.     tell application "Finder"
  23662.         open item "Dev.CD Apr 94
  23663. Dev.CD Jan 94
  23664. Dev.CD Oct 93
  23665. Dev.CD Jul 93
  23666. Dev.CD Apr 93"
  23667.         activate
  23668.     end tell
  23669. on error errMsg number errNum
  23670.     --enter statements to perform when no records are found such as...
  23671.     display dialog "Sorry, the item you selected could not be found."
  23672.     return
  23673. end try
  23674. All Packages
  23675. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  23676. Dev.CD Jan 94
  23677. Dev.CD Oct 93
  23678. Dev.CD Jul 93
  23679. Dev.CD Apr 93PDDev.CD Apr 94
  23680. Dev.CD Jan 94
  23681. Dev.CD Oct 93
  23682. Dev.CD Jul 93
  23683. Dev.CD Apr 9V
  23684. 54835X
  23685. Apr 94
  23686.  different writing styles to suit wide user preferences.
  23687. On-screen keyboards to enable quick input of symbols and puntuation marks.
  23688. Recognize
  23689. W   return
  23690. end try
  23691. All Packages
  23692. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  23693. Dev.CD Jan 94
  23694. Dev.CD Oct 93
  23695. Dev.CD Jul 93
  23696. Dev.CD Apr 93PDDev.CD Apr 94
  23697. Dev.CD Jan 94
  23698. Dev.CD Oct 93
  23699. Dev.CD Jul 93
  23700. Dev.CD Apr 9V
  23701. 52518X
  23702. Apr 94
  23703. he Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  23704. areasp
  23705. aren't
  23706. arena
  23707. arguments
  23708. arithmetic
  23709. around
  23710. arrays
  23711. arrived
  23712. arrow
  23713. arrows
  23714. articlep
  23715. articlesj
  23716. articulate
  23717. artwork
  23718. language
  23719. libraryu
  23720. localization
  23721. localizers
  23722. locationt
  23723. locator
  23724. macintosh
  23725. macro
  23726. magician
  23727. managert
  23728. market
  23729. media
  23730. memory
  23731. modern
  23732. module
  23733. monitorr
  23734. navigator
  23735. newsi
  23736. notesS
  23737. onescannerg
  23738. opp's
  23739. palette
  23740. addmenu
  23741. addressh
  23742. addresses
  23743. administration
  23744. archive
  23745. filesi
  23746. archive
  23747. htmli
  23748. color
  23749. imaging
  23750. color
  23751. imaging[
  23752. advanced
  23753. color
  23754. imaging
  23755. advanced
  23756. technique
  23757. coercion
  23758. init]
  23759. aegizmos]
  23760. aegizmos
  23761. 1.4.2]
  23762. aete]
  23763. editor
  23764. stack
  23765. 1.0b3]
  23766. resedit
  23767. template^
  23768. aetracker]
  23769. aetracker
  23770. aetracker
  23771. aetracker
  23772. monitor`
  23773. aetracker
  23774. read`
  23775. aeusertermtypes^
  23776. aeusertermtypes
  23777. aeut^
  23778. resource^
  23779. protocol
  23780. agent
  23781. agfile
  23782. agfile
  23783. aiatb
  23784. manual
  23785. changes
  23786. readmeb
  23787. alchemist
  23788. alerts
  23789. aliasc
  23790. alias
  23791. alias
  23792. aliases
  23793. aliaslab
  23794. align
  23795. align
  23796. htmlt
  23797. alphaselector
  23798. alphaselector
  23799. amazonbooks
  23800. DraggingSpritesI
  23801. This demo program shows how to define MouseResponders to customise the behaviour of MouseDrag actions and to define a custom Matrix transformations on a Sprite.J9dd.bat
  23802. DraggingSprites
  23803. DraggingSprites.zip
  23804. README.txt
  23805. Feb 00
  23806. - Common
  23807.     - Sun Compliant Java Runtime Environment 1.1
  23808.     - QuickTime 3 
  23809.     - QTJava.zip
  23810.     - QTJava media samples
  23811. - Mac OS:
  23812.     - System 8 or later
  23813.     - Macintosh Runtime for Java (MRJ) 2.1
  23814. - Windows 95, 98, or NT::
  23815.     - JRE/JDK from Sun Microsystems, Inc. recommended
  23816. QuickTime, Java, MRJOVDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DraggingSprites:PdDev.CD Feb 00 TC
  23817.  - What's New?
  23818.  - Sample Code
  23819.  - QuickTime
  23820.  - QuickTime for Java
  23821.  - DraggingSpritesV
  23822. 54110mber errNum
  23823.     --enter statements to perform when no records are found such as...
  23824.     display dialog "Sorry, the item you selected could not be found."
  23825.     return
  23826. end try
  23827. All Packages
  23828. QuickDraw GXO
  23829. Dev.CD Jan 96 SDK1P
  23830. Dev.CD Jan 96 SDKV
  23831. 53229X
  23832. telephony
  23833. television
  23834. tendpointinfo
  23835. testing
  23836. testing
  23837. debugging
  23838. testing
  23839. debugging
  23840. multiple
  23841. testing
  23842. debugging
  23843. networking
  23844. communications
  23845. testing
  23846. debugging
  23847. printers
  23848. testing
  23849. international
  23850. testing
  23851. memory
  23852. virtual
  23853. debugging
  23854. encoding
  23855. character
  23856. encoding
  23857. converter
  23858. encoding
  23859. converter
  23860. unicode
  23861. charset
  23862. character
  23863. encodi
  23864. encoding
  23865. unicode
  23866. script
  23867. language
  23868. conversion
  23869. games
  23870. input
  23871. text-to-speech
  23872. textedit
  23873. thread
  23874. thread
  23875. manager
  23876. thread
  23877. threads
  23878. tasks
  23879. tasking
  23880. multitasking
  23881. threading
  23882. threads
  23883. timing
  23884. tokenQ
  23885. tokenize
  23886. tokenizer
  23887. tokenizer
  23888. fcode
  23889. conditional
  23890. conditional
  23891. statements
  23892. conference
  23893. conferencing
  23894. configuration
  23895. configuration
  23896. connectivity
  23897. consumer
  23898. consumer
  23899. electronics
  23900. container
  23901. content
  23902. content
  23903. region
  23904. context
  23905. context
  23906. switch
  23907. contextualh
  23908. contextual
  23909. menuh
  23910. control
  23911. control
  23912. kages
  23913. 54675X
  23914. Apr 98^
  23915. --set theItem to choose file -- uncomment to test in an AS editor
  23916.     tell application "Finder"
  23917.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):ScriptX:"
  23918.         activate
  23919.     end tell
  23920. on error errMsg number errNum
  23921.     --enter statements to perform when no records are found such as...
  23922.     display dialog "Sorry, the item you selected could not be found."
  23923.     return
  23924. end try
  23925. Deletedq
  23926. Dev.CD Apr 98 SDK2
  23927. D!All Packages
  23928. Tool Chest Edition
  23929. folder contains several
  23930.  snippets that illustrate the original and asynchronous SCSI Managers, including a working SCSI device driver.
  23931. All samples work under the asynchronous SCSI Manager (SCSI Manager 4.3) and, where appropriate under the original (Inside Mac IV) SCSI Manager and have been compiled under several C environments (MPW, Think C, MetroWerks).
  23932. Some snippets require the Asynchronous SCSI Manager (SCSI Manager 4.3).
  23933. Known bugs/incompatibilites:
  23934. These snippets 
  23935. These snippets 
  23936. TypeServicesForUnicode is a sample application, provided with its source code files, which illustrate the new Apple Type Services for Unicode Imaging (ATSUI) technology introduced in Mac OS
  23937.  8.5. The provided examples go from very simple to rather complex in increasing order of difficulty. Ideally, developers will learn most of what they need of ATSUI by just reading the source code.
  23938. The features are ATSUI features: multiple styles, arbitrary angles, broken hilighting, hit testing, fractiB
  23939. onal justification, etc.
  23940. J'Sample Code.img
  23941. Windows Sample Code.imgK
  23942. Nov 98M
  23943. Mac OS
  23944.  8.5NCUnicode, Imaging, Text, Type, Bi-directional, Rotation, Double-byteO
  23945. Dev.CD Feb 00 TC:Sample Code:P
  23946. Dev.CD Feb 00 TC
  23947.  - Sample Code
  23948. iso9660
  23949. iso9660
  23950. iso9660
  23951. iso9660
  23952. autotest
  23953. dialogtest
  23954. menutest
  23955. sample
  23956. sample
  23957. sample
  23958. ispautotest
  23959. ispautotest
  23960. ispdialogtest
  23961. ispdialogtest
  23962. ispelementview
  23963. ispelementview
  23964. ispelementview
  23965. ispeventpane
  23966. ispeventpane
  23967. ispeventpane
  23968. isplquitwindow
  23969. isplquitwindow
  23970. isplquitwindow
  23971. ispmenutest
  23972. ispmenutest
  23973. isppptest
  23974. isppptest
  23975. isppptesttools
  23976. isppptesttools
  23977. isppptesttools
  23978. isptest
  23979. isptest
  23980. powerplant
  23981. isptest
  23982. powerplant
  23983. isptest
  23984. isptestglobals
  23985. isptestglobals
  23986. isptestglobals
  23987. isptestmain
  23988. isptestmain
  23989. isptestmain
  23990. monitor
  23991. renderer
  23992. opentransport
  23993. opentransport
  23994. cache
  23995. display
  23996. opentransport
  23997. control
  23998. strip
  23999. module
  24000. 1e    No Change
  24001. O)Dev.CD Apr 94
  24002. Dev.CD Jan 94
  24003. Dev.CD Dec 93P(Dev.CD Apr 94
  24004. Dev.CD Jan 94
  24005. Dev.CD Dec 9V
  24006. 55053X
  24007. Apr 94
  24008. ~--set theItem to choose file -- uncomment to test in an AS editor
  24009.     tell application "Finder"
  24010.         open item "Dev.CD Apr 94
  24011. Dev.CD Jan 94
  24012. Dev.CD Dec 93"
  24013.         activate
  24014.     end tell
  24015. on error errMsg number errNum
  24016.     --enter statements to perform when no records are found such as...
  24017.     display dialog "Sorry, the item you selected could not be found."
  24018.     return
  24019. end try
  24020. All Packages
  24021. System UpdateO
  24022. Dev.CD Apr 94
  24023. Dev.CD Jan 94P
  24024. Dev.CD Apr 94
  24025. Dev.CD Jan 9V
  24026. 55054X
  24027. Apr 94
  24028. p--set theItem to choose file -- uncomment to test in an AS editor
  24029.     tell application "Finder"
  24030.         open item "Dev.CD Apr 94
  24031. Dev.CD Jan 94"
  24032.         activate
  24033.     end tell
  24034. on error errMsg number errNum
  24035.     --enter statements to perform when no records are found such as...
  24036.     display dialog "Sorry, the item you selected could not be found."
  24037.     return
  24038. end try
  24039. 2OZDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Hardware tools:Apple II Monitor dcmd (xx):PeDev.CD Nov 99 TC
  24040.  - Tool Chest
  24041.  - Testing & Debugging
  24042.  - Hardware tools
  24043.  - Apple II Monitor dcmd (xx)V
  24044. 53944X
  24045. Nov 99^
  24046. --set theItem to choose file -- uncomment to test in an AS editor
  24047.     tell application "Finder"
  24048.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Hardware tools:Apple II Monitor dcmd (xx):"
  24049.         activate
  24050.     end tell
  24051. on error errMsg number errNum
  24052.     --enter statements to perform when no records are found such as...
  24053.     display dialog "Sorry, the item you selected could not be found."
  24054.     return
  24055. end try
  24056. Deletedq
  24057. Dev.CD Nov 99 TC
  24058. 3D!All Packages
  24059. Tool Chest Edition
  24060. Apple International Glossaries
  24061.      Notes, Java, Mac OS X, QuickTime, and WebObjects.
  24062. Features: Viewing and Printing instructions for PDF documents included. Refer to the 
  24063. README.html file in the "Documentation in PDF" folder for instructions.
  24064. uctions.
  24065. Sep 99
  24066. installer
  24067. 1.2.3
  24068. installer
  24069. source
  24070. installers
  24071. installing
  24072. installing
  24073. opendoc
  24074. instance
  24075. instance
  24076. variable
  24077. instance
  24078. variables
  24079. instructions
  24080. media
  24081. writer
  24082. resources
  24083. int'l
  24084. int'l
  24085. contacts
  24086. integrated
  24087. integrated
  24088. quicktime
  24089. Deletedf*AIX
  24090. Network Server
  24091. Symbiotic
  24092. client
  24093. serverq
  24094. Dev.CD Dec 99 RL
  24095. All Packages
  24096. Network Services Location (NSL)
  24097. 51821X
  24098. h developer needs to know about.
  24099. Macintosh Hybrid Applications for A/UX  by John Morley.   This is an introduction to writing Macintosh applications meant to run under A/UX, explaining the basics and pointing out some potential gotchas.
  24100. Print Hints From Luke & Zz: CopyMask, CopyDeepMask, and LaserWriter Driver 7.0  by Pete 
  24101.  Alexander.   How do you print graphics that use CopyMask an
  24102. --set theItem to choose file -- uncomment to test in an AS editor
  24103.     tell application "Finder"
  24104.         open item "Dev.CD Apr 94
  24105. Dev.CD Jan 94
  24106. Dev.CD Oct 93
  24107. Dev.CD Jul 93
  24108. Dev.CD Apr 93"
  24109.         activate
  24110.     end tell
  24111. on error errMsg number errNum
  24112.     --enter statements to perform when no records are found such as...
  24113.     display dialog "Sorry, the item you selected could not be found."
  24114.     return
  24115. end try
  24116. distributors/localiz
  24117. doccreator
  24118. doccreator
  24119. docsr
  24120. files
  24121. doctor
  24122. doctypes
  24123. doctypes
  24124. documenation
  24125. documenation
  24126. document
  24127. document
  24128. converter
  24129. documentation
  24130. Jul 98M
  24131. Acrobat Reader 3.0N#audio, compression, playback, codecO/Dev.CD Apr 00 SDK1:Interactive Media Resources:P1Dev.CD Apr 00 SDK1
  24132.  - Interactive Media Resources 00 RL Disk 1:Technical Documentation:Develop:develop Issue 27:"
  24133.         activate
  24134.     end tell
  24135. on error errMsg number errNum
  24136.     --enter statements to perform when no records are found such as...
  24137.     display dialog "Sorry, the item you selected could not be found."
  24138.     return
  24139. end try
  24140. e    No Changeq
  24141. Dev.CD Mar 00 RL Disk 1
  24142. All Packages
  24143. develop Issue 28
  24144. 52840X
  24145. lication and its code is to give an example of creating a Scriptable Application. A scriptable application goes far beyond supporting just the basic four events of the Required Suite (Open Application, Open Documents, Print Documents and Quit Application).
  24146. AEObject-Edition1.0.2 Sample:  This sample demonstrates how to use the Edition Manager and the Apple Event Manager, as well as some features of the AE Object Model and the AE Objec and the AE Objec
  24147. advanced[
  24148. advantage
  24149. advantages
  24150. advent
  24151. adventures
  24152. advertisements
  24153. advertising
  24154. advice
  24155. advisable
  24156. ae/em
  24157. aecdev/aedeamon
  24158. aecoercion
  24159. aecoercioninit
  24160. aegestalt
  24161. aegizmos_
  24162. aeobject-edition1.0.
  24163. aerecordsn
  24164. aesenda
  24165. aete]
  24166. aetracker`
  24167. aeut^
  24168. aevta
  24169. affect
  24170. affected
  24171. affects
  24172. affordable
  24173. allowsB
  24174. almost
  24175. along
  24176. alpha
  24177. alreadyZ
  24178. alsoN
  24179. altdboxproc
  24180. alter
  24181. alterationso
  24182. alternate_
  24183. alternative
  24184. altivec
  24185. always
  24186. All Packages
  24187. System Enabler 201 (PB Duo)O7Dev.CD Apr 94
  24188. Dev.CD Jan 94
  24189. Dev.CD Oct 93
  24190. Dev.CD Jul 93P6Dev.CD Apr 94
  24191. Dev.CD Jan 94
  24192. Dev.CD Oct 93
  24193. Dev.CD Jul 9V
  24194. 55011X
  24195. Apr 94
  24196. --set theItem to choose file -- uncomment to test in an AS editor
  24197.     tell application "Finder"
  24198.         open item "Dev.CD Apr 94
  24199. Dev.CD Jan 94
  24200. Dev.CD Oct 93
  24201. Dev.CD Jul 93"
  24202.         activate
  24203.     end tell
  24204. on error errMsg number errNum
  24205.     --enter statements to perform when no records are found such as...
  24206.     display dialog "Sorry, the item you selected could not be found."
  24207.     return
  24208. end try
  24209. All Packages
  24210. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  24211. Dev.CD Jan 94
  24212. Dev.CD Oct 93
  24213. Dev.CD Jul 93
  24214. Dev.CD Apr 93PDDev.CD Apr 94
  24215. Dev.CD Jan 94
  24216. Dev.CD Oct 93
  24217. Dev.CD Jul 93
  24218. Dev.CD Apr 9V
  24219. 55012X
  24220. Apr 94
  24221. eptions
  24222. exchange
  24223. exchanging
  24224. hlighting of the default button. These functions are not documented within Inside Macintosh, but have been available since
  24225. letsr
  24226. letter
  24227. letters
  24228. lettingZ
  24229. level
  24230. levels
  24231. leverages
  24232. lexical
  24233. lexicon
  24234. libraries_
  24235. libraries
  24236. librariesthat
  24237. libraryA
  24238. avoid
  24239. audio
  24240. pitfalls
  24241. guide
  24242. b-british
  24243. balloonyres
  24244. basic
  24245. basic
  24246. connectivity
  24247. 1.1.1
  24248. de information about the the latest product configurations, which include faster clock speeds, more memory, and a larger hard disk.
  24249.   The developer note provides technical information about the
  24250.   iBook consumer portable and its features, which include a
  24251.   300 or 366-MHz PowerPC processor, built-in Ethernet port
  24252.   and modem, and the optional AirPort Card wireless LAN module.
  24253.   The developer note includes information about
  24254.   - the features of the iBook
  24255.   - some compatibility issues
  24256.   - the
  24257.  internal logic and custom ICs
  24258.   - the I/O ports and built-in I/O devices
  24259.   - the RAM expansion slot
  24260.   - the system software
  24261. --------------------------------
  24262. Power Mac G4 Developer Note
  24263. This developer note has been updated to include information about the the latest product configurations, which include faster clock speeds, FireWire booting, and Mac OS 9.
  24264.    The developer note provides technical information about the
  24265.    Power Mac G4 computer and its features, which include a
  24266.    fast Powe
  24267. catch
  24268. catched
  24269. catches
  24270. S editor
  24271.     tell application "Finder"
  24272.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:Simple DrawSprocket:"
  24273.         activate
  24274.     end tell
  24275. on error errMsg number errNum
  24276.     --enter statements to perform when no records are found such as...
  24277.     display dialog "Sorry, the item you selected could not be found."
  24278.     return
  24279. end try
  24280. solaris
  24281. specialT
  24282. specialized
  24283. specifics
  24284. @s you spy on QuickDraw GX printing.
  24285. Ten Tips for Game Developers  by Brigham Stevens.   Things you should know if you want to write games for the Macintosh 
  24286.  or even if you don
  24287. History of the Dogcow: Part 1  by Mark (
  24288. The Red
  24289. ) Harlan.   Here it is for the first time 
  24290.  the real story, from someone who was there. 
  24291. JEdevelop Issue 17:
  24292. develop Issue 17 code:
  24293. develop Issue 17 references:K
  24294. Vol IIIL
  24295. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 17:PJDev.CD Mar 00 RL
  24296.  - Technical Documentation
  24297.  - develop
  24298.  - develop Issue 17nstrates how to programmatically set the background color of a window without flicker.
  24299. Don't have the Appearance Manager running.J'Sample Code.img
  24300. Windows Sample Code.imgK
  24301. Aug 97N
  24302. background color WDEF windowO
  24303. Dev.CD Feb 00 TC:Sample Code:P
  24304. Dev.CD Feb 00 TC
  24305.  - Sample CodeV
  24306. 53441X
  24307. Feb 00^
  24308. system
  24309. primer
  24310. print
  24311. print2
  24312. printing
  24313. processor
  24314. inputsprocket
  24315. inputstream
  24316. inputting
  24317. inquiry
  24318. insanely
  24319. inscript
  24320. insensitivity
  24321. insert
  24322. inserted
  24323. insertion
  24324. inside[
  24325. insidemac
  24326. insight
  24327. inspect
  24328. instaler
  24329. installx
  24330. installationZ
  24331. installations
  24332. installed
  24333. installeru
  24334. e found."
  24335.     return
  24336. end try
  24337. All Packages
  24338. System 7.5 Update 1.0O
  24339. Dev.CD Jan 96 SSWP
  24340. Dev.CD Jan 96 SSV
  24341. 49804X
  24342. Jan 96
  24343. template
  24344. terminology^
  24345. terminology
  24346. 3/92^
  24347. test]
  24348. script
  24349. target
  24350. test3dsound
  24351. testbanks
  24352. testbanks
  24353. testcpp
  24354. tester
  24355. testhidprobe
  24356. testhidprobe
  24357. testhooks
  24358. testhooks
  24359. testhooks
  24360. testhooks
  24361. testhooks
  24362. makeout
  24363. testing
  24364. testmagic
  24365. testmagic
  24366. tests
  24367. testvrmedia
  24368. testvrmedia
  24369. textv
  24370. encoding
  24371. converter
  24372. encodings
  24373. extractors
  24374. plug-ins
  24375. text-to-speech
  24376. text-to-speech
  24377. first
  24378. byte@
  24379. camera@
  24380. capability@
  24381. carbonlib1.0@
  24382. catch@
  24383. categories@
  24384. changes@
  24385. chinese@
  24386. choices@
  24387. clocks@
  24388. clouseau@
  24389. cmd-q@
  24390. code-like@
  24391. collyer
  24392. color@
  24393. combination@
  24394. common@
  24395. commonly@
  24396. commpiler@
  24397. compatibility
  24398. issues@
  24399. completed@
  24400. computers
  24401. @NCEthernet, raw mode, DLPI, enet, multicast, MDATA, LLC, 802.2, 802.3O
  24402. Dev.CD Feb 00 TC:Sample Code:P
  24403. Dev.CD Feb 00 TC
  24404.  - Sample CodeV
  24405. 54342X
  24406. Feb 00^
  24407. r--set theItem to choose file -- uncomment to test in an AS editor
  24408.     tell application "Finder"
  24409.         open item "Dev.CD Feb 00 TC:Sample Code:"
  24410.         activate
  24411.     end tell
  24412. on error errMsg number errNum
  24413.     --enter statements to perform when no records are found such as...
  24414.     display dialog "Sorry, the item you selected could not be found."
  24415.     return
  24416. end try
  24417. e    No Changef;Ethernet
  24418. raw mode
  24419. multicast
  24420. MDATA
  24421. 802.2
  24422. 802.3q
  24423. Dev.CD Feb 00 TC
  24424. OTLookupNameTestI
  24425. This sample demonstrates the use of an NBP mapper to look up NBP entities on an AppleTalk network using Open Transport.  The code from this sample is featured in the latest release (v1.2) of the book 
  24426. Inside Macintosh: Open Transport
  24427. .J'Sample Code.img
  24428. Windows Sample Code.imgK
  24429. Nov 97L
  24430. Jun 98M
  24431. Open Transport 1.1.1 or highert 1.1.1 or higher:  
  24432. --set theItem to choose file -- uncomment to test in an AS editor
  24433.     tell application "Finder"
  24434.         open item "Dev.CD Apr 94
  24435. Dev.CD Jan 94
  24436. Dev.CD Oct 93
  24437. Dev.CD Jul 93"
  24438.         activate
  24439.     end tell
  24440. on error errMsg number errNum
  24441.     --enter statements to perform when no records are found such as...
  24442.     display dialog "Sorry, the item you selected could not be found."
  24443.     return
  24444. end try
  24445.  that developers will use to incorporate new Apple technologies into their applications (
  24446. e.g. OpenDoc, AppleScript, etc.). In order to do that, I would like to get a sense of who is using MacApp in the market place, what applications are being developed with it (for commercial or in-house use), and what are your priorities in terms of support for specific features that we should take into consideration for future products.
  24447. I would like to ask each one of you, to please spend a couple of minutes filling the enclosed questionnaire regarding your company and the products develop
  24448. leaks
  24449. learn
  24450. learningj
  24451. learning
  24452. eomodeler
  24453. learning
  24454. effectively
  24455. eomodeler
  24456. application
  24457. least
  24458. leave
  24459. leaving
  24460. ledapp
  24461. legacy
  24462. legal
  24463. length
  24464. lessj
  24465. lesser
  24466. lessons
  24467. etters
  24468. lettingZ
  24469. level
  24470. levels
  24471. leverages
  24472. lexical
  24473. lexicon
  24474. libraries_
  24475. libraries
  24476. libraryA
  24477. 53914X
  24478. Feb 00^
  24479. --set theItem to choose file -- uncomment to test in an AS editor
  24480.     tell application "Finder"
  24481.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:"
  24482.         activate
  24483.     end tell
  24484. on error errMsg number errNum
  24485.     --enter statements to perform when no records are found such as...
  24486.     display dialog "Sorry, the item you selected could not be found."
  24487.     return
  24488. end try
  24489. e    No Changeq
  24490. Dev.CD Feb 00 TC
  24491. D!All Packages
  24492. Tool Chest Edition
  24493. ADB Key Spy 1.0.1b3
  24494. YSummary:  This package provides something of a replacement for GetKeys by maintaining a key map reflecting the state of each keyboard attached to the Mac via ADB.
  24495.  building a system extension
  24496.  using the ADB API
  24497.  "patching" ADB service routines
  24498.  building, installing, and using a driver
  24499.  mapping physical key codes to virtual key codes
  24500. J'Sample Code.img
  24501. Windows Sample Code.imgK
  24502. Nov 95L
  24503. May 97:Sample Code:V
  24504. 53915X
  24505. Moved
  24506. (spelling a
  24507. preferred
  24508. prefs
  24509. preliminary
  24510. preloaded
  24511. premastering
  24512. premier
  24513. premiereh
  24514. preparation
  24515. prepare
  24516. prepared
  24517. preparememoryforio
  24518. preparing
  24519. preperation
  24520. prerelease
  24521. prerequisite
  24522. prerequisitesR
  24523. prescalers
  24524. presence
  24525. presentp
  24526. presentation
  24527. presentations
  24528. presentedZ
  24529. presenting
  24530. presently
  24531. presents
  24532. preserve
  24533. preserve68kregsactiv
  24534. preserve68kregssendp
  24535. preserved
  24536. procedure
  24537. procedures
  24538. processZ
  24539. processesp
  24540. processord
  24541. processor-basedj
  24542. processorsd
  24543. prodos
  24544. produce
  24545. produces
  24546. productf
  24547. production
  24548. productivity
  24549. All Packages
  24550. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  24551. Dev.CD Jan 94
  24552. Dev.CD Oct 93
  24553. Dev.CD Jul 93
  24554. Dev.CD Apr 93PDDev.CD Apr 94
  24555. Dev.CD Jan 94
  24556. Dev.CD Oct 93
  24557. Dev.CD Jul 93
  24558. Dev.CD Apr 9V
  24559. 54868X
  24560. Apr 94
  24561. --set theItem to choose file -- uncomment to test in an AS editor
  24562.     tell application "Finder"
  24563.         open item "Dev.CD Apr 94
  24564. Dev.CD Jan 94
  24565. Dev.CD Oct 93
  24566. Dev.CD Jul 93
  24567. Dev.CD Apr 93"
  24568.         activate
  24569.     end tell
  24570. on error errMsg number errNum
  24571.     --enter statements to perform when no records are found such as...
  24572.     display dialog "Sorry, the item you selected could not be found."
  24573.     return
  24574. end try
  24575. All Packages
  24576. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  24577. Dev.CD Jan 94
  24578. Dev.CD Oct 93
  24579. Dev.CD Jul 93
  24580. Dev.CD Apr 93PDDev.CD Apr 94
  24581. Dev.CD Jan 94
  24582. Dev.CD Oct 93
  24583. Dev.CD Jul 93
  24584. Dev.CD Apr 9V
  24585. 54869X
  24586. Apr 94
  24587. methods
  24588. metrowerks
  24589. May 93O9Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Networks:PADev.CD Feb 00 TC
  24590.  - Tool Chest
  24591.  - Testing & Debugging
  24592.  - NetworksV
  24593. 54738X
  24594. Feb 00^
  24595. --set theItem to choose file -- uncomment to test in an AS editor
  24596.     tell application "Finder"
  24597.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Networks:"
  24598.         activate
  24599.     end tell
  24600. on error errMsg number errNum
  24601.     --enter statements to perform when no records are found such as...
  24602.     display dialog "Sorry, the item you selected could not be found."
  24603.     return
  24604. end try
  24605. e    No Changeq
  24606. Dev.CD Feb 00 TC
  24607. D!All Packages
  24608. Tool Chest Edition
  24609. F    StreamNOPIrStreamNOP is a sample STREAMS module that was designed for you to use as a template when creating STREAMS modules.J'Sample Code.img
  24610. Windows Sample Code.imgK
  24611. Oct 97L
  24612. Sep 98M
  24613. Open Transport 1.1.1 or higherN'Open Transport, STREAMS, module, driverO
  24614. Dev.CD Feb 00 TC:Sample Code:P
  24615. Dev.CD Feb 00 TC
  24616.  - Sample CodeV
  24617. 54739X
  24618. Feb 00^
  24619. #ions
  24620. e--set theItem to choose file -- uncomment to test in an AS editor
  24621.     tell application "Finder"
  24622.         open item "Dev.CD Nov 97 TC"
  24623.         activate
  24624.     end tell
  24625. on error errMsg number errNum
  24626.     --enter statements to perform when no records are found such as...
  24627.     display dialog "Sorry, the item you selected could not be found."
  24628.     return
  24629. end try
  24630. Dev.CD Feb 00 TC
  24631.  - Tool Chest
  24632.  - MacAppreturn
  24633. end try
  24634. e    No Changeq
  24635. Dev.CD Feb 00 TC
  24636. D!All Packages
  24637. Tool Chest Edition
  24638. hows the usage of the QTImageDrawer to allow QuickTime to draw the results of painting into a Java offscreen Image and its associated Java Graphics.J1JavaDrawing
  24639. JavaDrawing.zip
  24640. jd.bat
  24641. README.txt
  24642. Feb 00
  24643. - Common
  24644.     - Sun Compliant Java Runtime Environment 1.1
  24645.     - QuickTime 3 
  24646.     - QTJava.zip
  24647.     - QTJava media samples
  24648. - Mac OS:
  24649.     - System 8 or later
  24650.     - Macintosh Runtime for Java (MRJ) 2.1
  24651. - Windows 95, 98, or NT::
  24652.     - JRE/JDK from Sun Microsystems, Inc. recommended
  24653. ommended
  24654. ts: Top 10 Printing Crimes  by Pete (
  24655. ) Alexander.   These ten problems with printing show up again and again, but they
  24656. re easily avoided. Luke spells it out for you.
  24657. Graphical Truffles: Multiple Screens Revealed  by Forrest Tanaka and Bill Guschwan.   The fact that QuickDraw handles multiple screens transparently can seem like magic. Here
  24658. s the inside scoop and some tips on how to optimize your drawing quality.
  24659. J(develop Issue 10:
  24660. develop Issue 10 code:K
  24661. Vol IIIL
  24662. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 10:PJDev.CD Mar 00 RL
  24663.  - Technical Documentation
  24664.  - develop
  24665.  - develop Issue 10ro() to format a floppy disk as a DOS disk.  DIXFormat, DIXZero, and DIReformat are documented in the IM:Files Errata Tech Note.
  24666. Please note this snippet does not provide any prompts.  It merely takes the floppy in the first floppy drive and reformats it as a DOS disk with the name "MS-DOS Disk".  This purpose of this snippet is to demonstrate the newer 
  24667.     H@a modal dialog box (this is a helpful example in its own right).
  24668. J'Sample Code.img
  24669. Windows Sample Code.imgK
  24670. May 97L
  24671. May 97O
  24672. Dev.CD Feb 00 TC:Sample Code:P
  24673. Dev.CD Feb 00 TC
  24674.  - Sample Coderted
  24675. libraries
  24676. untitled
  24677. untitled
  24678. 1.4mb
  24679. format
  24680. updater
  24681. updates
  24682. updates
  24683. patches
  24684. updating
  24685. updating
  24686. drivers
  24687. upgrader
  24688. upgrader
  24689. 1.2.3
  24690. engines
  24691. upgrading
  24692. upgrading
  24693. bbedit
  24694. software
  24695. locator
  24696. useful
  24697. useful
  24698. addmenu
  24699. script
  24700. manual
  24701. user's
  24702. usersy
  24703. userstartup
  24704. userstartup
  24705. goodies
  24706. using
  24707. utilities
  24708. utilities
  24709. utilities
  24710. utility
  24711. v1.5.2
  24712. v1.5.3
  24713. validator
  24714. validator
  24715. validator
  24716. documentation
  24717. validator
  24718. documentation
  24719. variable
  24720. variables
  24721. version
  24722. --set theItem to choose file -- uncomment to test in an AS editor
  24723.     tell application "Finder"
  24724.         open item "Dev.CD Feb 00 TC:Tool Chest:Printing:Learning to Drive:"
  24725.         activate
  24726.     end tell
  24727. on error errMsg number errNum
  24728.     --enter statements to perform when no records are found such as...
  24729.     display dialog "Sorry, the item you selected could not be found."
  24730.     return
  24731. end try
  24732. eturn
  24733. end try
  24734. e    No Changeq
  24735. Dev.CD Feb 00 TC
  24736. D!All Packages
  24737. Tool Chest Edition
  24738. onstrates a program with a Finder-like label menu.  Each label menu item has a 12x16 pixel 'cicn and the color and name of all the items are updated if the user changes anything in the "Labels" control panel.  This also demonstrates how to change a menu tile to an icon.
  24739. J'Sample Code.img
  24740. Windows Sample Code.imgK
  24741. Aug 95M-System 7 or greater, Universal Interfaces 2.0N
  24742. Finder label menu iconO
  24743. Dev.CD Feb 00 TC:Sample Code:P
  24744. Dev.CD Feb 00 TC
  24745.  - Sample CodeV
  24746. 51731X
  24747. 1le CodeV
  24748. 51731X
  24749. Moved
  24750. killer
  24751. killeveryonebutme
  24752. kills
  24753. kinds
  24754. kiosk
  24755. kiosks
  24756. kleiman
  24757. knife
  24758. knowZ
  24759. knowing
  24760. knowledgable
  24761. knowledge
  24762. knownV
  24763. knows
  24764. knowspict
  24765. kodom
  24766. konstantin
  24767. kopala
  24768. korean
  24769. korean-language
  24770. kotoeri
  24771. kunicodetextrunheuri
  24772. kzoomlarger
  24773. label
  24774. p-abstracts
  24775. 01-introR
  24776. All Packages
  24777. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  24778. Dev.CD Jan 94
  24779. Dev.CD Oct 93
  24780. Dev.CD Jul 93
  24781. Dev.CD Apr 93PDDev.CD Apr 94
  24782. Dev.CD Jan 94
  24783. Dev.CD Oct 93
  24784. Dev.CD Jul 93
  24785. Dev.CD Apr 9V
  24786. 54842X
  24787. Apr 94
  24788. --set theItem to choose file -- uncomment to test in an AS editor
  24789.     tell application "Finder"
  24790.         open item "Dev.CD Apr 94
  24791. Dev.CD Jan 94
  24792. Dev.CD Oct 93
  24793. Dev.CD Jul 93
  24794. Dev.CD Apr 93"
  24795.         activate
  24796.     end tell
  24797. on error errMsg number errNum
  24798.     --enter statements to perform when no records are found such as...
  24799.     display dialog "Sorry, the item you selected could not be found."
  24800.     return
  24801. end try
  24802. All Packages
  24803. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  24804. Dev.CD Jan 94
  24805. Dev.CD Oct 93
  24806. Dev.CD Jul 93P6Dev.CD Apr 94
  24807. Dev.CD Jan 94
  24808. Dev.CD Oct 93
  24809. Dev.CD Jul 9V
  24810. 54843X
  24811. Apr 94
  24812. provideds
  24813. provider
  24814. providesU
  24815. psetselfsend
  24816. pseudo-item
  24817. pub/pccts
  24818. public
  24819. publicationsw
  24820. published
  24821. publisherf
  24822. publishers
  24823. publishingj
  24824. b--set theItem to choose file -- uncomment to test in an AS editor
  24825.     tell application "Finder"
  24826.         open item "Dev.CD Jul 95"
  24827.         activate
  24828.     end tell
  24829. on error errMsg number errNum
  24830.     --enter statements to perform when no records are found such as...
  24831.     display dialog "Sorry, the item you selected could not be found."
  24832.     return
  24833. end try
  24834. on error errMsg number errNum
  24835.     --enter statements to perform when no records are found such as...
  24836.     display dialog "Sorry, the item you selected could not be found."
  24837.     return
  24838. end try
  24839. Movedf\AppsToGo
  24840. AppWannabe
  24841. Wannabe
  24842. DTS.Draw
  24843. DTS.Lib
  24844. DTS.StyleChat
  24845. Kibitz
  24846. pbClock
  24847. AppsToGo Referenceq
  24848. Dev.CD Feb 00 TC
  24849. All Packages
  24850. Arabic Language KitO
  24851. Dev.CD May 96 TCP
  24852. Dev.CD May 96 TV
  24853. 52725X
  24854. May 96
  24855. D Apr 9V
  24856. 52498X
  24857. Apr 94
  24858. glossariess
  24859. glossaryw
  24860. gluen
  24861. glyphse
  24862. goals
  24863. goesN
  24864. going
  24865. golden
  24866. getkeys
  24867. getlastchange
  24868. getmfsize
  24869. getmode
  24870. getmode
  24871. getsetoptions
  24872. getsetoptions
  24873. getsetoptions-68k
  24874. getsetoptions-ppc
  24875. getting
  24876. getting
  24877. started
  24878. getvinfo
  24879. getvinfo
  24880. getvol
  24881. getvol
  24882. newformat
  24883. getvolumes
  24884. getvolumes
  24885. gif89a
  24886. global
  24887. global
  24888. globallist
  24889. globallist
  24890. globalmaster
  24891. globalmaster
  24892. glypha
  24893. glyphaiv
  24894. glyphaiv
  24895. glyphaiv
  24896. goodies
  24897. gouraud
  24898. gouraud
  24899. sample
  24900. grabguy
  24901. grabguy
  24902. graphical
  24903. graphical
  24904. interface
  24905. graphicsR
  24906. grayscaleo
  24907. groupdrawing
  24908. easyview
  24909. guideS
  24910. guide
  24911. guide
  24912. contents
  24913. guidelines
  24914. spooler
  24915. patch
  24916. Deletedq
  24917. Dev.CD Dec 99 RL
  24918. All Packages
  24919. Macintosh Technotes and Q&As
  24920.     APThe latest and greatest Technotes and Q&As from our web site. 
  24921. Updated 1/25/2000
  24922. J.index.html
  24923. index.html.1
  24924. style.css
  24925. technotesK
  24926. Jan 00L
  24927. Jan 00M
  24928. web browserN
  24929. Technote, Q&A, MacintoshORDev.CD Mar 00 RL1:What's New:Technical Documentation:Macintosh Technotes and Q&As:PZDev.CD Mar 00 RL1
  24930.  - What's New
  24931.  - Technical Documentation
  24932.  - Macintosh Technotes and Q&AsV
  24933. 54259X
  24934. Mar 00^
  24935. --set theItem to choose file -- uncomment to test in an AS editor
  24936.     tell application "Finder"
  24937.         open item "Dev.CD Mar 00 RL1:What's New:Technical Documentation:Macintosh Technotes and Q&As:"
  24938.         activate
  24939.     end tell
  24940. on error errMsg number errNum
  24941.     --enter statements to perform when no records are found such as...
  24942.     display dialog "Sorry, the item you selected could not be found."
  24943.     return
  24944. end try
  24945. ngeo.http://developer.apple.com/techpubs/index.html
  24946. th System 7.5.
  24947. AppleTalk
  24948. MacSNMP - Read Me First
  24949. MacSNMP demo and test:
  24950. MacSNMP Dev Docs:
  24951. MacSNMP Update 1.1.1:
  24952. MacTCP
  24953. SNMP Transports Dev Kit:K
  24954. Jan 96O5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacSNMP:P:Dev.CD Apr 98 SDK1
  24955.  - Development Kits (Disc 1)
  24956.  - MacSNMPv.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:How to Detect a CD:"
  24957.         activate
  24958.     end tell
  24959. on error errMsg number errNum
  24960.     --enter statements to perform when no records are found such as...
  24961.     display dialog "Sorry, the item you selected could not be found."
  24962.     return
  24963. end try
  24964. e    No Changef
  24965. CD-ROM
  24966. Device Manager
  24967. Dev.CD Feb 00 TC
  24968. All Packages
  24969. HTMLSample
  24970. 52925X
  24971. ords are found such as...
  24972.     display dialog "Sorry, the item you selected could not be found."
  24973.     return
  24974. end try
  24975. e    No Changef5Open Transport
  24976. no-copy receives
  24977. OTBuffer
  24978. OTBufferInfoq
  24979. Dev.CD Feb 00 TC
  24980. &D!All Packages
  24981. Tool Chest Edition
  24982. NuBus TesterWw
  24983. Summary:  The AppleTalk Wide Area Developer
  24984. s Toolkit is intended for two kinds of Apple developers: router developers who wish to develop an AURP-speaking router that interoperates with the Apple Internet Router, and adev developers who wish to develop a network connection file for the Apple Internet Router.
  24985.  The AppleTalk Wide Area Developer
  24986. s Toolkit contains the following items:
  24987. AppleTalk Update-Based Routing Protocol: Enhanced AppleTalk Routing
  24988. --------------------------------------
  24989. -----------
  24990. This document is the protocol specification for the AppleTalk Update-based Routing Protocol (AURP), which provides wide area routing enhancements to the AppleTalk routing protocols. It is useful for reference, and it provides information router developers need to implement AURP.
  24991. Apple Internet Router: User-Interface Extensions to the adev File
  24992. ---------------------------------------------
  24993. This document provides information needed to support the new adev resource calls. (An ade
  24994. M+PowerBook 140/170 or the Quadra 700/900/950N
  24995. ADBODDev.CD Feb 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:PODev.CD Feb 00 TC
  24996.  - Tool Chest
  24997.  - Devices
  24998.  - Apple Desktop Bus
  24999.  - ADBReInit 1.0V
  25000. 53917X
  25001. Feb 00^
  25002. --set theItem to choose file -- uncomment to test in an AS editor
  25003.     tell application "Finder"
  25004.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:"
  25005.         activate
  25006.     end tell
  25007. on error errMsg number errNum
  25008.     --enter statements to perform when no records are found such as...
  25009.     display dialog "Sorry, the item you selected could not be found."
  25010.     return
  25011. end try
  25012. e    No Changef
  25013. Dev.CD Feb 00 TC
  25014. AdLib 2.6.5
  25015. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  25016. Ad Lib v2.6.5 fixes a problem where earlier version of Ad Lib could not be run under Mac OS 8.5 and later.
  25017. Summary: This is the electronic version of develop magazine.
  25018.  Issue 12 highlights:
  25019. Techniques for Writing and Debugging Components  by Gary Woodcock and Casey King.   Components aren
  25020. t just for QuickTime programmers anymore.
  25021. Time Bases: The Heartbeat of QuickTime  by Guillermo A. Ortiz.   Understanding and manipulating time bases directly is sometimes helpful. Here are some tips.
  25022. Better Apple Event Coding Through Objects  by Eric M. Berdahl.   Adding object model support to your exist
  25023. ing OOP code may be easier than you think.
  25024. Another Take on Globals in Standalone Code  by Keith Rollin.   For MPW users, here
  25025. s an alternative way to implement globals in standalone code.
  25026. Be Our Guest: Components and C++ Classes Compared  by David 
  25027. Van Brink.   Components and C++ classes have some surface similarities but underneath are very different beasts.
  25028. Graphical Truffles: Animation at a Glance  by Edgar Lee.   Three basic animation techniques everyone should know about.
  25029. Print Hi
  25030. All Packages
  25031. System 7 Tune-UpO
  25032. Dev.CD Sept 92
  25033. Dev.CD Aug 92P
  25034. Dev.CD Sept 92
  25035. Dev.CD Aug 9V
  25036. 54748X
  25037. Sept 9
  25038. q--set theItem to choose file -- uncomment to test in an AS editor
  25039.     tell application "Finder"
  25040.         open item "Dev.CD Sept 92
  25041. Dev.CD Aug 92"
  25042.         activate
  25043.     end tell
  25044. on error errMsg number errNum
  25045.     --enter statements to perform when no records are found such as...
  25046.     display dialog "Sorry, the item you selected could not be found."
  25047.     return
  25048. end try
  25049. All Packages
  25050. System 7 Tune-UpO
  25051. Dev.CD Sept 92
  25052. Dev.CD Aug 92P
  25053. Dev.CD Sept 92
  25054. Dev.CD Aug 9V
  25055. 54749X
  25056. Sept 9
  25057. q--set theItem to choose file -- uncomment to test in an AS editor
  25058.     tell application "Finder"
  25059.         open item "Dev.CD Sept 92
  25060. Dev.CD Aug 92"
  25061.         activate
  25062.     end tell
  25063. on error errMsg number errNum
  25064.     --enter statements to perform when no records are found such as...
  25065.     display dialog "Sorry, the item you selected could not be found."
  25066.     return
  25067. end try
  25068. Summary: This folder contains revised Acrobat versions of Inside Macintosh volumes Advanced Color Imaging on the Mac OS and its companion, Advanced Color Imaging Reference with hypertext links to new and modified material in those books. For an overview of these changes, see the document What's New in ACI.
  25069. Advanced Color Imaging on the Mac OS describes how to enhance your application
  25070. s color capabilities using the Palette Manager, the Color Picker Manager, the ColorSync Manager, and the CB
  25071. olor Manager. It
  25072. s companion book, Advanced Color Imaging Reference, documents the constants, data types, and functions your application uses to provide color support.
  25073. JCAdvanced Color Imaging
  25074. Advanced Color Imaging Ref
  25075. What's New in ACIK
  25076. Jan 97O:Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:P?Dev.CD Dec 99 RL
  25077.  - Technical Documentation
  25078.  - Inside Macintosh
  25079. computer-based
  25080. computer-based
  25081. media
  25082. broadcast
  25083. conferencing
  25084. config&interleave
  25085. contacts
  25086. halftone
  25087. handles
  25088. handoff
  25089. handwriting
  25090. hardwareA
  25091. hardware
  25092. developer
  25093. documentation
  25094. developer
  25095. notes
  25096. devnotes
  25097. heaps
  25098. savingj
  25099. savings
  25100. savory
  25101. savvy
  25102. sawitzki
  25103. saysj
  25104. sbarcdef
  25105. scalable
  25106. scale
  25107. scales
  25108. scaling
  25109. scannedg
  25110. scannerg
  25111. scanners
  25112. scanning
  25113. scansg
  25114. scenario
  25115. scene
  25116. scheduleR
  25117. scheduled
  25118. schedulesR
  25119. schemes
  25120. schneider
  25121. school
  25122. science
  25123. scoop
  25124. score
  25125. scoring
  25126. scott
  25127. scrambling
  25128. scrap
  25129. screenB
  25130. Be    No Changef!open transport
  25131. rawipq
  25132. Dev.CD Feb 00 TC
  25133. CD!All Packages
  25134. Tool Chest Edition
  25135. OTSimpleDownloadHTTPI
  25136. This sample demonstrates the easiest way to use Open Transport to download an HTTP URL from a web server.  The code from this sample is featured in the latest release (v1.3) of the book 
  25137. Inside Macintosh: Open Transport
  25138. .J'Sample Code.img
  25139. Windows Sample Code.imgK
  25140. Nov 97L
  25141. Sep 98M
  25142. Open Transport 1.1.1 or higherN9Open Transport, TCP, endpoint, download, fetch, get, HTTPO
  25143. Dev.CD Feb 00 TC:Sample Code:P
  25144. Dev.CD Feb 00 TC
  25145.  - Sample CodeV
  25146. 54345X
  25147. Feb 00^
  25148. r--set theItem to choose file -- uncomment to test in an AS editor
  25149.     tell application "Finder"
  25150.         open item "Dev.CD Feb 00 TC:Sample Code:"
  25151.         activate
  25152.     end tell
  25153. on error errMsg number errNum
  25154.     --enter statements to perform when no records are found such as...
  25155.     display dialog "Sorry, the item you selected could not be found."
  25156.     return
  25157. end try
  25158. e    No Change
  25159. usefulV
  25160. usenet
  25161. userT
  25162. folder@
  25163. font@
  25164. footprint@
  25165. years
  25166. multimedia
  25167. developers
  25168. regarded
  25169. equilibrium's
  25170. formulate@
  25171. foundation
  25172. foundation
  25173. reference@
  25174. foundation's@
  25175. four-color@
  25176. free@
  25177. friends@
  25178. front@
  25179. functions@
  25180. fundamentally@
  25181. generally@
  25182. generating@
  25183. gestalttable@
  25184. events@
  25185. getting/setting@
  25186. glyphs@
  25187. gonzalez@
  25188. inactive@
  25189. inclusion@
  25190. info@
  25191. informational@
  25192. installer
  25193. chinese
  25194. language
  25195. interchange@
  25196. interfacelib@
  25197. investments@
  25198. ischeckedout@
  25199. isn't@
  25200. issue
  25201. highlights@
  25202. issues
  25203. utility
  25204. compatible
  25205. system
  25206. it's@
  25207. joysticks@
  25208. keyboard@
  25209. language@
  25210. laterapple@
  25211. layer@
  25212. licensed@
  25213. life@
  25214. listed@
  25215. little-known@
  25216. long-term@
  25217. low-level@
  25218. macapp@
  25219. cordj
  25220. &ORDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:TimeSlaving:P`Dev.CD Feb 00 TC
  25221.  - What's New?
  25222.  - Sample Code
  25223.  - QuickTime
  25224.  - QuickTime for Java
  25225.  - TimeSlavingV
  25226. 55084X
  25227. Feb 00^
  25228. --set theItem to choose file -- uncomment to test in an AS editor
  25229.     tell application "Finder"
  25230.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:TimeSlaving:"
  25231.         activate
  25232.     end tell
  25233. on error errMsg number errNum
  25234.     --enter statements to perform when no records are found such as...
  25235.     display dialog "Sorry, the item you selected could not be found."
  25236.     return
  25237. end try
  25238. e    No Changef
  25239. QuickTime
  25240. Dev.CD Feb 00 TC
  25241. 'D(All Packages
  25242. Reference Library Edition
  25243. Toolbox Assistant
  25244. contextual
  25245. development
  25246. contextual
  25247. machack
  25248. goodies
  25249. contextual
  25250. managerd
  25251. control
  25252. control
  25253. strip
  25254. JYDemo app
  25255. Documentation
  25256. Headers
  25257. Libraries
  25258. Read Me -- AEGizmos
  25259. Sources
  25260. What's New in 1.4.2?K
  25261. Aug 94L
  25262. Oct 99N#AppleScript, Apple events, AEGizmosOSDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:AEGizmos 1.4.2:P^Dev.CD Feb 00 TC
  25263.  - Tool Chest
  25264.  - Interapplication Communication
  25265.  - AE Tools
  25266.  - AEGizmos 1.4.2V
  25267. 53925X
  25268. Feb 00^
  25269. --set theItem to choose file -- uncomment to test in an AS editor
  25270.     tell application "Finder"
  25271.         open item "Dev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:AEGizmos 1.4.2:"
  25272.         activate
  25273.     end tell
  25274. on error errMsg number errNum
  25275.     --enter statements to perform when no records are found such as...
  25276.     display dialog "Sorry, the item you selected could not be found."
  25277.     return
  25278. end try
  25279. e    No Changef!AppleScript
  25280. Apple events
  25281. AEGizmosq
  25282. Dev.CD Feb 00 TC
  25283.  D!All Packages
  25284. Tool Chest Edition
  25285. AETracker 3.0
  25286. macsbug
  25287. macros/templates
  25288. onescannerg
  25289. nasty
  25290. natick
  25291. serversS
  25292. servervols
  25293. servervols
  25294. services
  25295. movie
  25296. setdefaultdtp
  25297. setdefaultdtp
  25298. setdefaultdtp
  25299. setfileflag
  25300. playmovie
  25301. playmovie
  25302. playqteffectapp
  25303. playqteffectapp
  25304. playtune
  25305. playtune
  25306. please
  25307. plstringfuncs
  25308. plug-ins
  25309. plugins
  25310. po-portuguese
  25311. polish
  25312. polish
  25313. 2-1.1.3
  25314. poptag
  25315. poptag
  25316. manual
  25317. poptag
  25318. manual
  25319. popupfuncs
  25320. popupfuncs
  25321. 2.6.1
  25322. installer
  25323. popupfuncs
  25324. notes
  25325. owerbookg3series
  25326. powerpc
  25327. powerplant
  25328. pre-asip
  25329. pre-release
  25330. pre-release
  25331. prebuilt
  25332. preferences
  25333. prefse
  25334. prefs
  25335. system
  25336. primer
  25337. print
  25338. print2
  25339. printing
  25340. process
  25341. processor
  25342. 4-character
  25343. 4.0.8
  25344. 4.5.2
  25345. 4/16Q
  25346. 40-60
  25347. 40-bit
  25348. runtime
  25349. 1.0.1b1c2
  25350. encodings
  25351. 1.4.1f4
  25352. macapp
  25353. macapp
  25354. developer
  25355. survey
  25356. macapp
  25357. r14d1
  25358. macapp
  25359. release
  25360. update
  25361. macapp
  25362. release
  25363. macbinary
  25364. maccalendar
  25365. maccalendar
  25366. 1.1b1
  25367. maccheck
  25368. maccheck
  25369. 1.0.4
  25370. macintosh
  25371. macintosh
  25372. cd-rom
  25373. setup
  25374. 5.3.2
  25375. macintosh
  25376. v1.1.1
  25377. macintosh
  25378. 1.1.1
  25379. media
  25380. memory
  25381. modern
  25382. module
  25383. monitorr
  25384. navigator
  25385. newsi
  25386. notesS
  25387. onescannerg
  25388. palette
  25389. sourcemenu
  25390. sources
  25391. space
  25392. spain
  25393. spain
  25394. distribution
  25395. guide
  25396. spain
  25397. distributors/localiz
  25398. spanish
  25399. spanish
  25400. 1.1.3
  25401. specific
  25402. specification
  25403. specs
  25404. speech
  25405. speech
  25406. recognition
  25407. speech
  25408. recognition
  25409. manager
  25410. speech
  25411. synthesis
  25412. installers
  25413. speechrecogmgr
  25414. spellswell
  25415. spellswell
  25416. spellswell
  25417. sphere
  25418. spooler
  25419. spritedemoapp
  25420. spritedemoapp
  25421. sprites
  25422. sprocketinavders
  25423. sprocketinavders
  25424. sprocketinvaders
  25425. sprocketinvaders
  25426. sprocketinvaders
  25427. sprocketinvaders
  25428. sprockets
  25429. staging
  25430. alerts
  25431. standalone
  25432. standalone
  25433. quick
  25434. start
  25435. standard
  25436. standardsv
  25437. start
  25438. start
  25439. started
  25440. starter
  25441. startup
  25442. stoppinf
  25443. stoppinf
  25444. icons
  25445. storyboard
  25446. stream
  25447. ~--set theItem to choose file -- uncomment to test in an AS editor
  25448.     tell application "Finder"
  25449.         open item "Dev.CD Apr 94
  25450. Dev.CD Jan 94
  25451. Dev.CD Oct 93"
  25452.         activate
  25453.     end tell
  25454. on error errMsg number errNum
  25455.     --enter statements to perform when no records are found such as...
  25456.     display dialog "Sorry, the item you selected could not be found."
  25457.     return
  25458. end try
  25459. dependency
  25460. dependenth
  25461. depending
  25462. depends
  25463. deployed
  25464. deployment
  25465. depth
  25466. depths
  25467. dereference
  25468. derivative
  25469. derived
  25470. describe
  25471. described
  25472. describes[
  25473. describing
  25474. description
  25475. descriptions
  25476. r--set theItem to choose file -- uncomment to test in an AS editor
  25477.     tell application "Finder"
  25478.         open item "Dev.CD Feb 00 TC:Sample Code:"
  25479.         activate
  25480.     end tell
  25481. on error errMsg number errNum
  25482.     --enter statements to perform when no records are found such as...
  25483.     display dialog "Sorry, the item you selected could not be found."
  25484.     return
  25485. end try
  25486.  00 TC:Sample Code:"
  25487.         activate
  25488.     end tell
  25489. on error errMsg number errNum
  25490.     --enter statements to perform when no records are found such as...
  25491.     display dialog "Sorry, the item you selected could not be found."
  25492.     return
  25493. end try
  25494. Movedq
  25495. Dev.CD Feb 00 TC
  25496. D!All Packages
  25497. Tool Chest Edition
  25498. CreateMovie
  25499.     widely!
  25500. Example sounds
  25501. README
  25502. SoundApp (68K)
  25503. SoundApp (68K).SYM
  25504. SoundApp (68K).
  25505. SoundApp (PPC)
  25506. SoundApp (PPC).xSYM
  25507. SoundApp (PPC).
  25508. SoundApp.c
  25509. SoundApp.make
  25510. SoundApp.r
  25511. SoundApp.rsrc
  25512. SoundAppSnds.r
  25513. SoundUnit.c
  25514. SoundUnit.hK
  25515. Jun 95L
  25516. Apr 97
  25517. aries:nge
  25518. n't that be cool? You shou
  25519. NuBusTester:  A library (with source) to detect early Macintosh II CPU ROMs that didn't handle declaration ROMs in 32-bit space correctly.  Jm-Read Me
  25520. -Read Me.txt
  25521. nbTestIntf.p
  25522. nbTestLib.o
  25523. nbTestLib.
  25524. NuBusTest
  25525. NuBusTest.make
  25526. NuBusTest.p
  25527. NuBusTest.p.oK
  25528. Oct 92OCDev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:PNDev.CD Feb 00 TC
  25529.  - Tool Chest
  25530.  - Devices
  25531.  - NuBus/Slot Manager
  25532.  - NuBusTesterV
  25533. 54316X
  25534. Feb 00^
  25535. --set theItem to choose file -- uncomment to test in an AS editor
  25536.     tell application "Finder"
  25537.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:"
  25538.         activate
  25539.     end tell
  25540. on error errMsg number errNum
  25541.     --enter statements to perform when no records are found such as...
  25542.     display dialog "Sorry, the item you selected could not be found."
  25543.     return
  25544. end try
  25545. e    No Changeq
  25546. Dev.CD Feb 00 TC
  25547. 'D!All Packages
  25548. Tool Chest Edition
  25549. Object Pascal to C++ Tipsp
  25550. eranger
  25551. revision
  25552. history
  25553. zoomed
  25554. clocks@
  25555. cmchoose@
  25556. code@
  25557. sample
  25558. which
  25559. demonstrates
  25560. ethernet
  25561. driver
  25562. code-like@
  25563. collyer
  25564. color@
  25565. colorsieve@
  25566. combination@
  25567. common@
  25568. commonly@
  25569. commpiler@
  25570. compatibility
  25571. issues@
  25572. complete
  25573. apple
  25574. hardware
  25575. developer
  25576. documentation
  25577. where
  25578. composers@
  25579. computers
  25580. ket as well as information pertaining to sales and marketing practices in Germany. You will also find an address list and a reading list to assist you in researching your more specific questions easily.
  25581. Business Opp's - GermanyK
  25582. Aug 95OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:nge
  25583. macintosh's
  25584. 54083X
  25585. Mar 00^    RL Disk 1
  25586. --set theItem to choose file -- uncomment to test in an AS editor
  25587.     tell application "Finder"
  25588.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 27:"
  25589.         activate
  25590.     end tell
  25591. on error errMsg number errNum
  25592.     --enter statements to perform when no records are found such as...
  25593.     display dialog "Sorry, the item you selected could not be found."
  25594.     return
  25595. end try
  25596. e    No Changeq
  25597. Dev.CD Mar 00 RL Disk 1
  25598. All Packages
  25599. develop Issue 28
  25600. 54084X
  25601. lication and its code is to give an example of creating a Scriptable Application. A scriptable application goes far beyond supporting just the basic four events of the Required Suite (Open Application, Open Documents, Print Documents and Quit Application).
  25602. AEObject-Edition1.0.2 Sample:  This sample demonstrates how to use the Edition Manager and the Apple Event Manager, as well as some features of the AE Object Model and the AE Objec and the AE Objec
  25603. 54709X
  25604. Feb 00^
  25605. r--set theItem to choose file -- uncomment to test in an AS editor
  25606.     tell application "Finder"
  25607.         open item "Dev.CD Feb 00 TC:Sample Code:"
  25608.         activate
  25609.     end tell
  25610. on error errMsg number errNum
  25611.     --enter statements to perform when no records are found such as...
  25612.     display dialog "Sorry, the item you selected could not be found."
  25613.     return
  25614. end try
  25615. e    No Changeq
  25616. Dev.CD Feb 00 TC
  25617. D!All Packages
  25618. Tool Chest Edition
  25619. Snippets - OS Utilities
  25620. (** = new, * = revised)
  25621. DeskPat:  This snippet how you can  access the "Desktop Pattern" and the "Set Utilities Pattern" pattern. (This pattern is set by holding down the option key in the Desktop Patterns Control Panel.) This control panel uses resources of type 'ppat' to store this pattern. The `ppat' resource is stored in the System file in your System Folder; the desktop pattern has an ID of 16 and the utilities pattern has an ID of 42. Since this is not documented, it could be subjec94
  25622. --set theItem to choose file -- uncomment to test in an AS editor
  25623.     tell application "Finder"
  25624.         open item "Dev.CD Apr 94
  25625. Dev.CD Jan 94
  25626. Dev.CD Oct 93
  25627. Dev.CD Jul 93
  25628. Dev.CD Apr 93"
  25629.         activate
  25630.     end tell
  25631. on error errMsg number errNum
  25632.     --enter statements to perform when no records are found such as...
  25633.     display dialog "Sorry, the item you selected could not be found."
  25634.     return
  25635. end try
  25636. means
  25637. meant
  25638. measurable
  25639. measurew
  25640. measurement
  25641. measuring
  25642. mechanics
  25643. mechanism
  25644.  SDK1
  25645.  - What's New
  25646.  - Development Kits
  25647.  - Hardware Get the inside information on the Appearance Manager, new and upgraded controls, dialog box layout guidelines and much more!
  25648. MacOS8 HIGuidelines.pdf
  25649. READMEK
  25650. Oct 97V
  25651. 48036X
  25652. 1e    No Change
  25653. All Packages
  25654. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  25655. Dev.CD Jan 94
  25656. Dev.CD Oct 93
  25657. Dev.CD Jul 93
  25658. Dev.CD Apr 93PDDev.CD Apr 94
  25659. Dev.CD Jan 94
  25660. Dev.CD Oct 93
  25661. Dev.CD Jul 93
  25662. Dev.CD Apr 9V
  25663. 55015X
  25664. Apr 94
  25665. --set theItem to choose file -- uncomment to test in an AS editor
  25666.     tell application "Finder"
  25667.         open item "Dev.CD Apr 94
  25668. Dev.CD Jan 94
  25669. Dev.CD Oct 93
  25670. Dev.CD Jul 93
  25671. Dev.CD Apr 93"
  25672.         activate
  25673.     end tell
  25674. on error errMsg number errNum
  25675.     --enter statements to perform when no records are found such as...
  25676.     display dialog "Sorry, the item you selected could not be found."
  25677.     return
  25678. end try
  25679. All Packages
  25680. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  25681. Dev.CD Jan 94
  25682. Dev.CD Oct 93
  25683. Dev.CD Jul 93
  25684. Dev.CD Apr 93PDDev.CD Apr 94
  25685. Dev.CD Jan 94
  25686. Dev.CD Oct 93
  25687. Dev.CD Jul 93
  25688. Dev.CD Apr 9V
  25689. 55016X
  25690. Apr 94
  25691. nitor
  25692. iotracer
  25693. performance
  25694. tools
  25695. summary
  25696. application
  25697. translation
  25698. manager
  25699. translator
  25700. transport
  25701. traversing
  25702. traversing
  25703. related
  25704. tables
  25705. tworking
  25706. snippets
  25707. utilities
  25708. snippets
  25709. printing
  25710. snippets
  25711. processes
  25712. snippets
  25713. quickdraw
  25714. snippets
  25715. quicktime
  25716. snippets
  25717. sound
  25718. snippets
  25719. testing
  25720. debugging
  25721. snippets
  25722. snippets
  25723. toolbox
  25724. sound
  25725. source
  25726. sources
  25727. spooler
  25728. stack
  25729. standardsv
  25730. starter
  25731. stream
  25732. strip
  25733. stylew
  25734. success
  25735. suite
  25736. suitesm
  25737. super
  25738. survey
  25739. switch
  25740. synchronization
  25741. systemx
  25742. technicalS
  25743. technotes
  25744. terminology^
  25745. tester
  25746. testing
  25747. textedit
  25748. r--set theItem to choose file -- uncomment to test in an AS editor
  25749.     tell application "Finder"
  25750.         open item "Dev.CD Feb 00 TC:Sample Code:"
  25751.         activate
  25752.     end tell
  25753. on error errMsg number errNum
  25754.     --enter statements to perform when no records are found such as...
  25755.     display dialog "Sorry, the item you selected could not be found."
  25756.     return
  25757. end try
  25758. "Sorry, the item you selected could not be found."
  25759.     return
  25760. end try
  25761. All Packages
  25762. QuickDraw 3DO
  25763. Dev.CD Jun 97 SSWP
  25764. Dev.CD Jun 97 SSV
  25765. 53221X
  25766. Jun 97
  25767. f--set theItem to choose file -- uncomment to test in an AS editor
  25768.     tell application "Finder"
  25769.         open item "Dev.CD Jun 97 SSW"
  25770.         activate
  25771.     end tell
  25772. on error errMsg number errNum
  25773.     --enter statements to perform when no records are found such as...
  25774.     display dialog "Sorry, the item you selected could not be found."
  25775.     return
  25776. end try
  25777. D!All Packages
  25778. Mac OS SDK Edition
  25779. QuickDraw 3D for Windows 1.5.2
  25780. 53958X
  25781. Apr 00^
  25782. --set theItem to choose file -- uncomment to test in an AS editor
  25783.     tell application "Finder"
  25784.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:AppleScript SDK:"
  25785.         activate
  25786.     end tell
  25787. on error errMsg number errNum
  25788.     --enter statements to perform when no records are found such as...
  25789.     display dialog "Sorry, the item you selected could not be found."
  25790.     return
  25791. end try
  25792. e    No Changef0AppleScript
  25793. scripting
  25794. Apple Event,Folder Actionsq
  25795. Dev.CD Apr 00 SDK1
  25796. AD!All Packages
  25797. Mac OS SDK Edition
  25798. AppleSearch
  25799. TSummary:  This folder contains:
  25800.  current release of the AppleSearch Client software for Macintosh (v1.5),
  25801.  prerelease version of the AppleSearch Client software for Windows,
  25802.  current version of the AppleSearch Client API for Macintosh (v1.5), 
  25803.  prerelease version of the AppleSearch Client API for Windows, and
  25804.  updated documentation.
  25805. J/AppleSearch - Read Me First
  25806. Macintosh:
  25807. Windows:K
  25808. Feb 94L
  25809. Nov 94nge
  25810. support's
  25811. supportedn
  25812. supportingN
  25813. supports\
  25814. suppose
  25815. sures
  25816. surely
  25817. surf's
  25818. surface
  25819. surfboards
  25820. surfer
  25821. surovell
  25822. surprise
  25823. surround
  25824. survey
  25825. survival
  25826. suspend
  25827. suspendappleevent
  25828. suspending
  25829. sustains
  25830. data to EPROM programmers or non-Macintosh target platforms.
  25831. Eenie:  Eenie - example MacApp program showing how to use the Dependency mechanism and Adorners. Also shows how to use the new View format with defining customized cursors over views.
  25832. LockFile:  Demonstrates settin
  25833. r--set theItem to choose file -- uncomment to test in an AS editor
  25834.     tell application "Finder"
  25835.         open item "Dev.CD Feb 00 TC:Sample Code:"
  25836.         activate
  25837.     end tell
  25838. on error errMsg number errNum
  25839.     --enter statements to perform when no records are found such as...
  25840.     display dialog "Sorry, the item you selected could not be found."
  25841.     return
  25842. end try
  25843. tem you selected could not be found."
  25844.     return
  25845. end try
  25846. All Packages
  25847. PPC EnablerO
  25848. Dev.CD Jul 95P
  25849. Dev.CD Jul 9V
  25850. 53179X
  25851. Jul 95
  25852. b--set theItem to choose file -- uncomment to test in an AS editor
  25853.     tell application "Finder"
  25854.         open item "Dev.CD Jul 95"
  25855.         activate
  25856.     end tell
  25857. on error errMsg number errNum
  25858.     --enter statements to perform when no records are found such as...
  25859.     display dialog "Sorry, the item you selected could not be found."
  25860.     return
  25861. end try
  25862. All Packages
  25863. PPC EnablerO
  25864. Dev.CD Jul 95P
  25865. Dev.CD Jul 9V
  25866. 53180X
  25867. Jul 95
  25868. Wy dialog "Sorry, the item you selected could not be found."
  25869.     return
  25870. end try
  25871. seeingj
  25872. segment
  25873. segmented
  25874. segmenting
  25875. select
  25876. selected
  25877. selectingZ
  25878. selector
  25879. selectors
  25880. selectsh
  25881. self-moderating
  25882. self-mounting
  25883. self-pacedR
  25884. sellj
  25885. semchishen
  25886. send]
  25887. sendappleeventn
  25888. sendingn
  25889. sends
  25890. sense
  25891. senta
  25892. sentencesb
  25893. separate
  25894. separatelyb
  25895. --set theItem to choose file -- uncomment to test in an AS editor
  25896.     tell application "Finder"
  25897.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  25898.         activate
  25899.     end tell
  25900. on error errMsg number errNum
  25901.     --enter statements to perform when no records are found such as...
  25902.     display dialog "Sorry, the item you selected could not be found."
  25903.     return
  25904. end try
  25905. event-aware]
  25906. event-driven
  25907. eventsN
  25908. eventually
  25909. everj
  25910. everest
  25911. examples
  25912. exceeds
  25913. except
  25914. exception
  25915. exceptional
  25916. exceptions
  25917. b--set theItem to choose file -- uncomment to test in an AS editor
  25918.     tell application "Finder"
  25919.         open item "Dev.CD Oct 94"
  25920.         activate
  25921.     end tell
  25922. on error errMsg number errNum
  25923.     --enter statements to perform when no records are found such as...
  25924.     display dialog "Sorry, the item you selected could not be found."
  25925.     return
  25926. end try
  25927.  - Networking
  25928.  - ARPSample1.0b1V
  25929. 52730X
  25930. Jun 98^
  25931. --set theItem to choose file -- uncomment to test in an AS editor
  25932.     tell application "Finder"
  25933.         open item "Dev.CD Jun 98 RL1:What's New:Sample Code:Networking:ARPSample1.0b1:"
  25934.         activate
  25935.     end tell
  25936. on error errMsg number errNum
  25937.     --enter statements to perform when no records are found such as...
  25938.     display dialog "Sorry, the item you selected could not be found."
  25939.     return
  25940. end try
  25941. e    No Changef)Open Transport
  25942. cache
  25943. delete
  25944. queryq
  25945. Dev.CD Jun 98 RL1
  25946. QD!All Packages
  25947. Tool Chest Edition
  25948. Asia Market Guide
  25949. gy. Editor's Note: MIcrotrends. News: Developer Support Enhancements; OpenDoc Support Builds; Educational PoweMac; QuickTime 2.1; Mac Common Lisp 3.0; PowerBook 5300 Shipments Resume; MAE for Japan; Copland Release Update
  25950. Technology: CD Highlights; OpenDoc HI FAQs; Optimizing PowerPC Programs
  25951. Business: Japanese Market Report; Confessions of New Mac Developer
  25952. Listings: DU Schedule; Internet Page
  25953. October 1995 Apple Directions Articles
  25954. News:  Apple Releases PowerPC Processor-Based PowerB
  25955. ook Computers; Strategy Mosaic: PCI-The Future of Macintosh Expansion; Editor
  25956.  Note: Doin What's Right; IndustryWatch: Enough to Make a Grown Man Cry; Macintosh DOS Compatible Systems Can Maintain Both Windows 3.x and Windows 95; New Power Macintosh Computers Outperform Pentium; Netscape Adopts QuickTime, QuickTime VR in Strategic Agreement; The Mac Speaks Back.
  25957. Technology:  CD Highlights: System Software Edition, October 1995; Human Interface: This Old Interface; QuickDraw 3D-The Future 
  25958. he version information in the problem description and send to:
  25959.            Internet:  apple.bugs@applelink.apple.com
  25960.            AppleLink:  APPLE.BUGS
  25961. See the document " READ ME FIRST!" for details.
  25962.  READ ME FIRST!
  25963. Bug Reporting
  25964. English SR 1.5 Installer
  25965. Speech Recognition Manager Docs
  25966. SR 1.5 Interfaces & Lib
  25967. SR Files
  25968. SR Sample Code
  25969. SRLanguageModeler
  25970. What's new in SR 1.5.1K
  25971. Feb 96L
  25972. Jan 97M
  25973. Power Macintosh computers with 16-bit sound-in running System 7.5 or later, and on PowerPC-based PowerBooks with 16-bit sound-in running System 7.5 or later.N"PlainTalk, Speech Recognition, ASROFDev.CD Apr 00 SDK1:Development Kits:Mac OS:Speech Recognition Manager:PNDev.CD Apr 00 SDK1
  25974.  - Development Kits
  25975.  - Mac OS
  25976.  - Speech Recognition ManagerW
  25977. YBigEasy2.c
  25978. BigEasy2.h
  25979. BigEasyDialogs.c
  25980. BigEasyDialogs.h
  25981. BigEasyGrafish.c
  25982. BigEasyGrafish.h
  25983. BigEasyTextish.c
  25984. BigEasyTextish.h
  25985. BigEasyUtils.c
  25986. BigEasyUtils.h
  25987. IconUtilsPriv.h
  25988. MIDIGlue.
  25989. Qwertytunes - Read Me
  25990. Qwertytunes - Read Me.txt
  25991. Qwertytunes 0.6
  25992. Qwertytunes Filing.c
  25993. Qwertytunes Filing.h
  25994. Qwertytunes.c
  25995. Qwertytunes.h
  25996. Qwertytunes
  25997. Qwertytunes
  25998. .rsrc
  25999. virtual
  26000. virtualuser
  26001. testing
  26002. automation
  26003. automated
  26004. vu-meter
  26005. vumeter
  26006. vumeter
  26007. sound
  26008. level
  26009. meters
  26010. sample
  26011. volume
  26012. waitnextevent
  26013. eloper's Guide
  26014.     r.   Learn how to use double buffering techniques to simultaneously record and play sounds.
  26015. Simple Text Windows via the Terminal Manager  by Craig Hotchkiss.  The Terminal Manager (in the Communications Toolbox) provides handy text output capabilities in your application with virtually no effort.
  26016. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  26017. All Packages
  26018. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  26019. Dev.CD Jan 94
  26020. Dev.CD Oct 93
  26021. Dev.CD Jul 93P6Dev.CD Apr 94
  26022. Dev.CD Jan 94
  26023. Dev.CD Oct 93
  26024. Dev.CD Jul 9V
  26025. 54981X
  26026. Apr 94
  26027. --set theItem to choose file -- uncomment to test in an AS editor
  26028.     tell application "Finder"
  26029.         open item "Dev.CD Apr 94
  26030. Dev.CD Jan 94
  26031. Dev.CD Oct 93
  26032. Dev.CD Jul 93"
  26033.         activate
  26034.     end tell
  26035. on error errMsg number errNum
  26036.     --enter statements to perform when no records are found such as...
  26037.     display dialog "Sorry, the item you selected could not be found."
  26038.     return
  26039. end try
  26040. All Packages
  26041. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  26042. Dev.CD Jan 94
  26043. Dev.CD Oct 93
  26044. Dev.CD Jul 93P6Dev.CD Apr 94
  26045. Dev.CD Jan 94
  26046. Dev.CD Oct 93
  26047. Dev.CD Jul 9V
  26048. 54982X
  26049. Apr 94
  26050. 1337s
  26051. 140/170W
  26052. 16384p
  26053. s that focus on corporate goals and business processes and command the attention of senior business executives.
  26054. The Interactive Corporation is targeted at the executive management team in businesses, where as the Success Guide was prepared specifically for Apple developers. The fundamental message of the book is 
  26055. performance breakthroughs can be achieved by applying interactive media in your company
  26056. s core business processes
  26057. , whereas the focus of the Success Guide is 
  26058. how Apple developerD{s can take advantage of the methodology provided in the book to sell interactive media solutions to the senior executives.
  26059. Interactive Corp Success Gd.pdfK
  26060. Jan 98M
  26061. Adobe Acrobat Reader 3.0NEreturn on investment, business processes, interactive media solutionsOqDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:ed could not be found."
  26062.     return
  26063. end try
  26064. All Packages
  26065. F    PowerTalkV
  26066. 50652X
  26067. 48693X
  26068. UO"Dev.CD Jun 97 SSW
  26069. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  26070. Dev.CD Dec 96 SV
  26071. 54619X
  26072. Jun 97
  26073. w--set theItem to choose file -- uncomment to test in an AS editor
  26074.     tell application "Finder"
  26075.         open item "Dev.CD Jun 97 SSW
  26076. Dev.CD Dec 96 SE"
  26077.         activate
  26078.     end tell
  26079. on error errMsg number errNum
  26080.     --enter statements to perform when no records are found such as...
  26081.     display dialog "Sorry, the item you selected could not be found."
  26082.     return
  26083. end try
  26084. All Packages
  26085. F    QuickTimeO"Dev.CD Jun 97 SSW
  26086. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  26087. Dev.CD Dec 96 SV
  26088. 54620X
  26089. Jun 97
  26090. w--set theItem to choose file -- uncomment to test in an AS editor
  26091.     tell application "Finder"
  26092.         open item "Dev.CD Jun 97 SSW
  26093. Dev.CD Dec 96 SE"
  26094.         activate
  26095.     end tell
  26096. on error errMsg number errNum
  26097.     --enter statements to perform when no records are found such as...
  26098.     display dialog "Sorry, the item you selected could not be found."
  26099.     return
  26100. end try
  26101. reduceg
  26102. reducedj
  26103. reducesj
  26104. reekes
  26105. reeves
  26106. referu
  26107. reference[
  26108. referenced
  26109. references
  26110. referential
  26111. referred
  26112. reflect
  26113. reflectingU
  26114. reformats
  26115. reformatting
  26116. regarded
  26117. regardingo
  26118. regardless
  26119. regards
  26120. region
  26121. regions
  26122. registerZ
  26123. registeredZ
  26124. registering
  26125. registers
  26126. registration
  26127. registrym
  26128. regularh
  26129. regularly
  26130. respond
  26131. responseo
  26132. responsible
  26133. restartB
  26134. resulta
  26135. results`
  26136. resumej
  26137. retailj
  26138. retryz
  26139. f--set theItem to choose file -- uncomment to test in an AS editor
  26140.     tell application "Finder"
  26141.         open item "Dev.CD Jan 96 SSW"
  26142.         activate
  26143.     end tell
  26144. on error errMsg number errNum
  26145.     --enter statements to perform when no records are found such as...
  26146.     display dialog "Sorry, the item you selected could not be found."
  26147.     return
  26148. end try
  26149.  tell
  26150. on error errMsg number errNum
  26151.     --enter statements to perform when no records are found such as...
  26152.     display dialog "Sorry, the item you selected could not be found."
  26153.     return
  26154. end try
  26155. e    No Changef
  26156. Apple Help
  26157. Apple Guideq
  26158. Dev.CD Apr 00 SDK1
  26159. 2D!All Packages
  26160. Tool Chest Edition
  26161. Apple II Monitor dcmd (xx)I
  26162. Summary: This package lets you use many of the Apple IIe and IIGS monitor commands with the Apple IIe Card and Macsbug.
  26163. Features: Lets you display, change, move, and verify memory; find patterns in memory; and disassemble 65C02 code.J
  26164. XX Docs
  26165. XX Docs.txtK
  26166. Vol XId
  26167. endering
  26168. 54031X
  26169. Apr 98^
  26170. --set theItem to choose file -- uncomment to test in an AS editor
  26171.     tell application "Finder"
  26172.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Goodies:ColorSync Photoshop Plugins 2.1:"
  26173.         activate
  26174.     end tell
  26175. on error errMsg number errNum
  26176.     --enter statements to perform when no records are found such as...
  26177.     display dialog "Sorry, the item you selected could not be found."
  26178.     return
  26179. end try
  26180. Deletedf
  26181. ColorSync Photoshop Plug-insq
  26182. Dev.CD Apr 98 SDK1
  26183. D!All Packages
  26184. Mac OS SDK Edition
  26185. Communications Toolbox
  26186. Sept 9
  26187. q--set theItem to choose file -- uncomment to test in an AS editor
  26188.     tell application "Finder"
  26189.         open item "Dev.CD Sept 92
  26190. Dev.CD Aug 92"
  26191.         activate
  26192.     end tell
  26193. on error errMsg number errNum
  26194.     --enter statements to perform when no records are found such as...
  26195.     display dialog "Sorry, the item you selected could not be found."
  26196.     return
  26197. end try
  26198. underlays
  26199. underlie
  26200. underlyingp
  26201. underneath
  26202. understand
  26203. understanding
  26204. understands
  26205. understood
  26206. undocumented
  26207. unexpected
  26208. unexpectedly
  26209. unfamiliar
  26210. unfortunately
  26211. unfriendly
  26212. unicode
  26213. unifiedj
  26214. uniform
  26215. uninitiated
  26216. unique
  26217. ition
  26218. Apple Directions 1996ICSummary:  Apple Directions, The Developer Business Report, 1-12/96.J
  26219. Apple Directions 01/96
  26220. Apple Directions 02/96
  26221. Apple Directions 03/96
  26222. Apple Directions 04/96
  26223. Apple Directions 05/96
  26224. Apple Directions 06/96
  26225. Apple Directions 07/96
  26226. Apple Directions 08/96
  26227. Apple Directions 09/96
  26228. Apple Directions 10/96
  26229. Apple Directions 11-12/96K
  26230. Mar 96L
  26231. Nov 96OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:d
  26232. nformation on contacting the App
  26233. GroupDrawingIyThis demo program shows how to select group QuickTime drawing capable objects into the same display space of the QTCanvas
  26234. BouncingSprites
  26235. CompositedEffects
  26236. CreateMovie
  26237. CreatePictFile
  26238. CustomMedia
  26239. DetachedController
  26240. DraggingSprites
  26241. DukeMovie
  26242. GroupDrawing
  26243. ImageCompositing
  26244. ImageFile
  26245. ImageProducing
  26246. ImportExport
  26247. Java Drawing
  26248. JavaSprites
  26249. JISApplet
  26250. JScriptApplet
  26251. KeyboardController
  26252. MovieCallbacks
  26253. Music
  26254. MusicMixer
  26255. PlayMovie
  26256. PlayTune
  26257. QTEffects
  26258. QTJava media samples
  26259. QTSimpleApplet
  26260. QTStreamingApplet
  26261. QTTestApplet
  26262. QTtoJavaImage
  26263. SGCapture
  26264. SGCapture2Disk
  26265. SlideShow
  26266. SoundMemRecord
  26267. SoundRecord
  26268. TimeCode
  26269. TimeSlaving
  26270. Transitions
  26271. enCamera
  26272. Feb 00
  26273. - Common
  26274.     - Sun Compliant Java Runtime Environment 1.1
  26275.     - QuickTime 3 
  26276.     - QTJava.zip
  26277.     - QTJava media samples
  26278. - Mac OS:
  26279.     - System 8 or later
  26280.     - Macintosh Runtime for Java (MRJ) 2.1
  26281. - Windows 95, 98, or NT::
  26282.     - JRE/JDK from Sun Microsystems, Inc. recommended
  26283. erver
  26284. listen
  26285. single-link
  26286. multihomingq
  26287. Dev.CD Feb 00 TC
  26288. fonte
  26289. fonts
  26290. fontsync
  26291. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  26292. Ad Lib v3.0.1 provides compatibility with Mac OS 9 and fixes many bugs found in Ad Lib 3.0.  There is one new feature, a log file that is written when resource tables are rebuilt. Logging can be disabled by checking a box in the dialog that prompts for a table rebuild or conversion.
  26293.  Install Ad Lib 3.0.1
  26294. Apr 00L
  26295. Apr 00
  26296. A$Mac OS 8 or later.  68020 or better.
  26297. NIMacApp, Framework, Object-oriented, Classes, C++, View, Editor, ResourcesO7Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:Ad Lib:PBDev.CD Apr 00 SDK1
  26298.  - What's New
  26299.  - Tool Chest
  26300.  - MacApp
  26301.  - Ad Lib
  26302. ,OMDev.CD Feb 98 TC:Programs & Marketing:Apple Directions:Apple Directions 1997:PUDev.CD Feb 98 TC
  26303.  - Programs & Marketing
  26304.  - Apple Directions
  26305.  - Apple Directions 1997V
  26306. 53938X
  26307. Feb 98^
  26308. --set theItem to choose file -- uncomment to test in an AS editor
  26309.     tell application "Finder"
  26310.         open item "Dev.CD Feb 98 TC:Programs & Marketing:Apple Directions:Apple Directions 1997:"
  26311.         activate
  26312.     end tell
  26313. on error errMsg number errNum
  26314.     --enter statements to perform when no records are found such as...
  26315.     display dialog "Sorry, the item you selected could not be found."
  26316.     return
  26317. end try
  26318. Deletedq
  26319. Dev.CD Feb 98 TC
  26320. All Packages
  26321. Apple Event Registry & SuitesIySummary: This folder contains the Apple Event Registry and information about Apple Event Suites from the AppleScript SDK.K
  26322. Feb 92L
  26323. Apr 93V
  26324. 53939X
  26325. 1e    No Change
  26326. ChooseTkl.c
  26327. ChooseTkl.h
  26328. Concordia
  26329. Concordia Info
  26330. Concordia Info.txt
  26331. Concordia.c
  26332. Concordia.h
  26333. Concordia.make
  26334. Concordia.r
  26335. DrawTkl.c
  26336. DrawTkl.h
  26337. PopUpTkl.c
  26338. PopUpTkl.h
  26339. SizeTkl.c
  26340. SizeTkl.h     activate
  26341.     end tell
  26342. on error errMsg number errNum
  26343.     --enter statements to perform when no records are found such as...
  26344.     display dialog "Sorry, the item you selected could not be found."
  26345.     return
  26346. end try
  26347. Movedq
  26348. Dev.CD Feb 00 TC
  26349. zD!All Packages
  26350. Mac OS SDK Edition
  26351. GameSprocket SDKs
  26352. Apple Game Sprockets are libraries designed to simplify the effort required to develop a Macintosh game.
  26353.  DrawSprocket 1.7.2 provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.
  26354. InputSprocket 1.7.2 provides support for using joysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  26355.  NetSprocket 1ackages
  26356. ethernet
  26357. block
  26358. device
  26359. driver
  26360. raster
  26361. ratesA
  26362. rawip
  26363. rawmode
  26364. reader
  26365. reality
  26366. receives
  26367. recognition
  26368. reconfiguration
  26369. record
  26370. recordable
  26371. redbook
  26372. redbook
  26373. audio
  26374. redistribution
  26375. redistribution
  26376. reference
  26377. reference
  26378. counting
  26379. reference
  26380. counts
  26381. referential
  26382. referential
  26383. integrity
  26384. rules
  26385. reformatting
  26386. region
  26387. search
  26388. server
  26389. server
  26390. controls
  26391. services
  26392. setting
  26393. sharedu
  26394. shared
  26395. volumes
  26396. signature
  26397. simplified
  26398. softwareQ
  26399. sound
  26400. speech
  26401. statements
  26402. string
  26403. string
  26404. encoding
  26405. string
  26406. services
  26407. strings
  26408. strip
  26409. structure
  26410. style
  26411. style
  26412. guidew
  26413. stylechat
  26414. summary
  26415. switch
  26416. systemc
  26417. system
  26418. systemsp
  26419. table
  26420. December 1995 Apple Directions Articles
  26421. News: Stragegy Mosaic (Newton 2.0); Editor's Note (Apple Directions Express); IndustryWatch (Evangelical Words and Deeds); News (OpenDoc 1.0 Goes GM; CHRP Announcement; Apple To Move Communications to Internet; Apple's Record Quarter; Apple Guide 2.0; Apple's Customers Most Loyal; Mac the Better Business Propositin Says IDS; Mac Costs Less To Support; Apple Leads in Ed Market; PowerTalk Gateways; QuickDraw 3d Accelerator Card).
  26422. Technology: develop,
  26423.  Issue 24; CD Highlights; OpenDoc Human Interface FAQs; Copland Drivers; Human Interface (Culture Clash).
  26424. Business: Special Market Report (Health Care); Financing For Software Developers; Developer University Schedule; The Internet Page.
  26425. November 1995 Apple Directions Articles
  26426. Apple's Developer Business Report with news and information about Apple's strategic, technological, and business directions
  26427. Strategy Mosaic: Apple's Development Tools Strategy. IndustryWatch: The Macintosh Strate
  26428. 54190X
  26429. Apr 00^
  26430. --set theItem to choose file -- uncomment to test in an AS editor
  26431.     tell application "Finder"
  26432.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Installer SDK 1.2.3:"
  26433.         activate
  26434.     end tell
  26435. on error errMsg number errNum
  26436.     --enter statements to perform when no records are found such as...
  26437.     display dialog "Sorry, the item you selected could not be found."
  26438.     return
  26439. end try
  26440. e    No Changef    Installerq
  26441. Dev.CD Apr 00 SDK1
  26442. D!All Packages
  26443. Mac OS SDK Edition
  26444. Instrumentation SDK 1.0.6
  26445. jThe Instrumentation SDK is primarily a performance tool. It is used to record time-based information about your software as it runs. The viewer application displays this information, which can help you figure out what your software is up to.
  26446. 1.0.6 is a minor bugfix update. It also includes the experimental instrumented InterfaceLib that was part of E.T.O. 22.
  26447. 54191X
  26448. 1e    No Change
  26449.     return
  26450. end try
  26451. end try
  26452. Dev.CD Jun 97 SSV
  26453. 54461X
  26454. Jun 97
  26455. f--set theItem to choose file -- uncomment to test in an AS editor
  26456.     tell application "Finder"
  26457.         open item "Dev.CD Jun 97 SSW"
  26458.         activate
  26459.     end tell
  26460. on error errMsg number errNum
  26461.     --enter statements to perform when no records are found such as...
  26462.     display dialog "Sorry, the item you selected could not be found."
  26463.     return
  26464. end try
  26465. All Packages
  26466. QuickDraw 3DO
  26467. Dev.CD Jun 97 SSWP
  26468. Dev.CD Jun 97 SSV
  26469. 54462X
  26470. Jun 97
  26471. f--set theItem to choose file -- uncomment to test in an AS editor
  26472.     tell application "Finder"
  26473.         open item "Dev.CD Jun 97 SSW"
  26474.         activate
  26475.     end tell
  26476. on error errMsg number errNum
  26477.     --enter statements to perform when no records are found such as...
  26478.     display dialog "Sorry, the item you selected could not be found."
  26479.     return
  26480. end try
  26481. All Packages
  26482. QuickDraw 3DO
  26483. Dev.CD Jun 97 SSWP
  26484. Dev.CD Jun 97 SSV
  26485. 54463X
  26486. Jun 97
  26487. Grayscale Appearance design in
  26488. snazzy
  26489. sndforever
  26490. sndplay
  26491. sndplaydoublebuffer
  26492. sndplaydoublebuffera
  26493. sndstartfileplay
  26494. snippet
  26495. snippets
  26496. snively
  26497. All Packages
  26498. System 7.5 Update 2.0O
  26499. Dev.CD Jul 96 SSWP
  26500. Dev.CD Jul 96 SSV
  26501. 54815X
  26502. Jul 96
  26503. f--set theItem to choose file -- uncomment to test in an AS editor
  26504.     tell application "Finder"
  26505.         open item "Dev.CD Jul 96 SSW"
  26506.         activate
  26507.     end tell
  26508. on error errMsg number errNum
  26509.     --enter statements to perform when no records are found such as...
  26510.     display dialog "Sorry, the item you selected could not be found."
  26511.     return
  26512. end try
  26513. All Packages
  26514. System 7.5 Update 2.0O
  26515. Dev.CD Jul 96 SSWP
  26516. Dev.CD Jul 96 SSV
  26517. 54816X
  26518. Jul 96
  26519. f--set theItem to choose file -- uncomment to test in an AS editor
  26520.     tell application "Finder"
  26521.         open item "Dev.CD Jul 96 SSW"
  26522.         activate
  26523.     end tell
  26524. on error errMsg number errNum
  26525.     --enter statements to perform when no records are found such as...
  26526.     display dialog "Sorry, the item you selected could not be found."
  26527.     return
  26528. end try
  26529. All Packages
  26530. System 7.5 Update 2.0V
  26531. 54817X
  26532. quicktime
  26533. windows
  26534. quicktime
  26535. conferencing
  26536. quicktime
  26537. quicktime
  26538. quicktime
  26539. windows
  26540. quicktime
  26541. quicktime
  26542. tools
  26543. quicktime
  26544. quicktime
  26545. tools
  26546. 1.0b2
  26547. quickview
  26548. quickview
  26549. developer
  26550. edition
  26551. qwertytunes
  26552. qwertytunes
  26553. boxeso
  26554. branch
  26555. brandj
  26556. brave
  26557. braving
  26558. brazilian
  26559. break
  26560. breakline
  26561. breakpoints
  26562. breaks
  26563. breakthroughs
  26564. breeze
  26565. brian
  26566. bridge
  26567. bridges
  26568. brief
  26569. brigham
  26570. bring
  26571. bring-up
  26572. system
  26573. extensionU
  26574. building
  26575. installing
  26576. using
  26577. driverU
  26578. buildsj
  26579. built
  26580. built-in
  26581. bulletproof
  26582. bundle
  26583. bundled
  26584. bundleservices
  26585. e III Arena" for the Macintosh by id Software.
  26586. SetupGL also has some unique features:
  26587. - The texture RAM variable in the structGLInfo allows you to specify an amount of texture memory, over and above the buffer requirements, that the device must have to satisfy your requirements.  This allows you to pick a maximum resolution and bit depth and allow SetupGL to find the resolution and bit depth that can actually be used while maintaining the requested amount of VRAM.  This is done by setting
  26588.  fDepthMust and fSizeMust to false on entry, which allows SetupGL to set down in resolutions and pixel depths to get a match.
  26589. - It allows specification of a screen device to try first by enumeration of the screens.  -1 indicates the main screen.  Other screens are enumerated in order returned by DMGetFirstScreenDevice and DMGetNextScreenDevice with 0 being the first screen returned.  If allocations on the desired screen fails SetupGL will automatically check the other screens.
  26590. - SetupGL 
  26591. Feb 00M
  26592. N/AOBDev.CD Feb 00 TC:What's New?:Sample Code:Archive:Games:Soundboard:PPDev.CD Feb 00 TC
  26593.  - What's New?
  26594.  - Sample Code
  26595.  - Archive
  26596.  - Games
  26597.  - SoundboardV
  26598. 54724X
  26599. Feb 00^
  26600. --set theItem to choose file -- uncomment to test in an AS editor
  26601.     tell application "Finder"
  26602.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Archive:Games:Soundboard:"
  26603.         activate
  26604.     end tell
  26605. on error errMsg number errNum
  26606.     --enter statements to perform when no records are found such as...
  26607.     display dialog "Sorry, the item you selected could not be found."
  26608.     return
  26609. end try
  26610. e    No Changeq
  26611. Dev.CD Feb 00 TC
  26612. D!All Packages
  26613. Tool Chest Edition
  26614. SoundMemRecordIVThis code shows using the SoundManager SPB calls for simple audio recording to memory.J6README.txt
  26615. smr.bat
  26616. SndMemRecord
  26617. SoundMemRecord.zip
  26618. Feb 00
  26619. C:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:V
  26620. 54725X
  26621. 1e    No Change
  26622. external
  26623. consolideted, and improved since the older interfaces found on GX 1.0 SDK.  The interfaces also include the new API calls which were added in GX 1.1.1.  The library files have also been updated to use the new GX interfaces.
  26624.  The GX Library code have also been edited to use the new GX interfaces and libraries.  Please see the "GX Libs & Tools - Read Me" for more information of the changes.
  26625.  There are a few new samples and several of the old samples have be edited to use the new GX inter
  26626. faces and libraries.  Please see the readmes in the Sample Code folder for more information of the changes.
  26627. The GX Graphics init includes GX Graphics and line layout capabilities without the printing capabilities. This files allows GX Developers to create a 'visual-only' version of their GX application without requiring their users to have full GX installed.
  26628. NOTE: If you have used the sample LaserWriter IIsc driver from the GX v1.0.1 SDK or the Mac OS SDK, you are encouraged to see the 
  26629. Summary: This is the electronic version of develop magazine.
  26630.  Issue 24 highlights:
  26631. Speeding Up whose Clause Resolution in Your Scriptable Application by Greg Anderson. Although the Object Support Library will resolve complex AppleScript clauses for you, if you take on some of the work yourself the performance gains can be dramatic.
  26632. Getting Started With OpenDoc Storage by Vincent Lo. OpenDoc storage is a departure from what you
  26633. re used to: it needs to support storing different kinds of 
  26634. data, written by different part editors, in the same file or container.
  26635. Sound Secrets by Kip Olson. These less obvious features of the Sound Manager will help improve your application
  26636. s use of sound.
  26637. Guidelines for Effective Alerts by Paige K. Parsons. This article elaborates and expands on the guidelines for the consistent and correct usage of alerts.
  26638. Printing Images Faster With Data Compression by David Gelphman. PostScript Level 2 printers can accept JPEG-compressed image data direct
  26639. ear inactive when the window was in fact, active.
  26640.  The TAB key now cycles your through the volumes in the volume popup.
  26641.  There is no extension code anymore and as such the 'Show Startup' check box has been removed.
  26642.  And finally, the code size has become even smaller.  This is in part due to design changes and the use of Matthew Axsom's neat cdev class that allowed me to build LockVol with CodeWarrior.
  26643. Issues:  LockVol is freeware.  Permission is granted by the author for personal or elExectronic distribution as long as no fees or charges are received for it. LockVol remains the copyright of dEVoN Hubbard.
  26644. General tools.imgK
  26645. Jul 92L
  26646. Jun 95M
  26647. LockVol works under System 6.0.5 (and up), System 7, and up to System 7.5.  No known problems have been reported other than the ones you can create yourself by locking volumes that weren't originally locked.O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:s that take advantage of WorldScript, such as ClarisWorks 4
  26648. on Hammerhead-based PCI PowerMacs, such as the 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. It doesn't support any Nubus machine, including the original PowerMac, or PowerMacs which use a memory controller other than a Hammerhead-based, such as the 4400, 6400 or 7200.
  26649. DIMM Config&Interleave
  26650. DIMM Config.rsrc
  26651. DIMM Configuration Read Me v1.1
  26652. DIMM Interleave Rlsd.
  26653. DIMM Interleave Rlsd.
  26654.  Data
  26655. FindHammerHead.c
  26656. Interleave.c
  26657. Interleave.h
  26658. TestBanks.cK
  26659. Dec 97N4DIMM, Interleaving, memory, configuration, RAM, DRAMO?Dev.CD Feb 00 TC:Tool Chest:Memory:DIMM Config&Interleave v1.1:PGDev.CD Feb 00 TC
  26660.  - Tool Chest
  26661.  - Memory
  26662.  - DIMM Config&Interleave v1.1b 00 TC
  26663. AdLib 2.6.5
  26664. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  26665. Ad Lib v2.6.5 fixes a problem where earlier version of Ad Lib could not be run under Mac OS 8.5 and later.
  26666. Summary:  This folder contains complete information on Developer University, the self-paced products that are available, the classroom courses, and course schedule for October 1996 through December 1996.
  26667. Features:  Information on Developer University self-paced courses, classroom courses, field courses, course schedules, topics available on the World Wide Web and complete course outlines, prerequisites, and target audiences.
  26668. 01-Intro to DU.pdf
  26669. 02-What's New from DU.pdf
  26670. 03-Information & Registrati.pdf
  26671. 04-Index of Courses.pdf
  26672. 05-Self-Paced Products.pdf
  26673. 06-On-Line Topics.pdf
  26674. 07-Mac OS:
  26675. 08-Object Oriented:
  26676. 09-Multimedia & Graphics:
  26677. 10-Newton:
  26678. 11-Other topics:
  26679. 12-Training Schedule.pdf
  26680. 13-DU Training Sites.pdf
  26681. May 92L
  26682. Oct 96M
  26683. Adobe Acrobat ReaderOADev.CD Nov 99 TC:Programs & Marketing:About Developer University:PFDev.CD Nov 99 TC
  26684.  - Programs & Marketing
  26685.  - About Developer University to global warming.
  26686. This package is System 7.0 compatible.  7.0 compatible.  
  26687. its to colorize a picture.  You select a foreground and background color, and copybits colorizes the picture.
  26688. Compressed PICT Info:  This snippet shows how to use the StdPix proc to intercept and display the compression type and depth of any compressed PICT within a PICT resource.
  26689. CopyBits vs. CopyMask:  This snippet drag races CopyBits (using a mask region) and CopyMask (using a mask BitMap). Which do you think is faster? The results may surprise you.
  26690. CopybitsSpeedPalette:  This progra
  26691. m demostrates ways to increase copybits speed when using palettes.
  26692. CopyDeepMask:  This program demonstrates the use of CopyDeepMask using 2 PICTS (one a photograph and the other a triangular mask).  It uses 2 offscreen gworlds to hold the source and mask pixmaps. CopyDeepMask is then used to create the masked image and display it in the application window.  The source, mask, and destination rectangles are all the same size in order to avoid altering pixel sizes.
  26693. CopyMask:  Shows how Copy
  26694. NOhigh level, toolbox, hltb, MoreFiles, MoreIsBetter, glue, wrapper, library codeOEDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:PPDev.CD Mar 00 RL Disk 1
  26695.  - What's New
  26696.  - Sample Code
  26697.  - Overview
  26698.  - MoreIsBetterV
  26699. 54283X
  26700. Mar 00^    RL Disk 1
  26701. --set theItem to choose file -- uncomment to test in an AS editor
  26702.     tell application "Finder"
  26703.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:"
  26704.         activate
  26705.     end tell
  26706. on error errMsg number errNum
  26707.     --enter statements to perform when no records are found such as...
  26708.     display dialog "Sorry, the item you selected could not be found."
  26709.     return
  26710. end try
  26711. e    No ChangefHhigh level
  26712. toolbox
  26713. MoreFiles
  26714. MoreIsBetter
  26715. wrapper
  26716. library codeq
  26717. Dev.CD Mar 00 RL Disk 1
  26718. All Packages
  26719. MoreNetworkSetup
  26720. 54284X
  26721. elected could not be found."
  26722.     return
  26723. end try
  26724. All Packages
  26725. PowerTalk (PPC)O
  26726. Dev.CD Oct 94P
  26727. Dev.CD Oct 9V
  26728. 51921X
  26729. Oct 94
  26730. summary
  26731. contains
  26732. documentation
  26733. header
  26734. files
  26735. tools
  26736. summary
  26737. disinfectant
  26738. anti-viral
  26739. utility
  26740. summary
  26741. disposeresource
  26742. extension
  26743. catches
  26744. commo@
  26745. 54220X
  26746. Apr 00^
  26747. --set theItem to choose file -- uncomment to test in an AS editor
  26748.     tell application "Finder"
  26749.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Language Analysis SDK:"
  26750.         activate
  26751.     end tell
  26752. on error errMsg number errNum
  26753.     --enter statements to perform when no records are found such as...
  26754.     display dialog "Sorry, the item you selected could not be found."
  26755.     return
  26756. end try
  26757. e    No ChangefoLanguage
  26758. Analysis
  26759. Language Analysis Architecture
  26760. Japanese
  26761. morpheme
  26762. Dictionary Manager
  26763. Analysis
  26764. Language Managerq
  26765. Dev.CD Apr 00 SDK1
  26766. All Packages
  26767. Language Kit UpdaterO
  26768. Dev.CD Nov 97 TCP
  26769. Dev.CD Nov 97 TV
  26770. 54221X
  26771. Nov 97
  26772. tation:Misc. Standards:MacBinary:PRDev.CD Mar 00 RL Disk 1
  26773.  - Technical Documentation
  26774.  - Misc. Standards
  26775.  - MacBinary/PPP. Open Transport
  26776. Dev.CD Feb 00 TC
  26777. All Packages
  26778. GetSetOptionsV
  26779. 49171X
  26780.  not be found."
  26781.     return
  26782. end try
  26783. All Packages
  26784. System 7.5 Update 1.0V
  26785. 46062X
  26786. Jul 98M
  26787. Acrobat Reader 3.0N]traversing related tables, referential integrity rules, validation and reformatting, databaseO/Dev.CD Apr 00 SDK1:Interactive Media Resources:P1Dev.CD Apr 00 SDK1
  26788.  - Interactive Media Resources
  26789. Apple Event Registry:
  26790. Apple Event Registry Errata v3:
  26791. AppleScript Suite:
  26792. Database Suite:
  26793. Mail Suite 1.0:
  26794. Suites Under Development:
  26795. Telephony Suite:K
  26796. Feb 92L
  26797. Apr 93M
  26798. Adobe Acrobat Reader.N
  26799. AE, Apple Events, AppleEventsOcDev.CD Mar 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:PkDev.CD Mar 00 RL Disk 1
  26800.  - Technical Documentation
  26801.  - Apple Event Registry & Suites
  26802.  - Apple Event RegistryV
  26803. 53939X
  26804. Mar 00^    RL Disk 1
  26805. --set theItem to choose file -- uncomment to test in an AS editor
  26806.     tell application "Finder"
  26807.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:"
  26808.         activate
  26809.     end tell
  26810. on error errMsg number errNum
  26811.     --enter statements to perform when no records are found such as...
  26812.     display dialog "Sorry, the item you selected could not be found."
  26813.     return
  26814. end try
  26815. e    No Changef
  26816. Apple Events
  26817. AppleEventsq
  26818. Dev.CD Mar 00 RL Disk 1
  26819. All Packages
  26820. tables
  26821. W STREAMS, module, driver, asynchronous I/OO
  26822. Dev.CD Feb 00 TC:Sample Code:P
  26823. Dev.CD Feb 00 TC
  26824.  - Sample CodeV
  26825. 50109X
  26826. Feb 00^
  26827. #ting
  26828. content
  26829. mucha
  26830. mueller
  26831. multi-homing
  26832. multi-interface
  26833. multi-platform
  26834. multi-styled
  26835. multibuffering
  26836. multifinder
  26837. multihoming
  26838. multilingual
  26839. multimediaj
  26840. multipage
  26841. multipane
  26842. multiplay
  26843. multipled
  26844. multiple-buffering/p
  26845. multiple-node
  26846. multiprocessing
  26847. multitasking
  26848. multithreading
  26849. musicj
  26850. music
  26851. quicktime
  26852. music
  26853. architecture
  26854. david
  26855. mustZ
  26856. must-have
  26857. namely
  26858. names
  26859. nasty
  26860. natick
  26861. controls/events
  26862. convert
  26863. convert
  26864. projects
  26865. converter
  26866. coolrequest
  26867. install
  26868. copybits
  26869. copybits
  26870. application
  26871. copybits
  26872. copyfolder
  26873. copyfolder
  26874. copyres
  26875. copyres
  26876. corefoundation
  26877. coreheaders
  26878. coresample\
  26879. coresample
  26880. coresource
  26881. count
  26882. coursesR
  26883. cquicktimewindow
  26884. cquicktimewindow
  26885. cquicktimewindow
  26886. atecustomicon
  26887. createfolder
  26888. createfolder
  26889. createmenuhelp
  26890. createmenuhelp
  26891. createmovie
  26892. createmovie
  26893. createpictfile
  26894. createpictfile
  26895. createthumbnail
  26896. createthumbnail
  26897. creating
  26898. creating
  26899. creating
  26900. pippin
  26901. cdroms
  26902. creation
  26903. creator
  26904. creator
  26905. registration
  26906. ensuring
  26907. entails
  26908. enter
  26909. suite
  26910. source
  26911. demoextractor
  26912. denmark
  26913. denmark
  26914. distributors/localiz
  26915. design
  26916. design
  26917. reuse
  26918. designforrobustness
  26919. designforrobustness
  26920. detachedcontroller
  26921. detachedcontroller
  26922. detection
  26923. detectorsh
  26924. change
  26925. develop
  26926. anism to do this easily, so the two best other options are:
  26927. 1) Iterate through the available devices find the best renderer, build a DSp context on this, then build your OPenGL context.  The downfall of this method is that you know nothing about the graphics capabilities of the device and the user can't select another screen.  The upside is that you get a renderer that is has the capabilities you want.
  26928. 54093X
  26929. Apr 00^
  26930. SDK1b
  26931. Revised
  26932. --set theItem to choose file -- uncomment to test in an AS editor
  26933.     tell application "Finder"
  26934.         open item "Dev.CD Apr 00 SDK1:What's New:Developer Documentation:Technical Publications:"
  26935.         activate
  26936.     end tell
  26937. on error errMsg number errNum
  26938.     --enter statements to perform when no records are found such as...
  26939.     display dialog "Sorry, the item you selected could not be found."
  26940.     return
  26941. end try
  26942. Updated
  26943. Developer Documentation
  26944. Publications
  26945. Technical
  26946. documentation
  26947. Apple Type Services for Unicode Imaging
  26948. ATSUI
  26949. rendering unicode text
  26950. manuals
  26951. style
  26952. style guide
  26953. usage
  26954.   iBook
  26955. PowerPC
  26956. Ethernet
  26957. FireWire
  26958. AirPort
  26959.  PowerBook
  26960. RAGE 128 Ethernet
  26961. Power Mac
  26962. PowerPC
  26963. RAGE 128
  26964. Ethernet
  26965. o.http://developer.apple.com/techpubs/index.htmlq
  26966. Dev.CD Apr 00 SDK1
  26967. HD(All Packages
  26968. Reference Library Edition
  26969. Developer Forms
  26970. Jun 97
  26971. quicktime
  26972. compress
  26973. decompress
  26974. choose
  26975. choosecolor
  26976. choosecolor
  26977. chooser
  26978. chooser
  26979. choosetkl
  26980. choosetkl
  26981. choosetkl
  26982. ciconbuttons
  26983. ciconbuttons
  26984. ciconbuttons
  26985. cihui
  26986. cihui
  26987. cincludes
  26988. claris
  26989. claris
  26990. translators
  26991. claris
  26992. files
  26993. claris
  26994. system
  26995. classes
  26996. classic
  26997. clent
  26998. clent
  26999. richardson
  27000. message
  27001. client
  27002. clipboard
  27003. clipboard
  27004. clipboard
  27005. clipboard
  27006. magician
  27007. clipboard
  27008. clipinfo
  27009. clipinfo
  27010. clipping
  27011. clipping
  27012. extension
  27013. clippings
  27014. cliptopict
  27015. cliptopict
  27016. products@
  27017. programs@
  27018. prototyping@
  27019. publishing
  27020. second
  27021. edition@
  27022. quarter@
  27023. quickdraw
  27024. dimension
  27025. macintosh
  27026. graphics
  27027. pablo@
  27028. range@
  27029. rappoport@
  27030. recordj
  27031. warrior
  27032. waste
  27033. waste
  27034. editing
  27035. library
  27036. macintosh
  27037. programmers
  27038. watch
  27039. watcher
  27040. watching
  27041. wavetable
  27042. wavetablesynth
  27043. waving
  27044. ways_
  27045. wdefcolorsample
  27046. wdefpatch
  27047. wdefs
  27048. ll-trod
  27049. wereo
  27050. what_
  27051. movej
  27052. moveable
  27053. moved
  27054. movement
  27055. moves
  27056. movie
  27057. movieshop
  27058. movingt
  27059. moving
  27060. source
  27061. powerpc
  27062. mpc106A
  27063. mping
  27064. system
  27065. mpw's
  27066. mpw-related
  27067. release
  27068. mrj's
  27069. mrj-dev
  27070. mrjapple
  27071. mrjapplesetup
  27072. mrjstuffit
  27073. mrjvise
  27074. mrplus
  27075. mrplus
  27076. performance
  27077. analysis
  27078. powerpc
  27079. applicatio
  27080. transport
  27081. otlifo
  27082. otfifo
  27083. otlink
  27084. linked
  27085. transport
  27086. otoptionmanagment
  27087. option
  27088. management
  27089. transport
  27090. appletalk
  27091. printer
  27092. access
  27093. protocol
  27094. handoff
  27095. transport
  27096. registry
  27097. otgetindexedport
  27098. transport
  27099. serial
  27100. registry
  27101. otgetuserportnamefro
  27102. transport
  27103. streams
  27104. module
  27105. driver
  27106. transport
  27107. streams
  27108. module
  27109. driver
  27110. asynchronous
  27111. transport
  27112. endpoint
  27113. download
  27114. fetch
  27115. transport
  27116. endpoint
  27117. server
  27118. listen
  27119. single-l
  27120. opendoc
  27121. opendoc
  27122. component
  27123. software
  27124. compound
  27125. document
  27126. architecture
  27127. openfirmware
  27128. opengl
  27129. opengl
  27130. screen
  27131. drawsprocket
  27132. opengl
  27133. graphics
  27134. opengl
  27135. drawsprocket
  27136. multiple
  27137. monitor
  27138. renderer
  27139. opening
  27140. openstep
  27141. opentransport
  27142. opentransport
  27143. cache
  27144. display
  27145. opentransport
  27146. control
  27147. strip
  27148. module
  27149. SyncCatch is a debugging tool that catches synchronous File Manager and Device Manager requests made from code running as the result of an interrupt. If it catches one of these illegal synchronous requests, it drops into MacsBug with a message.J
  27150. Read Me
  27151. SyncCatchK
  27152. Jun 98L
  27153. Jan 00M
  27154. MacsBugN
  27155. Interrupt Time, Debugging, ToolO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:SyncCatch 2.1:PFDev.CD Feb 00 TC
  27156.  - Tool Chest
  27157.  - Testing & Debugging
  27158.  - SyncCatch 2.1V
  27159. 54742X
  27160. Feb 00^
  27161. --set theItem to choose file -- uncomment to test in an AS editor
  27162.     tell application "Finder"
  27163.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:SyncCatch 2.1:"
  27164.         activate
  27165.     end tell
  27166. on error errMsg number errNum
  27167.     --enter statements to perform when no records are found such as...
  27168.     display dialog "Sorry, the item you selected could not be found."
  27169.     return
  27170. end try
  27171. ngeo`ftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/General_tools/SyncCatch_2.1.sit.hqx
  27172. russian
  27173. 1.1.3
  27174. 7.5.1
  27175. 7.5.2x
  27176. 7.5.3x
  27177. 7.5.5
  27178. 7.6.1
  27179. 7100x
  27180. 7100/80
  27181. 711702111
  27182. 7200x
  27183. 73007200/1207200/906
  27184. 730513255
  27185. 7500x
  27186. 750203540
  27187. 7600x
  27188. 7editN
  27189. 8-bit
  27190. 8.0.1
  27191. 8.1.2
  27192. 8.3.4
  27193. 8.4.1
  27194. 8.5.1
  27195. graphical
  27196. editor
  27197. which
  27198. create
  27199. adaptT
  27200. adbreinitV
  27201. addedw
  27202. addendumg
  27203. adding^
  27204. additionc
  27205. additionala
  27206. easilyh
  27207. easing
  27208. easyj
  27209. quickdraw
  27210. viewer
  27211. thompson
  27212. easy-to-use
  27213. easyplayrecord
  27214. eaxmple
  27215. edgar
  27216.  - Technical Documentation
  27217.  - develop
  27218.  - develop Issue 16 create a new plug-in to add a search engine to Sherlock
  27219. s repertoire if they know how to interprerawip
  27220. transport
  27221. otgetendpointinfo
  27222. tendpointinfo
  27223. etsda
  27224. opendoc
  27225. component
  27226. software
  27227. compound
  27228. document
  27229. architecture
  27230. opengl
  27231. opengl
  27232. graphics
  27233. opengl
  27234. drawsprocket
  27235. multiple
  27236. monitor
  27237. renderer
  27238. opentransport
  27239. opentransport
  27240. cache
  27241. display
  27242. opentransport
  27243. control
  27244. strip
  27245. module
  27246. ssed image data direct
  27247. ]D!All Packages
  27248. Tool Chest Edition
  27249. PlayTuneIhThis demo program shows how to use the TunePlayer to play a Tune using the QuickTime Music Architecture
  27250. J+PlayTune
  27251. PlayTune.zip
  27252. pt.bat
  27253. README.txt
  27254. Feb 00
  27255. - Common
  27256.     - Sun Compliant Java Runtime Environment 1.1
  27257.     - QuickTime 3 
  27258.     - QTJava.zip
  27259.     - QTJava media samples
  27260. - Mac OS:
  27261.     - System 8 or later
  27262.     - Macintosh Runtime for Java (MRJ) 2.1
  27263. - Windows 95, 98, or NT::
  27264.     - JRE/JDK from Sun Microsystems, Inc. recommended
  27265. QuickTime, Java, MRJackages
  27266. Reference Library Edition
  27267. C/F Registration Requests
  27268.      the item you selected could not be found."
  27269.     return
  27270. end try
  27271. All Packages
  27272. System Enabler 003 (LC III)OEDev.CD Apr 94
  27273. Dev.CD Jan 94
  27274. Dev.CD Oct 93
  27275. Dev.CD Jul 93
  27276. Dev.CD Apr 93PDDev.CD Apr 94
  27277. Dev.CD Jan 94
  27278. Dev.CD Oct 93
  27279. Dev.CD Jul 93
  27280. Dev.CD Apr 9V
  27281. 52377X
  27282. Apr 94
  27283. japplesetup
  27284. mrjstuffit
  27285. mrjvise
  27286. mrplus
  27287. mrplus
  27288. performance
  27289. analysis
  27290. powerpc
  27291. applicatio
  27292. ColorSync 3.0 Mac SDK
  27293. The complete ColorSync
  27294.  3.0 SDK for Mac developers. It includes the following:
  27295. Interfaces & Link Libraries
  27296. Documentation
  27297. Sample Code
  27298. Goodies
  27299. ColorSync
  27300.  3.0 is the latest version of Apple Computer's color management architecture for the Mac OS. For more information visit the ColorSync website at http://www.apple.com/colorsync.
  27301. What's New in ColorSync
  27302.       - Device Profiles and Document Profiles
  27303.       - ColorSync Workflows
  27304.       - Apple CMM
  27305.       - Calibration Assistant Expert mode
  27306.       - Profile path balloons
  27307.       - Profile descriptions in double byte languages
  27308.       - Profile First Aid
  27309. ColorSync Features
  27310.       - AppleScript support
  27311.       - JPEG and GIF support
  27312.       - Profile Cache File
  27313.       - Profiles Folder Location and Subfolders
  27314.       - Photoshop Plug-ins
  27315.       - Multiprocessing support
  27316.       - support for 16 bits per channel images
  27317.       - What gets installed with ColorSync
  27318. ColorSync 3.0.imgK
  27319. Mar 93L
  27320. Dec 99
  27321. Summary:  StandardFileIcons is a control panel which allows you to modify the behavior of PACK 3, the Standard File package.  Starting with System Update 3.0, PACK 3 uses icons taken from the Desktop file when displaying files in its lists.  This can be slow, especially on a slow connection such as Apple Remote Access and a modem.  This control panel lets you disable this feature and return to the previous behavior of PACK 3.
  27322.   Source code in C which compiles for MPW, Symantec 7.0.3 and MB
  27323. etrowerks DR/4 is included.
  27324.   Version 1.2 corrects a bug involving calling DisposeHandle on a resource.  I now call ReleaseResource, which is the correct call.
  27325. J'Sample Code.img
  27326. Windows Sample Code.imgK
  27327. Oct 94L
  27328. Nov 94M}Requires System 7.0.  Won't do anything harmful with previous systems.  Won't do anything useful unless System 7.5 or later.
  27329. NCCDEV control panel INIT MPW Symantec Metrowerks StandardFile PACK 3O
  27330. Dev.CD Feb 00 TC:Sample Code:P
  27331. Dev.CD Feb 00 TC
  27332.  - Sample Code
  27333. shrinking
  27334. Movedq
  27335. Dev.CD Feb 00 TC
  27336. D!All Packages
  27337. Tool Chest Edition
  27338. MacCheck
  27339.  1.0.4
  27340. Summary:  Apple designed MacCheck
  27341.  as a suport tool that provides configuration and software problem detection for the use of Apple phone support people and knowledgable consumers. Intended for 7.1 users, though it will run on all 7.0 and above systems.
  27342.   Provides configuration information, Disk First Aid (7.2) verification code,  system file corruption detection, duplicate System Folder detection, and a logic board test.
  27343. Features:
  27344. Hardware configuration
  27345. Software configuration of startuition
  27346. International NSI 1.5.1
  27347.     d boundary, and data is moved in as big a chunks as possible.
  27348. This version should work on any PowerMac.  It requires the DrawSprocket shared library, which can be found on the MacOS SDK and also on the Sprockets web page, http://dev.info.apple.com/games.
  27349. Issues:  There aren't any bugs that I know of.  This version runs only in 8-bit mode, although DrawSprocket should set this mo
  27350. Summary: This graphics primer contains information and concepts that can aid in the understanding of Macintosh graphics.  
  27351. Features: It includes such things as understanding color and the differences between how computers generate colors versus how we see them.
  27352. Although this primer is not directly a prerequisite; it is recommended as a prerequisite for any other course involved in the study of graphics; such as the Apple Training Support courses for Macintosh Video Display Cards.
  27353. Mac Graphics Primer 2K
  27354. Vol IIIL
  27355. Vol VIIO;Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2PCDev.CD Nov 99 TC
  27356.  - Tool Chest
  27357.  - QuickDraw
  27358.  - Mac Graphics Primer 
  27359. System Software 7.0N8MemHell, Tool, Memory, stress, debug, debugging, testingO8Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:MemHell:P@Dev.CD Feb 00 TC
  27360.  - Tool Chest
  27361.  - Testing & Debugging
  27362.  - MemHellV
  27363. 49295X
  27364. Feb 00^
  27365. #Microsystems, Inc. recommended
  27366. ce this is discussed in Inside Macintosh:Macintosh Toolbox E
  27367. camera
  27368. cameras
  27369. cameron
  27370. campaign
  27371. campaigns
  27372. campfire
  27373. t theItem to choose file -- uncomment to test in an AS editor
  27374.     tell application "Finder"
  27375.         open item "Dev.CD Jan 96 SSW"
  27376.         activate
  27377.     end tell
  27378. on error errMsg number errNum
  27379.     --enter statements to perform when no records are found such as...
  27380.     display dialog "Sorry, the item you selected could not be found."
  27381.     return
  27382. end try
  27383. really
  27384. realtime
  27385. rearrange
  27386. reasonably
  27387. reasons
  27388. reboot
  27389. rebuildY
  27390. rebuilding
  27391. rebuiltY
  27392. receive
  27393. received
  27394. receiver
  27395. receives
  27396. receiving
  27397. recent
  27398. recently
  27399. reception
  27400. recipes
  27401. recognition
  27402. recognize
  27403. recognizes
  27404. recognizing
  27405. recommendx
  27406. recommendations
  27407. recommended
  27408. recommends
  27409. recompilation
  27410. recompile
  27411. recordV
  27412. 54335X
  27413. Feb 00^
  27414. r--set theItem to choose file -- uncomment to test in an AS editor
  27415.     tell application "Finder"
  27416.         open item "Dev.CD Feb 00 TC:Sample Code:"
  27417.         activate
  27418.     end tell
  27419. on error errMsg number errNum
  27420.     --enter statements to perform when no records are found such as...
  27421.     display dialog "Sorry, the item you selected could not be found."
  27422.     return
  27423. end try
  27424. Movedq
  27425. Dev.CD Feb 00 TC
  27426. :D!All Packages
  27427. Tool Chest Edition
  27428. OT/PPP Control Strip Sample
  27429. Summary: OT PPP Control Strip Sample is a CW 10 project that  demonstrates how to interact with the OpenTransport PPP control point. The control strip sample will demonstrate how to check  for OT/PPP's existence and whether or not it has loaded. This example will  setup a PPP control point notifier.  
  27430. Note that this sample is not complete, it will not issue a connect or disconnect; this is planned for the next version.
  27431. J'Sample Code.img
  27432. Windows Sample Code.imgK
  27433. Mar 97
  27434. tside yo
  27435. 54089X
  27436. Mar 00^
  27437. --set theItem to choose file -- uncomment to test in an AS editor
  27438.     tell application "Finder"
  27439.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  6:"
  27440.         activate
  27441.     end tell
  27442. on error errMsg number errNum
  27443.     --enter statements to perform when no records are found such as...
  27444.     display dialog "Sorry, the item you selected could not be found."
  27445.     return
  27446. end try
  27447. Next CDq
  27448. Dev.CD Mar 00 RL
  27449. DD(All Packages
  27450. Reference Library Edition
  27451. develop Issue  7
  27452.     No Changef
  27453. QuickTime
  27454. http://developer.apple.com/sdk/q
  27455. Dev.CD Feb 00 TC
  27456. hD!All Packages
  27457. Tool Chest Edition
  27458. QuickTime Java Windows SDKITQuickTime for Java Windows SDK.  Includes QuickTime for Java API javadoc, and demos.J
  27459. QTJava_SDK.zipK
  27460. Feb 00:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:V
  27461. 53394X
  27462. 1e    No Changeo
  27463. http://developer.apple.com/sdk/
  27464. contextualh
  27465. contextual
  27466. menuh
  27467. control
  27468. control
  27469. Virtual User is the primary tool used by Apple Computer to perform integration, compatibility, and user-perceived performance testing.  Virtual User 3.0.1d3 is compatible with System 6.0.5 through Mac OS 9.0.
  27470. Virtual User 3.0.1d3 is a pre-releases version that has some bug fixes for Systems 8.6 and 9.0, and some minor enhancements.  See the release notes for details.
  27471. Includes: Virtual User (FAT application, Sys 9.0 compatible);  Agent VU (enabling system extension); documents; examples.
  27472. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  27473. Target machines:  Mac SE or later, 4 MB memory or greater.  System 6.5 or later (System 7.0 or later preferred).  VU External Tools require System 7.0 or later.
  27474. Virtual User is a host-target based testing system.  At least 2 machines (1 host, many targets) are necessary to perform any testing with Virtual User, and all machines must be connected via an AppleTalk network (TCP/
  27475. All Packages
  27476. System Enabler 003 (LC III)OEDev.CD Apr 94
  27477. Dev.CD Jan 94
  27478. Dev.CD Oct 93
  27479. Dev.CD Jul 93
  27480. Dev.CD Apr 93PDDev.CD Apr 94
  27481. Dev.CD Jan 94
  27482. Dev.CD Oct 93
  27483. Dev.CD Jul 93
  27484. Dev.CD Apr 9V
  27485. 54848X
  27486. Apr 94
  27487. --set theItem to choose file -- uncomment to test in an AS editor
  27488.     tell application "Finder"
  27489.         open item "Dev.CD Apr 94
  27490. Dev.CD Jan 94
  27491. Dev.CD Oct 93
  27492. Dev.CD Jul 93
  27493. Dev.CD Apr 93"
  27494.         activate
  27495.     end tell
  27496. on error errMsg number errNum
  27497.     --enter statements to perform when no records are found such as...
  27498.     display dialog "Sorry, the item you selected could not be found."
  27499.     return
  27500. end try
  27501. All Packages
  27502. System Enabler 003 (LC III)OEDev.CD Apr 94
  27503. Dev.CD Jan 94
  27504. Dev.CD Oct 93
  27505. Dev.CD Jul 93
  27506. Dev.CD Apr 93PDDev.CD Apr 94
  27507. Dev.CD Jan 94
  27508. Dev.CD Oct 93
  27509. Dev.CD Jul 93
  27510. Dev.CD Apr 9V
  27511. 54849X
  27512. Apr 94
  27513. additionalp
  27514. additions@
  27515. advanced@
  27516. affordance@
  27517. alexander@
  27518. all-in-one@
  27519. allowing@
  27520. extension
  27521. which
  27522. enables
  27523. developers
  27524. adopt
  27525. high-leve@
  27526. and/or@
  27527. another@
  27528. anything@
  27529. apple
  27530. apple
  27531. detectors
  27532. technology
  27533. scans
  27534. searchi@
  27535. appletalk@
  27536. applications@
  27537. architecture/roadmap@
  27538. as-is@
  27539. audience@
  27540. automated@
  27541. base@
  27542. basis@
  27543. because@
  27544. believe@
  27545. blue@
  27546. blueprint@
  27547. both@
  27548. bringing@
  27549. byte@
  27550. camera@
  27551. capability@
  27552. carbonlib1.0@
  27553. catch@
  27554. categories@
  27555. changes@
  27556. chinese@
  27557. choices@
  27558. clocks@
  27559. clouseau@
  27560. cmd-q@
  27561. code-like@
  27562. collyer
  27563. color@
  27564. combination@
  27565. common@
  27566. commonly@
  27567. commpiler@
  27568. compatibility
  27569. issues@
  27570. completed@
  27571. computers
  27572. MYAny Macintosh with keyboard.  Any Macintosh System Software. Works on PowerBooks 100-170. OS 9 is recommended.  The minimum requirement is Mac OS 7.6 or later.N'AppleShare, Client, AFP, shared volumesOEDev.CD Apr 00 SDK1:Development Kits:Mac OS:AppleShare Client API SDK:PMDev.CD Apr 00 SDK1
  27573.  - Development Kits
  27574.  - Mac OS
  27575.  - AppleShare Client API SDKV
  27576. 52716X
  27577. Apr 00^
  27578. --set theItem to choose file -- uncomment to test in an AS editor
  27579.     tell application "Finder"
  27580.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:AppleShare Client API SDK:"
  27581.         activate
  27582.     end tell
  27583. on error errMsg number errNum
  27584.     --enter statements to perform when no records are found such as...
  27585.     display dialog "Sorry, the item you selected could not be found."
  27586.     return
  27587. end try
  27588. e    No Changef$AppleShare
  27589. Client
  27590. shared volumesoPftp://ftp.apple.com/developer/Development_Kits/AppleShare_Client_API_SDK.img.hqxq
  27591. Dev.CD Apr 00 SDK1
  27592. CD!All Packages
  27593. Mac OS SDK Edition
  27594. capability
  27595. capable
  27596. capacity
  27597. capitalize
  27598. capped
  27599. captureT
  27600. carbon
  27601. carbon
  27602. 1.0.2
  27603. available
  27604. develope
  27605. carbonlib
  27606. style for Apple-specific terms, especially for those related to the user interface.
  27607. hardware:
  27608. images:
  27609. macos8and9:K
  27610. Apr 00L
  27611. Apr 00M
  27612. web browser
  27613. 6Developer Documentation, Publications, Technical, docs, documentation, Apple Type Services for Unicode Imaging, ATSUI, rendering unicode text, manuals, style, style guide, usage,   iBook, PowerPC, Ethernet, USB, FireWire, AirPort,  PowerBook, RAGE 128 Ethernet, Power Mac, PowerPC, G4, RAGE 128, Ethernet, DVD
  27614. OMDev.CD Apr 00 SDK1:What's New:Developer Documentation:Technical Publications:PUDev.CD Apr 00 SDK1
  27615.  - What's New
  27616.  - Developer Documentation
  27617.  - Technical Publications
  27618. spinning
  27619. spinning
  27620. cursors
  27621. spooler
  27622. sprite
  27623. sprocket
  27624. sprockets
  27625. stack
  27626. stacks
  27627. standard
  27628. standard
  27629. standardfile
  27630. standards
  27631. standards
  27632. based
  27633. starmax
  27634. state
  27635. statements
  27636. status
  27637. storage
  27638. streaming
  27639. streams
  27640. stress
  27641. string
  27642. string
  27643. encoding
  27644. string
  27645. services
  27646. strings
  27647. strip
  27648. strlog
  27649. structure
  27650. structure
  27651. region
  27652. stuffit
  27653. style
  27654. style
  27655. guidew
  27656. stylechat
  27657. sub-menus
  27658. suite
  27659. summary
  27660. survey
  27661. switch
  27662. switcher
  27663. symantec
  27664. symbiotic
  27665. synchronization
  27666. synthesis
  27667. systemc
  27668. system
  27669. system
  27670. features
  27671. system
  27672. identification
  27673. system
  27674. software
  27675. release
  27676. systemsp
  27677. table
  27678. e layer nor does it contribute to global warming.
  27679. This package is System 7.0 compatible.  7.0 compatible.  
  27680.  Hypercard XCMD toolkits which used to be sold through APDA.  These are no longer supported, but may be of interest to developers writing their own XCMDS.
  27681. These XCMDs are not supported by DEVSUPPORT.  Questions will be rejected.  These packages are offered as a convenience to our developers, but are obsolete.
  27682. Issues:  These XCMDs are unsupported.  Do not send questions to DEVSUPPORT.  We can not help you with these XCMDs.
  27683. !Read me (obsolete&unsupported)
  27684. !Read me.txt
  27685. AppleTalk ToolKit.img
  27686. CD Audio Toolkit 1.0.img
  27687. HyperCard CTB Toolkit 1.0b2.img
  27688. HyperCard Serial Toolkit 2..img
  27689. HyperCard Video Toolkit 2.0.img
  27690. Ideas Toolkit 1.0.img
  27691. Prototyping Toolkit 2.0.imgK
  27692. May 95M
  27693. Hypercard.  It is uncertain that these packages will work correctly with the latest version of Hypercard, but they did work with an earlier version.ORDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:
  27694. removefolder
  27695. renderinglib
  27696. renderingwindow
  27697. renderingwindow
  27698. renderingwindow
  27699. rep-iso
  27700. rep-iso/ccitt
  27701. rep-mm
  27702. replaceattributes
  27703. replaceattributes
  27704. replacecharset
  27705. replacecharset
  27706. ltitasking
  27707. music
  27708. mutable
  27709. named
  27710. navigable
  27711. navigable
  27712. movies
  27713. pan/tilt
  27714. movies
  27715. virtual
  27716. navigation
  27717. navigation
  27718. nbplookup
  27719. Mac OS SDK Edition
  27720. New & RevisedF
  27721. Developer Documentation
  27722.     iew release, and a growing list of online publishers
  27723. including, most recently, Fox News Online, Fox Sports Online and The Weather Channel
  27724. QuickTime 4 is the hottest streaming technology on the Internet.
  27725. Over 17,000 software products are built with QuickTime, and 400 new QuickTime-enabled products are created every month. And more than 57% of websites that use video use QuickTime.
  27726. For more informat
  27727. otbuffer
  27728. otbufferinfo
  27729. hrase
  27730. password
  27731. ODDev.CD Apr 00 SDK1:Development Kits:Mac OS:Speech Synthesis Manager:PLDev.CD Apr 00 SDK1
  27732.  - Development Kits
  27733.  - Mac OS
  27734.  - Speech Synthesis ManagerW
  27735. spreadsheetss
  27736. sprite
  27737. sprites
  27738. sprocket
  27739. sprocketinvaders
  27740. sprocketinvaders
  27741. featured
  27742. specfically
  27743. built
  27744. sprockets
  27745. square
  27746. squarewave
  27747. squarewavesynth
  27748. srcxor
  27749. sresource
  27750. stability
  27751. stackn
  27752. stacks
  27753. stagger
  27754. staging
  27755. stem 7
  27756. This package is System 7.0 compatible.J'Sample Code.img
  27757. Windows Sample Code.imgK
  27758. Jan 92O
  27759. Dev.CD Feb 00 TC:Sample Code:P
  27760. Dev.CD Feb 00 TC
  27761.  - Sample CodeV
  27762. 50482X
  27763. Feb 00^
  27764. #ins a new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  27765.  can control movies with operations : start, stop, sound on/off, frame advance, playbar, size grow box, hide and show of controllers.  The special Movie Controller window allows the user to eliminate movie controllers from any window.
  27766. Movie Editing:  Cut, copy, paste, clear and undo of movies. This tool supports both editing conventions with either the standard controllers or by copying movie selections using the Movie Toolbox.  Use the shift key and move the playbar to make a selection. 
  27767.  The selection portion of the playbar turns black.  After that, all items in the Edit menu will function.  Movies copied to the clipboard will include both the poster PICT and the 'moov' sequence.  The Finder will show only the Poster PICT.
  27768. Looping:  Both forms of looping blayback are supported : normal and palindrome looping.  Palindrome loop involves playing forwards, then backwards then forwards again.  You can perform this operation on the single active movie or on multiple movies.
  27769. OTDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTtoJavaImage:PbDev.CD Feb 00 TC
  27770.  - What's New?
  27771.  - Sample Code
  27772.  - QuickTime
  27773.  - QuickTime for Java
  27774.  - QTtoJavaImageV
  27775. 54442X
  27776. Feb 00^
  27777. --set theItem to choose file -- uncomment to test in an AS editor
  27778.     tell application "Finder"
  27779.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTtoJavaImage:"
  27780.         activate
  27781.     end tell
  27782. on error errMsg number errNum
  27783.     --enter statements to perform when no records are found such as...
  27784.     display dialog "Sorry, the item you selected could not be found."
  27785.     return
  27786. end try
  27787. e    No Changef
  27788. QuickTime
  27789. Dev.CD Feb 00 TC
  27790. All Packages
  27791. QuickDraw 3DO
  27792. Dev.CD Jan 96 SSWP
  27793. Dev.CD Jan 96 SSV
  27794. 54443X
  27795. Jan 96
  27796.   display dialog "Sorry, the item you selected could not be found."
  27797.     return
  27798. end try
  27799. e    No ChangefGLocation
  27800. Configuration
  27801. Setting
  27802. Preference
  27803. Switch
  27804. Module
  27805. Environmentq
  27806. Dev.CD Apr 00 SDK1
  27807. Dev.CD Apr 95
  27808. Dev.CD Jan 9V
  27809. 54518X
  27810. Apr 95
  27811. p--set theItem to choose file -- uncomment to test in an AS editor
  27812.     tell application "Finder"
  27813.         open item "Dev.CD Apr 95
  27814. Dev.CD Jan 95"
  27815.         activate
  27816.     end tell
  27817. on error errMsg number errNum
  27818.     --enter statements to perform when no records are found such as...
  27819.     display dialog "Sorry, the item you selected could not be found."
  27820.     return
  27821. end try
  27822. All Packages
  27823. QuickDraw GXO
  27824. Dev.CD Apr 95
  27825. Dev.CD Jan 95P
  27826. Dev.CD Apr 95
  27827. Dev.CD Jan 9V
  27828. 54519X
  27829. Apr 95
  27830. p--set theItem to choose file -- uncomment to test in an AS editor
  27831.     tell application "Finder"
  27832.         open item "Dev.CD Apr 95
  27833. Dev.CD Jan 95"
  27834.         activate
  27835.     end tell
  27836. on error errMsg number errNum
  27837.     --enter statements to perform when no records are found such as...
  27838.     display dialog "Sorry, the item you selected could not be found."
  27839.     return
  27840. end try
  27841. All Packages
  27842. QuickDraw GXO
  27843. Dev.CD Apr 95P
  27844. Dev.CD Apr 9V
  27845. 54520X
  27846. discV
  27847. discard
  27848. disclaimer
  27849. disclosure
  27850. disconnect
  27851. discourages
  27852. discover
  27853. discovered
  27854. discovering
  27855. discs
  27856. discuss
  27857. discussed
  27858. discussesv
  27859. discussion
  27860. discussions
  27861. disinfectant
  27862. diskg
  27863. utility
  27864. application
  27865. mount
  27866. disk-inserted
  27867. diskfiller
  27868. diskrestore
  27869. disks
  27870. diskscripts
  27871. disparate
  27872. dispatch
  27873. displayO
  27874. ances
  27875. D!All Packages
  27876. Tool Chest Edition
  27877. Http Server
  27878. Summary:  This is a functional OpenTransport  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  27879. Issues:  Doesnt parse HTTP yet, but replies with a test page.. 
  27880. IOStreams recv not functional yet,  OT Listen/Accept loop needs improvementchnique.pdf
  27881. Avoid Audio Pitfalls Guide.pdf
  27882. CompbasedMediaBroadcastEnv
  27883. Creating MIDI for the Web3.pdf
  27884. DeBabelizer 3.0.pdf
  27885. Design For Reuse.pdf
  27886. DesignForRobustness
  27887. Digital Asset Management.pdf
  27888. Digital Storyboard.pdf 
  27889. DVD Development.pdf
  27890. DVD_Primer.pdf
  27891. Enhanced CD Survival Guide.pdf
  27892. EOModeler
  27893. Frameworks.pdf
  27894. Gender-Based Title Creation.pdf
  27895. Int_Media_Writer_Resources.pdf
  27896. Java Survival Guide.pdf
  27897. Making Cool QD3D Apps.pdf
  27898. Music on the Net.pdf
  27899. New Audio Features QT3.pdf
  27900. Porting
  27901. Jul 98 Finder is OSL-compliant, opening the door to 
  27902. display
  27903. display
  27904. manager
  27905. resolution
  27906. screen
  27907. monitor
  27908. pixel
  27909. depth
  27910. display
  27911. manager
  27912. window
  27913. arrangement
  27914. display
  27915. pixel
  27916. depth
  27917. disposeresource
  27918. disposeresource
  27919. debugging
  27920. resource
  27921. handles
  27922. dither
  27923. documentation
  27924. manuals
  27925. style
  27926. usage
  27927. style
  27928. guidew
  27929. promisehfsflavor
  27930. promise
  27931. finder
  27932. drawsprocket
  27933. drawsprocket
  27934. context
  27935. switch
  27936. drawsprocket
  27937. getversion
  27938. context
  27939. drive
  27940. driver
  27941. drivers
  27942. duplication
  27943. content
  27944. development
  27945. entertainment
  27946. consumer
  27947. electronics
  27948. dynamicu
  27949. editorY
  27950. eject
  27951. electronics
  27952. elements
  27953. email
  27954. embed
  27955. emulator
  27956. enabled
  27957. encoding
  27958. entertainment
  27959. environmentt
  27960. eomodeler
  27961. eomodeler
  27962. database
  27963. OTDev.CD Jul 99 SDK1:What's New:Reference Library:Technical Publications:MacOSXServer:P_Dev.CD Jul 99 SDK1
  27964.  - What's New
  27965.  - Reference Library
  27966.  - Technical Publications
  27967.  - MacOSXServerV
  27968. 55074X
  27969. Jul 99^
  27970. --set theItem to choose file -- uncomment to test in an AS editor
  27971.     tell application "Finder"
  27972.         open item "Dev.CD Jul 99 SDK1:What's New:Reference Library:Technical Publications:MacOSXServer:"
  27973.         activate
  27974.     end tell
  27975. on error errMsg number errNum
  27976.     --enter statements to perform when no records are found such as...
  27977.     display dialog "Sorry, the item you selected could not be found."
  27978.     return
  27979. end try
  27980. e    No Changef@MacOSXServer
  27981. AppKit
  27982. Foundation
  27983. Project Builder
  27984. Interface Builderq
  27985. Dev.CD Jul 99 SDK1
  27986. All Packages
  27987. F!Technical Publications: QuickTime
  27988. 55075X
  27989. bridge
  27990. broadcast
  27991. browse
  27992. browse
  27993. internet
  27994. services
  27995. browser
  27996. buffered
  27997. buffered
  27998. system
  27999. buffering
  28000. reports
  28001. 54610X
  28002. Jul 93
  28003. b--set theItem to choose file -- uncomment to test in an AS editor
  28004.     tell application "Finder"
  28005.         open item "Dev.CD Jul 93"
  28006.         activate
  28007.     end tell
  28008. on error errMsg number errNum
  28009.     --enter statements to perform when no records are found such as...
  28010.     display dialog "Sorry, the item you selected could not be found."
  28011.     return
  28012. end try
  28013. All Packages
  28014. F    QuickTimeO
  28015. Dev.CD Jul 93P
  28016. Dev.CD Jul 9V
  28017. 54611X
  28018. Jul 93
  28019. b--set theItem to choose file -- uncomment to test in an AS editor
  28020.     tell application "Finder"
  28021.         open item "Dev.CD Jul 93"
  28022.         activate
  28023.     end tell
  28024. on error errMsg number errNum
  28025.     --enter statements to perform when no records are found such as...
  28026.     display dialog "Sorry, the item you selected could not be found."
  28027.     return
  28028. end try
  28029. All Packages
  28030. F    QuickTimeO
  28031. Dev.CD Jul 93
  28032. Dev.CD Apr 93P
  28033. Dev.CD Jul 93
  28034. Dev.CD Apr 9V
  28035. 54612X
  28036. Jul 93
  28037. quicktime
  28038. conferencing
  28039. XD!All Packages
  28040. Tool Chest Edition
  28041. Dev.CD Jan 96 SDK1P
  28042. Dev.CD Jan 96 SDKV
  28043. 53225X
  28044. Jan 96
  28045. g--set theItem to choose file -- uncomment to test in an AS editor
  28046.     tell application "Finder"
  28047.         open item "Dev.CD Jan 96 SDK1"
  28048.         activate
  28049.     end tell
  28050. on error errMsg number errNum
  28051.     --enter statements to perform when no records are found such as...
  28052.     display dialog "Sorry, the item you selected could not be found."
  28053.     return
  28054. end try
  28055. All Packages
  28056. QuickDraw GXO
  28057. Dev.CD Jan 96 SDK1P
  28058. Dev.CD Jan 96 SDKV
  28059. 53226X
  28060. Jan 96
  28061. g--set theItem to choose file -- uncomment to test in an AS editor
  28062.     tell application "Finder"
  28063.         open item "Dev.CD Jan 96 SDK1"
  28064.         activate
  28065.     end tell
  28066. on error errMsg number errNum
  28067.     --enter statements to perform when no records are found such as...
  28068.     display dialog "Sorry, the item you selected could not be found."
  28069.     return
  28070. end try
  28071. All Packages
  28072. QuickDraw GXO
  28073. Dev.CD Jan 96 SDK1V
  28074. 53227X
  28075. All Packages
  28076. System Enabler 003 (LC III)OEDev.CD Apr 94
  28077. Dev.CD Jan 94
  28078. Dev.CD Oct 93
  28079. Dev.CD Jul 93
  28080. Dev.CD Apr 93PDDev.CD Apr 94
  28081. Dev.CD Jan 94
  28082. Dev.CD Oct 93
  28083. Dev.CD Jul 93
  28084. Dev.CD Apr 9V
  28085. 54850X
  28086. Apr 94
  28087. --set theItem to choose file -- uncomment to test in an AS editor
  28088.     tell application "Finder"
  28089.         open item "Dev.CD Apr 94
  28090. Dev.CD Jan 94
  28091. Dev.CD Oct 93
  28092. Dev.CD Jul 93
  28093. Dev.CD Apr 93"
  28094.         activate
  28095.     end tell
  28096. on error errMsg number errNum
  28097.     --enter statements to perform when no records are found such as...
  28098.     display dialog "Sorry, the item you selected could not be found."
  28099.     return
  28100. end try
  28101. All Packages
  28102. System Enabler 003 (LC III)OEDev.CD Apr 94
  28103. Dev.CD Jan 94
  28104. Dev.CD Oct 93
  28105. Dev.CD Jul 93
  28106. Dev.CD Apr 93PDDev.CD Apr 94
  28107. Dev.CD Jan 94
  28108. Dev.CD Oct 93
  28109. Dev.CD Jul 93
  28110. Dev.CD Apr 9V
  28111. 54851X
  28112. Apr 94
  28113. 54116X
  28114. Nov 99^
  28115. --set theItem to choose file -- uncomment to test in an AS editor
  28116.     tell application "Finder"
  28117.         open item "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  28118. PS 1.1.3:"
  28119.         activate
  28120.     end tell
  28121. on error errMsg number errNum
  28122.     --enter statements to perform when no records are found such as...
  28123.     display dialog "Sorry, the item you selected could not be found."
  28124.     return
  28125. end try
  28126. Deletedq
  28127. Dev.CD Nov 99 TC
  28128. _D(All Packages
  28129. Reference Library Edition
  28130. DropDiskIxSummary:  DropDisk is an application that mounts disk images on the desktop.  See the file "About DropDisk" for details.J
  28131. About DropDisk
  28132. DropDiskK
  28133. Jan 95O*Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:P/Dev.CD Dec 99 RL
  28134.  - Utilities
  28135.  - DropDisk 1.0b5V
  28136. 54117X
  28137. Dec 99^
  28138. #nd added tab character handling. The document also contains an appendix detailing the API elements from other technologies that are also used by ATSUI.
  28139. ------------------------------------------------
  28140. The free Adobe
  28141.  Acrobat
  28142.  Reader allows you to view, navigate, and print PDF files across all major computing platforms. Acrobat Reader is the free viewing companion to Adobe Acrobat 3.0 and to Acrobat Capture
  28143.  software.
  28144. For full instructions on using the Acrobat Reader please see the Acrobat Reader 3.0 Online Guide, which can be found in the file READER.PDF in the Help folder (which is in the same folder as the Acrobat Reader).  When using  Acrobat Reader, selecting the Help > Reader Onli
  28145. ne Guide menu will open READER.PDF automatically. (Note: the Help menu is the second menu from the right and is indicated by a Question mark icon.)
  28146. Adobe encourages you to register as an Acrobat Reader user; letting us know who you are helps us continue to provide you with better products, better service, and the most up-to-date information on Adobe Acrobat. If you have not already registered, please do so at:
  28147.     http://www.adobe.com/acrobat/register.html
  28148. To view the latest information
  28149. f9live scrolling
  28150. control
  28151. proportional scroll bar
  28152. appearanceq
  28153. Dev.CD Feb 00 TC
  28154. D!All Packages
  28155. Tool Chest Edition
  28156. Live Scroll 1.0
  28157. Summary:  "Live Scroll" is a bare bones application demonstrating one approach you can take to implementing live scrolling (aka active and dynamic scrolling) during the tracking of scroll bar thumbs. Scroll arrows allow accurate placement of a document within its window, but are often too slow when the user wishes to scroll the content relatively large distances. While the scroll thumb can be used in this situation, it is less than ideal because the user cannot see the result of the scroll738X
  28158. Feb 00^
  28159. #o a file are noted in a change history at the beginning of the file.
  28160. J'Sample Code.img
  28161. Windows Sample Code.imgK
  28162. Apr 98L
  28163. Nov 99M
  28164. Any text editor.NDtext encoding, character set, Text Encoding Converter, font encodingO
  28165. Dev.CD Feb 00 TC:Sample Code:P
  28166. Dev.CD Feb 00 TC
  28167.  - Sample Codetry
  28168. ngeo.http://developer.apple.com/techpubs/index.html
  28169. synchronization
  28170. system
  28171. manager
  28172. files
  28173. filters
  28174. content
  28175. extractor
  28176. finderdragpro
  28177. finderevents
  28178. finderevents
  28179. finderheaps
  28180. finderlaunch
  28181. findprinter
  28182. floatingpoint
  28183. editor
  28184. folder
  28185. folder
  28186. watching
  28187. fonts
  28188. fonts
  28189. 6.0.4
  28190. format
  28191. formatter
  28192. forms
  28193. fragment
  28194. fragment
  28195. framework
  28196. french
  28197. front
  28198. function
  28199. games
  28200. gamesprocket
  28201. gamesprocket
  28202. germany
  28203. gestalt
  28204. gestalt
  28205. selectors
  28206. getenetaddrdirect
  28207. getenetaddrdirect
  28208. gethelpstrings
  28209. getpppstatus
  28210. getsetoptions
  28211. globals
  28212. glossariess
  28213. glyphaiv
  28214. goodies
  28215. graphics
  28216.  are found such as...
  28217.     display dialog "Sorry, the item you selected could not be found."
  28218.     return
  28219. end try
  28220. All Packages
  28221. Apr 00^
  28222. --set theItem to choose file -- uncomment to test in an AS editor
  28223.     tell application "Finder"
  28224.         open item "Dev.CD Apr 00 SDK1:Development Kits:Hardware:PC Card SDKs:"
  28225.         activate
  28226.     end tell
  28227. on error errMsg number errNum
  28228.     --enter statements to perform when no records are found such as...
  28229.     display dialog "Sorry, the item you selected could not be found."
  28230.     return
  28231. end try
  28232. e    No Changeq
  28233. Dev.CD Apr 00 SDK1
  28234. ND!All Packages
  28235. Tool Chest Edition
  28236. ple which demonstrates a Ethernet driver, PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  28237. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunck card in conjunc
  28238. J'Sample Code.img
  28239. Windows Sample Code.imgK
  28240. May 97L
  28241. May 97O
  28242. Dev.CD Feb 00 TC:Sample Code:P
  28243. Dev.CD Feb 00 TC
  28244.  - Sample CodeV
  28245. 54667X
  28246. Feb 00^
  28247. r--set theItem to choose file -- uncomment to test in an AS editor
  28248.     tell application "Finder"
  28249.         open item "Dev.CD Feb 00 TC:Sample Code:"
  28250.         activate
  28251.     end tell
  28252. on error errMsg number errNum
  28253.     --enter statements to perform when no records are found such as...
  28254.     display dialog "Sorry, the item you selected could not be found."
  28255.     return
  28256. end try
  28257. e    No Changeq
  28258. Dev.CD Feb 00 TC
  28259. D!All Packages
  28260. Tool Chest Edition
  28261. Sample Code Survey
  28262. windows
  28263. system
  28264. files
  28265. windowutilities
  28266. windowutilities
  28267. windowutilities
  28268. withe
  28269. services
  28270. machack
  28271. services
  28272. specification
  28273. services
  28274. specification
  28275. services
  28276. 1.0d2
  28277. orksheet
  28278. wprocasm
  28279. All Packages
  28280. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  28281. Dev.CD Jan 94
  28282. Dev.CD Oct 93
  28283. Dev.CD Jul 93P6Dev.CD Apr 94
  28284. Dev.CD Jan 94
  28285. Dev.CD Oct 93
  28286. Dev.CD Jul 9V
  28287. 54965X
  28288. Apr 94
  28289. --set theItem to choose file -- uncomment to test in an AS editor
  28290.     tell application "Finder"
  28291.         open item "Dev.CD Apr 94
  28292. Dev.CD Jan 94
  28293. Dev.CD Oct 93
  28294. Dev.CD Jul 93"
  28295.         activate
  28296.     end tell
  28297. on error errMsg number errNum
  28298.     --enter statements to perform when no records are found such as...
  28299.     display dialog "Sorry, the item you selected could not be found."
  28300.     return
  28301. end try
  28302. All Packages
  28303. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  28304. Dev.CD Jan 94
  28305. Dev.CD Oct 93
  28306. Dev.CD Jul 93P6Dev.CD Apr 94
  28307. Dev.CD Jan 94
  28308. Dev.CD Oct 93
  28309. Dev.CD Jul 9V
  28310. 54966X
  28311. Apr 94
  28312. he/she
  28313. headaches
  28314. headerg
  28315. headers
  28316. heading
  28317. healthj
  28318. heaps
  28319. heartbeat
  28320. 54655X
  28321. Feb 00^
  28322. r--set theItem to choose file -- uncomment to test in an AS editor
  28323.     tell application "Finder"
  28324.         open item "Dev.CD Feb 00 TC:Sample Code:"
  28325.         activate
  28326.     end tell
  28327. on error errMsg number errNum
  28328.     --enter statements to perform when no records are found such as...
  28329.     display dialog "Sorry, the item you selected could not be found."
  28330.     return
  28331. end try
  28332. e    No Changeq
  28333. Dev.CD Feb 00 TC
  28334. zD!All Packages
  28335. Tool Chest Edition
  28336. Sample Code - Devices
  28337. (** = new, * = revised)
  28338. ADB Key Spy 1.0.1b3:   This package provides something of a replacement for GetKeys by maintaining a key map reflecting the state of each keyboard attached to the Mac via ADB.
  28339. Features methods for:  building a system extension; using the ADB API; "patching" ADB service routines;  building, installing, and using a driver; and mapping physical key codes to virtual key codes.
  28340. AsyncDriverSample 1.0b4:  This sample shows how to write a fully asynchronous block device d(
  28341. architecture/roadmap
  28342. architectures
  28343. archive
  28344. archived
  28345. archivesi
  28346. articlesj
  28347. articulate
  28348. artwork
  28349. p--set theItem to choose file -- uncomment to test in an AS editor
  28350.     tell application "Finder"
  28351.         open item "Dev.CD Jul 93
  28352. Dev.CD Apr 93"
  28353.         activate
  28354.     end tell
  28355. on error errMsg number errNum
  28356.     --enter statements to perform when no records are found such as...
  28357.     display dialog "Sorry, the item you selected could not be found."
  28358.     return
  28359. end try
  28360. router
  28361. script
  28362. scriptable
  28363. scripting
  28364. search
  28365. server
  28366. server
  28367. controls
  28368. setting
  28369. sharedu
  28370. shared
  28371. volumes
  28372. signature
  28373. softwareQ
  28374. style
  28375. style
  28376. guidew
  28377. stylechat
  28378. summary
  28379. switch
  28380. systemc
  28381. system
  28382. systemsp
  28383. table
  28384. testing
  28385. tokenQ
  28386. token
  28387. ringQ
  28388. tokentalk
  28389. translationy
  28390. transport
  28391. usage
  28392. video
  28393. virtual
  28394. virtual
  28395. virtualuser
  28396. volumes
  28397. vtwin
  28398. wannabe
  28399. f--set theItem to choose file -- uncomment to test in an AS editor
  28400.     tell application "Finder"
  28401.         open item "Dev.CD Jun 97 SSW"
  28402.         activate
  28403.     end tell
  28404. on error errMsg number errNum
  28405.     --enter statements to perform when no records are found such as...
  28406.     display dialog "Sorry, the item you selected could not be found."
  28407.     return
  28408. end try
  28409. und."
  28410.     return
  28411. end try
  28412. e    No ChangefmA/ROSE
  28413. Macintosh Coprocessor Platform
  28414. Ethernet NB
  28415. PowerPC
  28416. Network Software
  28417. AppleTalk
  28418. TokenTalk
  28419. Token Ringq
  28420. Dev.CD Feb 00 TC
  28421. D!All Packages
  28422. Tool Chest Edition
  28423. About Developer University
  28424.      in an AS editor
  28425.     tell application "Finder"
  28426.         open item "Dev.CD Jul 96 SSW"
  28427.         activate
  28428.     end tell
  28429. on error errMsg number errNum
  28430.     --enter statements to perform when no records are found such as...
  28431.     display dialog "Sorry, the item you selected could not be found."
  28432.     return
  28433. end try
  28434. All Packages
  28435. WorldScript UpdaterO
  28436. Dev.CD Jul 96 SSWV
  28437. 52637X
  28438. in-depth
  28439. in-house
  28440. in-memory
  28441. in-store
  28442. in/out
  28443. highlights:
  28444. Using C++ Objects in a Handle-Based World.  Avoiding headaches when you use C++ objects in the Macintosh world.
  28445. Using Objects Safely in Object Pascal.  Guidelines to take the worry out of using objects so you can relax and enjoy their advantages.
  28446. The Secret Life of the Memory Manager.  Memory Manager behavior and how it affects your applications.
  28447. Speed Your Software Development with MacApp.  Let MacApp 
  28448. take care of the user so you can focus on writing
  28449. and reusing
  28450. code.
  28451. How to Design an Object-Based Application.  A step-by-step two-phase process for designing an object-bases application.
  28452. Unofficial C++ Style Guide.  How to harness C++
  28453. s power without getting tripped up by some of its less savory features.
  28454. Demystifying the GS/OS Cache.  Taking the mystery and confusion out of caching algorithms. 
  28455. J(develop Issue  2:
  28456. develop Issue  2 code:K
  28457. Vol IIIL
  28458. Jun 95y using URLs.  Files ma
  28459. mO6Dev.CD Apr 00 SDK1:What's New:Development Kits:Mac OS:P>Dev.CD Apr 00 SDK1
  28460.  - What's New
  28461.  - Development Kits
  28462.  - Mac OSV
  28463. 54003X
  28464. Apr 00^
  28465. SDK1b
  28466. --set theItem to choose file -- uncomment to test in an AS editor
  28467.     tell application "Finder"
  28468.         open item "Dev.CD Apr 00 SDK1:What's New:Development Kits:Mac OS:"
  28469.         activate
  28470.     end tell
  28471. on error errMsg number errNum
  28472.     --enter statements to perform when no records are found such as...
  28473.     display dialog "Sorry, the item you selected could not be found."
  28474.     return
  28475. end try
  28476. New Packagef
  28477. Carbon
  28478.  CarbonLibo
  28479. http://developer.apple.com/sdkq
  28480. Dev.CD Apr 00 SDK1
  28481. nD!All Packages
  28482. Mac OS SDK Edition
  28483. CardBus DDK
  28484.     eads
  28485. tasks
  28486. tasking
  28487. multitasking
  28488. threading
  28489. threads
  28490. timing
  28491. tokenQ
  28492. tokenize
  28493. tokenizer
  28494. tokenizer
  28495. fcode
  28496. navig
  28497. navigable
  28498. navigable
  28499. movie
  28500. toolkit
  28501. uly 9
  28502. se    No Changeq
  28503. Dev.CD Feb 00 TC
  28504. tD!All Packages
  28505. Mac OS SDK Edition
  28506. Rhapsody Documentation
  28507. OpenStep documentation applies to Rhapsody! That means you can develop OpenStep applications today and use the same source base for Rhapsody later.
  28508. UPDATED  DOCUMENTATION:
  28509. Discovering OPENSTEP: A Developer Tutorial (Rhapsody)
  28510. Updated for Rhapsody: new material, all reported bugs fixed, with screenshots of the Rhapsody development environment.
  28511. Appkit Reference
  28512. The complete reference for OpenStep Application kit classes and protocols. The Appkit provides everything the user sees and touchs Toolbox
  28513. Sept 9
  28514. q--set theItem to choose file -- uncomment to test in an AS editor
  28515.     tell application "Finder"
  28516.         open item "Dev.CD Sept 92
  28517. Dev.CD Aug 92"
  28518.         activate
  28519.     end tell
  28520. on error errMsg number errNum
  28521.     --enter statements to perform when no records are found such as...
  28522.     display dialog "Sorry, the item you selected could not be found."
  28523.     return
  28524. end try
  28525. menus
  28526. menuscripter
  28527. metafile
  28528. meters
  28529. metrowerks
  28530. middleware
  28531. mismatch
  28532. missA
  28533. mixed
  28534. mixed
  28535. modal
  28536. modal
  28537. dialog
  28538. module
  28539. monitor
  28540. moofwars
  28541. morefiles
  28542. moreisbetter
  28543. needs
  28544. netsprocket
  28545. networkQ
  28546. network
  28547. preferences
  28548. network
  28549. setup
  28550. network
  28551. softwareQ
  28552. networking
  28553. newsi
  28554. notes
  28555. number
  28556. number
  28557. formatting
  28558. object-oriented
  28559. objectsupportlib
  28560. opaque
  28561. opaque
  28562. types
  28563. systems
  28564. transport
  28565. opentransport
  28566. optimizing
  28567. option
  28568. option
  28569. management
  28570. ordered
  28571. ordered
  28572. collection
  28573. ot/ppp
  28574. ot/ppp
  28575. transport
  28576. otfifo
  28577. otlifo
  28578. otlink
  28579. otoptionmanagment
  28580. living
  28581. llama
  28582. load/dump
  28583. loaded
  28584. loading
  28585. local
  28586. locale
  28587. locale-insensitive
  28588. locale-sensitive
  28589. locales
  28590. localizable
  28591. localizations
  28592. localizey
  28593. localizeds
  28594. localizersy
  28595. localizing
  28596. localtalkB
  28597. locatex
  28598. located
  28599. locating
  28600. locationt
  28601. locations
  28602. locator
  28603. lock/unlock
  28604. locked
  28605. lockfile
  28606. locking
  28607. lockvol
  28608. loggingY
  28609. logicz
  28610. long-awaited
  28611. xI:Summary: This document explains the Sad Mac Error codes.  J
  28612. Hardware tools.imgK
  28613. Vol IIIL
  28614. Jan 93O?Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD Feb 00 TC
  28615.  - Tool Chest
  28616.  - Testing & Debugging
  28617.  - Hardware toolsV
  28618. 54654X
  28619. Feb 00^
  28620. --set theItem to choose file -- uncomment to test in an AS editor
  28621.     tell application "Finder"
  28622.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  28623.         activate
  28624.     end tell
  28625. on error errMsg number errNum
  28626.     --enter statements to perform when no records are found such as...
  28627.     display dialog "Sorry, the item you selected could not be found."
  28628.     return
  28629. end try
  28630. e    No Changeq
  28631. Dev.CD Feb 00 TC
  28632. yD!All Packages
  28633. Tool Chest Edition
  28634. F+Sample Code - Development Tools & Languages
  28635.     - Hardwareon 1.1 of MacTCP does not work in this configuration.
  28636. J@MacTCP+ Tool
  28637. README for MacTCP+ Tool
  28638. README for MacTCP+ Tool.txtK
  28639. Mar 92:Tool Chest:Networking:MacTCP:MacTCP+ Tool:V
  28640. 49289X
  28641. 1e    No Change
  28642. getinfo
  28643. getinfo
  28644. global
  28645. glossars
  28646. glossaryw
  28647. glypha
  28648. glypha
  28649. glyphaiv
  28650. glyphaiv
  28651. glyphaiv
  28652. goodies
  28653. graphical
  28654. graphical
  28655. interface
  28656. graphicsR
  28657. grayscaleo
  28658. groupdrawing
  28659. easyview
  28660. guideS
  28661. guide
  28662. guide
  28663. contents
  28664. guidelines
  28665. spooler
  28666. patch
  28667. ity Apple Data Detectors (control panel) - allows user to configure which detectors and actions should be enabled
  28668. Apple Data Detectors Scripting (scripting addition) - provides terminology to AppleScript so developers can develop new actions with the Script Editor Detector Editor (tool) - helps developer to more easily create and test new detectors
  28669. Internet Address Detectors 1.0.1 requires Mac OS 8 or laterApple Data Detectors 1.0.2 (SDK) extension and control panel require Mac OS 7.6 or 
  28670. later
  28671. Detector Editor requires Mac OS 8 or later
  28672. Apple initially shipped Internet Address Detectors 1.0.1 as the premiere set of detectors and actions using the technology Apple Data Detectors.  This was limited to Mac OS 8 only.  Now, developers can write new detectors and actions and deliver this functionality to users who are running Mac OS 7.6 because the extension and control panel for the SDK (1.0.2) have been qualified to work on Mac OS 7.6 or later.  Note that developers will als
  28673. programsj
  28674. progress
  28675. progress
  28676. authentication
  28677. progressbars
  28678. progresswindoid
  28679. prohibitedo
  28680. projectf
  28681. projectbuilder
  28682. projectdrag
  28683. projectfolders
  28684. projectmenu
  28685. projector
  28686. projects
  28687. projectx
  28688. projlistmenu
  28689. prominent
  28690. prominently
  28691. promised
  28692. promises
  28693. promotion
  28694. promotional
  28695. promotions
  28696. prompt
  28697. promptsY
  28698. propagates
  28699. proper
  28700. properly
  28701. properties
  28702. prospective
  28703. protect
  28704. protected
  28705. proto
  28706. protocol
  28707. protocol's
  28708. protocols
  28709. infox
  28710. infoid
  28711. infoid
  28712. information
  28713. init]
  28714. inputsprocketsimplet
  28715. inputsprocketsimplet
  28716. inputsprockettest
  28717. inputsprockettest
  28718. inputsprockettest
  28719. installX
  28720. install
  28721. install
  28722. english
  28723. install
  28724. francais
  28725. install
  28726. install
  28727. install
  28728. install
  28729. install
  28730. install
  28731. install
  28732. install
  28733. install
  28734. install
  28735. install
  28736. install
  28737. install
  28738. install
  28739. 2.6.5X
  28740. install
  28741. 3.0.1Y
  28742. install
  28743. 1.0.2t
  28744. install
  28745. 2.0.1t
  28746. install
  28747. english
  28748. install
  28749. macapp
  28750. r13u4
  28751. install
  28752. macapp
  28753. r13u5
  28754. install
  28755. macapp
  28756. r14d5
  28757. installerZ
  28758. 54431X
  28759. Apr 00^
  28760. --set theItem to choose file -- uncomment to test in an AS editor
  28761.     tell application "Finder"
  28762.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Sample Code:ProfileRenamer:"
  28763.         activate
  28764.     end tell
  28765. on error errMsg number errNum
  28766.     --enter statements to perform when no records are found such as...
  28767.     display dialog "Sorry, the item you selected could not be found."
  28768.     return
  28769. end try
  28770. e    No Changef
  28771. ColorSync profile rename toolq
  28772. Dev.CD Apr 00 SDK1
  28773. D(All Packages
  28774. Reference Library Edition
  28775. ProgGuide to Apple ScannersI
  28776. Summary: The "Programmer's Guide to Apple Scanners, second edition" is a complete revision of the original manual incorporating detailed information on the Apple Color OneScanner including driver calls and SCSI commands.J1Apple CD-ROM Handbook
  28777. ProgGuide to Apple ScannersK
  28778. Mar 93M
  28779. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:
  28780. Chinese Handwriting KitO
  28781. Dev.CD May 97 TCP
  28782. Dev.CD May 97 Tan AS editor
  28783.     tell application "Finder"
  28784.         open item "Dev.CD Apr 94
  28785. Dev.CD Jan 94
  28786. Dev.CD Oct 93
  28787. Dev.CD Jul 93
  28788. Dev.CD Apr 93"
  28789.         activate
  28790.     end tell
  28791. on error errMsg number errNum
  28792.     --enter statements to perform when no records are found such as...
  28793.     display dialog "Sorry, the item you selected could not be found."
  28794.     return
  28795. end try
  28796. p0nnz
  28797. pablo
  28798. packageU
  28799. summary
  28800. system
  28801. 7.5.5
  28802. update
  28803. system
  28804. software
  28805. summary
  28806. application
  28807. exercises
  28808. copybits
  28809. copymask
  28810. summary
  28811. document
  28812. contains
  28813. helpful
  28814. converti@
  28815. summary
  28816. folder
  28817. contains
  28818. dozens
  28819. samples
  28820. summary
  28821. folder
  28822. contains
  28823. electronic
  28824. forms
  28825. allow
  28826. package--opendoc
  28827. examples
  28828. exceeds
  28829. except
  28830. exception
  28831. exceptional
  28832. exceptions
  28833. exchange
  28834. exchanging
  28835. selected could not be found."
  28836.     return
  28837. end try
  28838. All Packages
  28839. Chinese Language Kit UpdaterV
  28840. 47794X
  28841. archived
  28842. windname
  28843. windname
  28844. window
  28845. window
  28846. windowdialog
  28847. windowdialog
  28848. windowpalette
  28849. windowpalette
  28850. windowpicker
  28851. windowsN
  28852. Wsuch as...
  28853.     display dialog "Sorry, the item you selected could not be found."
  28854.     return
  28855. end try
  28856. All Packages
  28857. F    QuickTimeO
  28858. Dev.CD Jul 93
  28859. Dev.CD Apr 93V
  28860. 52115X
  28861. Summary: This folder contains the VU Assist C++ tool to increase Virtual User compatibility with MacApp applications.
  28862. Features: There is a different tool for MacApp 2.0.1 and MacApp 3.0.J
  28863. Virtual User tools.imgK
  28864. Aug 92L
  28865. Nov/Dec 92MiMPW 3.2, MacApp 2.0.1 or 3.0 application, Virtual User Host and target, VU Agent installed on Target CPU.N
  28866. VU, Virtual UserOCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  28867.  - Tool Chest
  28868.  - Testing & Debugging
  28869.  - Virtual User toolsV
  28870. 55108X
  28871. Feb 00^
  28872. --set theItem to choose file -- uncomment to test in an AS editor
  28873.     tell application "Finder"
  28874.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  28875.         activate
  28876.     end tell
  28877. on error errMsg number errNum
  28878.     --enter statements to perform when no records are found such as...
  28879.     display dialog "Sorry, the item you selected could not be found."
  28880.     return
  28881. end try
  28882. e    No Changef
  28883. Virtual Userq
  28884. Dev.CD Feb 00 TC
  28885. All Packages
  28886. CPU SE 406O
  28887. Dev.CD Jul 95P
  28888. Dev.CD Jul 9V
  28889. 54045X
  28890. Jul 95
  28891. b--set theItem to choose file -- uncomment to test in an AS editor
  28892.     tell application "Finder"
  28893.         open item "Dev.CD Jul 95"
  28894.         activate
  28895.     end tell
  28896. on error errMsg number errNum
  28897.     --enter statements to perform when no records are found such as...
  28898.     display dialog "Sorry, the item you selected could not be found."
  28899.     return
  28900. end try
  28901. All Packages
  28902. CPU SE 406O
  28903. Dev.CD Jul 95P
  28904. Dev.CD Jul 9V
  28905. 54046X
  28906. Jul 95
  28907. b--set theItem to choose file -- uncomment to test in an AS editor
  28908.     tell application "Finder"
  28909.         open item "Dev.CD Jul 95"
  28910.         activate
  28911.     end tell
  28912. on error errMsg number errNum
  28913.     --enter statements to perform when no records are found such as...
  28914.     display dialog "Sorry, the item you selected could not be found."
  28915.     return
  28916. end try
  28917. D!All Packages
  28918. Tool Chest Edition
  28919. CPUGestaltcrease your potential for success through project
  28920. 54061X
  28921. Feb 00^
  28922. --set theItem to choose file -- uncomment to test in an AS editor
  28923.     tell application "Finder"
  28924.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:DefProcs:"
  28925.         activate
  28926.     end tell
  28927. on error errMsg number errNum
  28928.     --enter statements to perform when no records are found such as...
  28929.     display dialog "Sorry, the item you selected could not be found."
  28930.     return
  28931. end try
  28932. e    No Changeq
  28933. Dev.CD Feb 00 TC
  28934. (D!All Packages
  28935. Mac OS SDK Edition
  28936.  for Robustness by Theresa Ray of Tensor Information Systems, Inc.
  28937. A quick reference guide to the major topics involved in designing a bulletproof WebObjects application including application coding techniques, application configuration options, multi-platform development and testing. Developing a robust application for either a web or client-server interface is critical for your business, particularly with web applications, which are generally developed for use by people outside yopeople outside yo
  28938.  Quadra 660AV or 840AV, Power Macintosh AV computer, or Power Macintosh with AV card upgrade 
  28939.  16 megabytes of  DRAM (memory)
  28940.  Video source (for instance, a video camera or VCR)
  28941.  Audio source (for instance, a  PlainTalk microphone or VCR)
  28942.  Network connection (for instance, Ethernet or ISDN)
  28943.  Network Software Installer version 1.5. (this is already installed on Power Macintosh 7500 and 8500 computers)
  28944. NMQuickTime, QuickTime Conferencing, video conferencing, Apple Media Conferenceforeign
  28945. system
  28946. formatting
  28947. forth
  28948. foundation
  28949. foundation
  28950. reference
  28951. black
  28952. black&white
  28953. black-and-white
  28954. blackketter
  28955. blank
  28956. blayback
  28957. blend
  28958. bless
  28959. blink
  28960. blinking
  28961. blitters
  28962. blitting
  28963. block
  28964. blockmove
  28965. blockreader
  28966. blocks
  28967. blown
  28968. 54282X
  28969. Feb 00^
  28970. r--set theItem to choose file -- uncomment to test in an AS editor
  28971.     tell application "Finder"
  28972.         open item "Dev.CD Feb 00 TC:Sample Code:"
  28973.         activate
  28974.     end tell
  28975. on error errMsg number errNum
  28976.     --enter statements to perform when no records are found such as...
  28977.     display dialog "Sorry, the item you selected could not be found."
  28978.     return
  28979. end try
  28980. Movedf&Finder AppleEvents FinderEvents eventsq
  28981. Dev.CD Feb 00 TC
  28982. All Packages
  28983. MoreIsBetter
  28984. A code sample and library which provides indispensable work-arounds and illustrations for Mac OS programming.
  28985. Wrapper functions for: Control Manager, Appearance Manager, Dialog Manager, Window Manager, Menu Manager, Navigation Services, Network Setup, and more.
  28986. J.MIB-Clients:
  28987. MIB-Documentation:
  28988. MIB-Libraries:K
  28989. Nov 98L
  28990. Dec 99M
  28991. Universal Headers 3.2OEDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:V
  28992. 54283X
  28993. 1e    No Change
  28994. on:AE Tools:AutoGuest:dni
  28995. adobeZ
  28996. OYDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:KeyboardController:PgDev.CD Feb 00 TC
  28997.  - What's New?
  28998.  - Sample Code
  28999.  - QuickTime
  29000.  - QuickTime for Java
  29001.  - KeyboardControllerV
  29002. 54212X
  29003. Feb 00^
  29004. --set theItem to choose file -- uncomment to test in an AS editor
  29005.     tell application "Finder"
  29006.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:KeyboardController:"
  29007.         activate
  29008.     end tell
  29009. on error errMsg number errNum
  29010.     --enter statements to perform when no records are found such as...
  29011.     display dialog "Sorry, the item you selected could not be found."
  29012.     return
  29013. end try
  29014. e    No Changef
  29015. QuickTime
  29016. Dev.CD Feb 00 TC
  29017. D!All Packages
  29018. Mac OS SDK Edition
  29019. Keychain SDK 1.0.1
  29020. 140/170W
  29021. 16384p
  29022. x-axes
  29023. x/open
  29024. xcmdn
  29025. xcmds]
  29026. xfcnc
  29027. xfcns
  29028. xmodem
  29029. xresult
  29030. xwindoid
  29031. xwindow
  29032. yahoo
  29033. yearsj
  29034. yellow
  29035. yes/no
  29036. debabelizer
  29037. debabelizer
  29038. debug
  29039. debugger
  29040. debugging
  29041. debugging
  29042. modern
  29043. memory
  29044. manager
  29045. debugging
  29046. sound
  29047. manager
  29048. declaration
  29049. declaration
  29050. defproc
  29051. defprocs
  29052. demos
  29053. design
  29054. design
  29055. robustness
  29056. detachedcontroller
  29057. detect
  29058. detection
  29059. Record.zip
  29060. Feb 00
  29061. C:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:V
  29062. 52237X
  29063. 1e    No Change
  29064. erasefile
  29065. All Packages
  29066. System Enabler 201 (PB Duo)O7Dev.CD Apr 94
  29067. Dev.CD Jan 94
  29068. Dev.CD Oct 93
  29069. Dev.CD Aug 93P6Dev.CD Apr 94
  29070. Dev.CD Jan 94
  29071. Dev.CD Oct 93
  29072. Dev.CD Aug 9V
  29073. 55003X
  29074. Apr 94
  29075. --set theItem to choose file -- uncomment to test in an AS editor
  29076.     tell application "Finder"
  29077.         open item "Dev.CD Apr 94
  29078. Dev.CD Jan 94
  29079. Dev.CD Oct 93
  29080. Dev.CD Aug 93"
  29081.         activate
  29082.     end tell
  29083. on error errMsg number errNum
  29084.     --enter statements to perform when no records are found such as...
  29085.     display dialog "Sorry, the item you selected could not be found."
  29086.     return
  29087. end try
  29088. All Packages
  29089. System Enabler 201 (PB Duo)O)Dev.CD Apr 94
  29090. Dev.CD Jan 94
  29091. Dev.CD Oct 93P(Dev.CD Apr 94
  29092. Dev.CD Jan 94
  29093. Dev.CD Oct 9V
  29094. 55004X
  29095. Apr 94
  29096. NyNSL, SLP, DNS, LDAP, NBP, network,  TCP/IP search, browse Internet services, network administrator, domain, neighborhood.OGDev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:NSL 1.1 SDK:PRDev.CD Mar 00 RL Disk 1
  29097.  - What's New
  29098.  - Development Kits
  29099.  - Mac OS
  29100.  - NSL 1.1 SDK--enter statements to perform when no records are found such as...
  29101.     display dialog "Sorry, the item you selected could not be found."
  29102.     return
  29103. end try
  29104. Next CDq
  29105. Dev.CD Mar 00 RL
  29106. CD(All Packages
  29107. Reference Library Edition
  29108. develop Issue  6
  29109. lurkers
  29110. lurkers
  29111. e -- uncomment to test in an AS editor
  29112.     tell application "Finder"
  29113.         open item "Dev.CD Feb 00 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:"
  29114.         activate
  29115.     end tell
  29116. on error errMsg number errNum
  29117.     --enter statements to perform when no records are found such as...
  29118.     display dialog "Sorry, the item you selected could not be found."
  29119.     return
  29120. end try
  29121. elines:
  29122. NewMacLogoK
  29123. Jan 99N
  29124. Apple, Logo, MacO
  29125. Dev.CD Jan 99 SDK1:Mac Logo:P
  29126. Dev.CD Jan 99 SDK1
  29127.  - Mac Logo
  29128. JMmacbinary-II-conf
  29129. macbinary-II-conf2
  29130. macbinary-II-standard
  29131. macbinary-standardK
  29132. May 93M
  29133. Adobe Acrobat Reader.OJDev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:PRDev.CD Mar 00 RL Disk 1
  29134.  - Technical Documentation
  29135.  - Misc. Standards
  29136.  - MacBinaryec 95N#ISO 9660, CD-ROM, device driver i/oO3Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:iso9660:P>Dev.CD Feb 00 TC
  29137.  - Tool Chest
  29138.  - Devices
  29139.  - CD-ROM
  29140.  - iso9660V
  29141. 47971X
  29142. Feb 00^
  29143. #f using 
  29144. generating
  29145. generation
  29146. generator
  29147. generators
  29148. generic
  29149. generically
  29150. genericness
  29151. geometric
  29152. geometries
  29153. geoportj
  29154. german
  29155. germany
  29156. gestaltB
  29157. gestaltnativecputype
  29158. events
  29159. needs
  29160. events
  29161. getkeysU
  29162. getlastchange
  29163. getmfsize
  29164. getnextevent
  29165. getprocessinformatio
  29166. getstdfilterproc
  29167. gettingj
  29168. getting/setting
  29169. giveN
  29170. given`
  29171. givesf
  29172. giving
  29173. glance
  29174. globalj
  29175. global-aware
  29176. globals
  29177. glossariess
  29178. glossaryw
  29179. gluen
  29180. glyphse
  29181. goals
  29182. goesN
  29183. going
  29184. golden
  29185. D!All Packages
  29186. Tool Chest Edition
  29187. Menu Defproc 1.0.3
  29188. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  29189. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  29190. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  29191.  - Programs & MarketingV
  29192. 51874X
  29193. May 98^
  29194. {--set theItem to choose file -- uncomment to test in an AS editor
  29195.     tell application "Finder"
  29196.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  29197.         activate
  29198.     end tell
  29199. on error errMsg number errNum
  29200.     --enter statements to perform when no records are found such as...
  29201.     display dialog "Sorry, the item you selected could not be found."
  29202.     return
  29203. end try
  29204. e    No Changeq
  29205. Dev.CD May 98 TC
  29206. All Packages
  29207. 51875
  29208. anotherB
  29209. answer
  29210. answering
  29211. answering-machines
  29212. answers
  29213. anti-viral
  29214. antlr
  29215. anymore
  29216. anyone
  29217. Summary: This is the electronic version of develop magazine.
  29218.  Issue 10 highlights:
  29219. Apple Event Objects and You  by Richard Clark.   Supporting the Apple event object model isn
  29220. t as tough as you might think, and it will guarantee the future scriptability of your application.
  29221. PostScript Enhancements for the LaserWriter Font Utility  by Bryan K. (
  29222. Beaker
  29223. ) Ressler.   Unbeknownst to many, the LaserWriter Font Utility is extensible, allowing you to add custom functionality. PostScript hacke
  29224. rs, rejoice!
  29225. Drawing in GWorlds for Speed and Versatility  by Konstantin Othmer and Mike Reed.   Custom drawing routines can radically increase graphics performance. Kon and Mike show you how and give you some extremely useful examples.
  29226. In Search of the Optimal Palette  by Dave Good and Konstantin Othmer.   Choosing the best colors to display an image with is tricky. This article explains how the Picture Utilities methods work and gives you tips on developing your own methods.
  29227. Print Hin
  29228. 54040X
  29229. Nov 99^
  29230. --set theItem to choose file -- uncomment to test in an AS editor
  29231.     tell application "Finder"
  29232.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  29233.  Other Platforms:Convert
  29234. Projects 1.0b5:"
  29235.         activate
  29236.     end tell
  29237. on error errMsg number errNum
  29238.     --enter statements to perform when no records are found such as...
  29239.     display dialog "Sorry, the item you selected could not be found."
  29240.     return
  29241. end try
  29242. Deletedq
  29243. Dev.CD Nov 99 TC
  29244. All Packages
  29245. CPU SE 406O
  29246. Dev.CD Jul 95P
  29247. Dev.CD Jul 9V
  29248. 54041X
  29249. Jul 95
  29250. b--set theItem to choose file -- uncomment to test in an AS editor
  29251.     tell application "Finder"
  29252.         open item "Dev.CD Jul 95"
  29253.         activate
  29254.     end tell
  29255. on error errMsg number errNum
  29256.     --enter statements to perform when no records are found such as...
  29257.     display dialog "Sorry, the item you selected could not be found."
  29258.     return
  29259. end try
  29260. All Packages
  29261. CPU SE 406O
  29262. Dev.CD Jul 95V
  29263. 54042X
  29264. E- Common
  29265.     - Sun Compliant Java Runtime Environment 1.1
  29266.     - QuickTime 3 
  29267.     - QTJava.zip
  29268.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  29269.     - QTJava media samples
  29270. - Mac OS:
  29271.     - System 8 or later
  29272.     - Macintosh Runtime for Java (MRJ) 2.1
  29273. - Windows 95, 98, or NT::
  29274.     - JRE/JDK from Sun Microsystems, Inc. recommended
  29275. QuickTime, Java, MRJtilities:Apple Sys Profiler 1.3.1:PQDev.CD Feb 00 TC
  29276.  - Tool Chest
  29277.  - Developer Utilities
  29278.  - Apple Sys Profiler 1.3.1
  29279. ocument/file/applic
  29280. documentationc
  29281. documentationandsamp
  29282. projectxpluginppc
  29283. projlistmenu
  29284. promptoid
  29285. promptoid
  29286. proto
  29287. proto
  29288. protocol
  29289. protos
  29290. prototyping
  29291. prototyping
  29292. toolkit
  29293. ptags
  29294. ptags
  29295. manual
  29296. ptags
  29297. manual
  29298. pubsw
  29299. pubscatalog
  29300. pubscatalog
  29301. pubsorderform
  29302. pubsorderform
  29303. survival
  29304. qcopy
  29305. qcopy
  29306. environment
  29307. utilities
  29308. graphics
  29309. objects
  29310. printing
  29311. printing
  29312. drvrs
  29313. prog's
  29314. overview
  29315. typography
  29316. 1.1.1
  29317. spooler
  29318. patch
  29319. 1.0.2
  29320. 1.1.2
  29321. spooler
  29322. patch
  29323. 1.0.2
  29324. 1.1.3
  29325. spooler
  29326. patch
  29327. 1.0.2
  29328. r13u5
  29329. r14d5
  29330. rdocproc
  29331. rdocproc
  29332. registration
  29333. request
  29334. fPHDev.CD May 98 TC
  29335.  - Programs & Marketing
  29336.  - Market & Distribution GuidesV
  29337. 53996X
  29338. May 98^
  29339. --set theItem to choose file -- uncomment to test in an AS editor
  29340.     tell application "Finder"
  29341.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  29342.         activate
  29343.     end tell
  29344. on error errMsg number errNum
  29345.     --enter statements to perform when no records are found such as...
  29346.     display dialog "Sorry, the item you selected could not be found."
  29347.     return
  29348. end try
  29349. e    No Changeq
  29350. Dev.CD May 98 TC
  29351. gD!All Packages
  29352. Tool Chest Edition
  29353. Byrne's XCMDs & XFCNs
  29354. Summary: This is a set of 20 XCMDs and XFCNs that perform a wide variety of tasks, from finding the selected printer to simple string manipulation.  Includes all MPW C source code too.
  29355. Features: HyperCard XFCNs and XCMDs.
  29356. This package is System 7.0 compatible. 
  29357. 53997X
  29358. 1e    No Change
  29359. lations
  29360. manner
  29361. manualy
  29362. manually
  29363. manuals
  29364. manufacturers
  29365. 55102X
  29366. Feb 00^
  29367. --set theItem to choose file -- uncomment to test in an AS editor
  29368.     tell application "Finder"
  29369.         open item "Dev.CD Feb 00 TC:Tool Chest:Localization:Verifier:"
  29370.         activate
  29371.     end tell
  29372. on error errMsg number errNum
  29373.     --enter statements to perform when no records are found such as...
  29374.     display dialog "Sorry, the item you selected could not be found."
  29375.     return
  29376. end try
  29377. e    No Changeq
  29378. Dev.CD Feb 00 TC
  29379. 9D!All Packages
  29380. Tool Chest Edition
  29381. rsionEdit is a software development tool which automatically creates and updates product version information throughout the life of a software product.
  29382. As an alternative to using ResEdit or Rez, VersionEdit can be used to create and intelligently increment 'vers' type resources that adhere to Apple's version guidelines. VersionEdit also allows developers to encapsulate additional information about the product and their company within the application, making it available for us available for us
  29383. dynamicu
  29384. dynamic
  29385. linking
  29386. dynamic
  29387. scrolling
  29388. protocol
  29389. editing
  29390. editor
  29391. effects
  29392. eject
  29393. electronics
  29394. elements
  29395. email
  29396. embed
  29397. emulator
  29398. enabled
  29399. enabler
  29400. encoding
  29401. endpoint
  29402. endpoints
  29403. address
  29404. engine
  29405. enterprise
  29406. enterprise
  29407. objects
  29408. framework
  29409. entertainment
  29410. environment
  29411. eomodeler
  29412. error
  29413. error
  29414. reports
  29415. apple
  29416. ethernetQ
  29417. ethernet
  29418. address
  29419. ethernet
  29420. built-in
  29421. ethernet
  29422. ethertalk
  29423. etsda
  29424. eventa
  29425. events\
  29426. folder
  29427. encoding
  29428. fonts
  29429. foreign
  29430. foreign
  29431. system
  29432. formatting
  29433. foundation
  29434. framework
  29435. functione
  29436. function
  29437. keyse
  29438. functions
  29439. xe    No Changef+Chinese Language Kit Traditional Simplifiedq
  29440. Dev.CD Feb 00 TC
  29441. All Packages
  29442. Chinese Language KitOQDev.CD May 97 TC
  29443. Dev.CD Nov 96 TC
  29444. Dev.CD Aug 96 TC
  29445. Dev.CD Feb 96 TC
  29446. Dev.CD Feb 95PPDev.CD May 97 TC
  29447. Dev.CD Nov 96 TC
  29448. Dev.CD Aug 96 TC
  29449. Dev.CD Feb 96 TC
  29450. Dev.CD Feb 9V
  29451. 54015X
  29452. May 97
  29453. --set theItem to choose file -- uncomment to test in an AS editor
  29454.     tell application "Finder"
  29455.         open item "Dev.CD May 97 TC
  29456. Dev.CD Nov 96 TC
  29457. Dev.CD Aug 96 TC
  29458. Dev.CD Feb 96 TC
  29459. Dev.CD Feb 95"
  29460.         activate
  29461.     end tell
  29462. on error errMsg number errNum
  29463.     --enter statements to perform when no records are found such as...
  29464.     display dialog "Sorry, the item you selected could not be found."
  29465.     return
  29466. end try
  29467. All Packages
  29468. Chinese Language KitO
  29469. Dev.CD May 94
  29470. Dev.CD Feb 94P
  29471. Dev.CD May 94
  29472. Dev.CD Feb 9V
  29473. 54016X
  29474. May 94
  29475. practices
  29476. pre-7.5p
  29477. pre-emptively
  29478. pre-train
  29479. pre-translates
  29480. prediction
  29481. preemptive
  29482. preferences
  29483. 54080X
  29484. Mar 00^    RL Disk 1
  29485. --set theItem to choose file -- uncomment to test in an AS editor
  29486.     tell application "Finder"
  29487.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 24:"
  29488.         activate
  29489.     end tell
  29490. on error errMsg number errNum
  29491.     --enter statements to perform when no records are found such as...
  29492.     display dialog "Sorry, the item you selected could not be found."
  29493.     return
  29494. end try
  29495. e    No Changeq
  29496. Dev.CD Mar 00 RL Disk 1
  29497. All Packages
  29498. develop Issue 25
  29499. 54081X
  29500. g QuickTime VR content.  The tools are beta-level and unsupported. Source code for these tools is available in the folder QTVR Beta-Level Tools Source.  Make QTVR Object takes input in the form of a QuickTime movie with frames that are photographs of, or views of, an object. It combines these photographs or views into a single QuickTime VR object.  Make QTVR Panorama takes input in the form of a PICT file generated by a computer graphics program 
  29501. fully
  29502. functionindex
  29503. functionindex
  29504. g4enemy
  29505. g4enemy
  29506. g4externs
  29507. g4externs
  29508. g4graphics
  29509. g4graphics
  29510. g4interface
  29511. g4interface
  29512. g4lava
  29513. g4lava
  29514. g4main
  29515. update
  29516. image
  29517. ot/ppp
  29518. ou selected could not be found."
  29519.     return
  29520. end try
  29521. e    No ChangefIOpen Transport
  29522. AppleTalk
  29523. rawmode
  29524. NBPLookup
  29525. OTLookup
  29526. Echo Protocolq
  29527. Dev.CD Feb 00 TC
  29528. "D!All Packages
  29529. Mac OS SDK Edition
  29530. New Audio Features QT3
  29531. PRINT HINTS: Sending PostScript Files to a LaserWriter by Dave Polaschek
  29532. Lots of applications send PostScript files directly to LaserWriters, but many of them do it the wrong way. Here
  29533. s the right way.
  29534. ACCORDING TO SCRIPT: User Interactions in Apple Event
  29535. Driven Applications 
  29536. How and when to interact with the user in response to Apple Events can be tricky, but there
  29537. s a method t
  29538. e    No Changef
  29539. QuickTime
  29540. Dev.CD Feb 00 TC
  29541. D!All Packages
  29542. Tool Chest Edition
  29543. Imran's Virtual KeycodesItSummary: This document shows how raw keycodes map to virtual keycodes on various keyboards.
  29544. It is an MPW text file. JFImran's READ ME
  29545. Imran's READ ME.txt
  29546. KCHR mappings
  29547. Virtual Keycode diffK
  29548. Vol VL
  29549. Vol VIIORDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Imran's Virtual Keycodes:P]Dev.CD Feb 00 TC
  29550.  - Tool Chest
  29551.  - Development Kits
  29552.  - MPW Related
  29553.  - Imran's Virtual KeycodesV
  29554. 54182X
  29555. Feb 00^
  29556. --set theItem to choose file -- uncomment to test in an AS editor
  29557.     tell application "Finder"
  29558.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Imran's Virtual Keycodes:"
  29559.         activate
  29560.     end tell
  29561. on error errMsg number errNum
  29562.     --enter statements to perform when no records are found such as...
  29563.     display dialog "Sorry, the item you selected could not be found."
  29564.     return
  29565. end try
  29566. e    No Changeq
  29567. Dev.CD Feb 00 TC
  29568. No Change
  29569. *Summary: This folder contains tools that are useful in developing Apple event-aware applications.
  29570. Features: Tools that will test and debug Apple events; build 'aete' resources; build, send, and verify Apple event records; debug the OSL; MacsBug dcmds; FKEYS; send Apple events via XCMDS; and more.
  29571. AE Coercion INIT
  29572. AEGizmos 1.4.2
  29573. Aete Editor Stack 1.0b3
  29574. AETracker 3.0
  29575. AutoGuest
  29576. FKEYs
  29577. Macsbug Resources
  29578. OSL + Debug Hack 1.0b1
  29579. ResEdit 'aete' Editor 1.0b4
  29580. ResEdit 'scpt' Editor
  29581. SendAE MPW Tool 1.1
  29582. SendAE Test Tool 0.3
  29583. SignatureToApp 1.1
  29584. Tools
  29585. Read MeK
  29586. May 92L
  29587. May 95M.System 7.0 is required with the AEM extension.N
  29588. AE, Apple Events, AppleEventsODDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:PLDev.CD Feb 00 TC
  29589.  - Tool Chest
  29590.  - Interapplication Communication
  29591.  - AE Tools0 TC
  29592. ;D!All Packages
  29593. Tool Chest Edition
  29594. Virtual User
  29595. navigator
  29596. newsi
  29597. notesS
  29598. onescannerg
  29599. opp's
  29600. palette
  29601. 54241X
  29602. Nov 99^
  29603. --set theItem to choose file -- uncomment to test in an AS editor
  29604.     tell application "Finder"
  29605.         open item "Dev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:"
  29606.         activate
  29607.     end tell
  29608. on error errMsg number errNum
  29609.     --enter statements to perform when no records are found such as...
  29610.     display dialog "Sorry, the item you selected could not be found."
  29611.     return
  29612. end try
  29613. Deletedq
  29614. Dev.CD Nov 99 TC
  29615. D!All Packages
  29616. Tool Chest Edition
  29617. Mac OS Text Encodings
  29618.     ion: Lock/unlock, identify, create, and set passphrases
  29619. - Keychain Object editing: Add, create, securely store, and remove types of objects
  29620. Hardware supported: 
  29621. PowerMac 9500/200,9500/180,9500/132,8600/300,8550/132  8500/180,8500/120,8100/100AV,8100/80,7500/100,
  29622. 7300,7200/120,7200/90,6500/275,6400,6150,5300/
  29623. 100LC,4400/200,MT G3/266,DT G3/233,G3 all-in-one
  29624.   iMac
  29625.   PowerBook 5300c/100,5300ce/117,3400/200,Duo 2300, 1400,
  29626.   G3/266,20th Anniversay Mac
  29627. 54101X
  29628. Feb 00^
  29629. --set theItem to choose file -- uncomment to test in an AS editor
  29630.     tell application "Finder"
  29631.         open item "Dev.CD Feb 00 TC:Tool Chest:Memory:DIMM Config&Interleave v1.1:"
  29632.         activate
  29633.     end tell
  29634. on error errMsg number errNum
  29635.     --enter statements to perform when no records are found such as...
  29636.     display dialog "Sorry, the item you selected could not be found."
  29637.     return
  29638. end try
  29639. e    No Changef/DIMM
  29640. Interleaving
  29641. memory
  29642. configuration
  29643. DRAMq
  29644. Dev.CD Feb 00 TC
  29645. PD(All Packages
  29646. Reference Library Edition
  29647. Disinfectant 3.7.1I
  29648. Summary: Disinfectant is a free anti-viral utility for the Mac. 
  29649. Features: Disinfectant detects and removes known Mac viruses.  J
  29650. DisinfectantK
  29651. Vol IIIL
  29652. Sep 97M&Mac 512K or later, System 6.0 or laterO.Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:P3Dev.CD Dec 99 RL
  29653.  - Utilities
  29654.  - Disinfectant 3.7.1V
  29655. 54102X
  29656. Dec 99^
  29657. #.CD Jun 97 SSWP
  29658. Dev.CD Jun 97 SSV
  29659. 53298X
  29660. Jun 97
  29661.  HyperCard, System 7
  29662. s-swedish
  29663. sampleN
  29664. sample
  29665. applications
  29666. blitting
  29667. block
  29668. blockreader
  29669. blocks
  29670. blown
  29671. Summary: Objects in HyperCard are not allowed to have variables inside them
  29672. until now.  Instance variables are useful for storing more data with a button or field.  This stack script allows you to have variables attached to a button, shared field, or other HyperCard object.
  29673. An object may have any number of variables. Values are preserved when you quit.  They stay with your stack when you drag it to another disk.  The objects that can have variables are: a card button, a card field, the caBJrd itself, a background button, a shared field, or the background itself. 
  29674. J)Instance Variable text
  29675. Instance VariablesK
  29676. Jun 93M
  29677. HyperCard 2.1 or laterNLHyperCard, variable, button, field, instance variables, global, saving stateO\Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Instance Variables:PgDev.CD Feb 00 TC
  29678.  - Tool Chest
  29679.  - Development Kits
  29680.  - HyperCard Related
  29681.  - HyperCard Instance Variables guides and tools can be found on IBM's Web site (www.ibm.com
  29682. le    No Changeq
  29683. Dev.CD May 98 TC
  29684. mD!All Packages
  29685. Tool Chest Edition
  29686. ary: EvenBetterBusError is an init that helps catch renegade references to NIL. If you try to dereference a NIL handle or pointer with it installed, a bus error occurs, alerting you to the problem. It also catched writes to NIL, another common programming error.
  29687. General tools.imgK
  29688. Vol XO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  29689.  - Tool Chest
  29690.  - Testing & Debugging
  29691.  - General toolsV
  29692. 54131X
  29693. Feb 00^
  29694. --set theItem to choose file -- uncomment to test in an AS editor
  29695.     tell application "Finder"
  29696.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  29697.         activate
  29698.     end tell
  29699. on error errMsg number errNum
  29700.     --enter statements to perform when no records are found such as...
  29701.     display dialog "Sorry, the item you selected could not be found."
  29702.     return
  29703. end try
  29704. e    No Changeq
  29705. Dev.CD Feb 00 TC
  29706. ev.CD Feb 00 TC
  29707. 47315X
  29708. r--set theItem to choose file -- uncomment to test in an AS editor
  29709.     tell application "Finder"
  29710.         open item "Dev.CD Feb 00 TC:Sample Code:"
  29711.         activate
  29712.     end tell
  29713. on error errMsg number errNum
  29714.     --enter statements to perform when no records are found such as...
  29715.     display dialog "Sorry, the item you selected could not be found."
  29716.     return
  29717. end try
  29718. y, the item you selected could not be found."
  29719.     return
  29720. end try
  29721. e    No Changeq
  29722. Dev.CD Mar 00 RL Disk 1
  29723. All Packages
  29724. develop Issue 21
  29725. 52833X
  29726. techqa.shtmlK
  29727. Sep 95L
  29728. Dec 96M
  29729. Netscape 2.0 or later.OBDev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:PGDev.CD Dec 99 RL
  29730.  - Technical Documentation
  29731.  - Macintosh Technical Q&AsV
  29732. 48033X
  29733. Dec 99^
  29734. #ou could probably write them yourself in an hour or so 
  29735.  but what if you don
  29736. t have that much time...
  29737. Features:  MPW scripts for Read/Write long, Read/Write byte, and to pattern test an address range. 
  29738. e    No Change
  29739. register creator and file type IDs for their applications, and will alert the developer if the creator ID has already been reserved.  NOTE:  Using this stack does not guarantee that the creator requested has not been reserved after we went to press.
  29740.   The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creator/file type database.  It also automatically creates an AppleLink to send to DEVSUPPORT.  Re
  29741. quires Hypercard 2.1.
  29742. Creator/File Types can now be registered on the Web.  Before registering, you can search the existing creator/file type database to see if the ID you want has been taken.  If not, fill out the Web registration form to claim that ID.  This service is at <http://dev.info.apple.com/cftype/>
  29743.  Dev Info Change Form
  29744. Developer Programs delivers its monthly mailings to the Certified contact at your company.  We may occasionally deliver specialized information to the Marketi
  29745. JIADN archive files:
  29746. ADN_archive.html
  29747. images:
  29748. Open in browser to begin -->:K
  29749. Feb 98L
  29750. Mar 98M
  29751. any World Wide Web browserN%Apple news, ADN, Apple Developer NewsO=Dev.CD May 98 TC:Programs & Marketing:Apple Dev News Archive:PBDev.CD May 98 TC
  29752.  - Programs & Marketing
  29753.  - Apple Dev News Archiveform when no records are found such as...
  29754.     display dialog "Sorry, the item you selected could not be found."
  29755.     return
  29756. end try
  29757. e    No Changef9Thread Manager
  29758. thread
  29759. threads
  29760.  tasks
  29761. tasking
  29762. multitaskingq
  29763. Dev.CD Apr 00 SDK1
  29764. Ticket  to Program 1.0
  29765. Summary: This program illustrates the the use of menus, windows, and alerts.  It shows how to create alerts, draw 5 different window types, hierarchical and PopUp menus, and how to add, toggle and set the style for menu items.
  29766. This package is System 7.0 compatible.
  29767. JlTicket to Program
  29768. Ticket to Program Proj
  29769. Ticket to Program Proj.Rsrc
  29770. Ticket to Program.c
  29771. Ticket to Program.hK
  29772. Vol IXM
  29773. Written in Think C 4.0en in Think C 4.0
  29774. QuickTime, Java, MRJest Edition
  29775. OTStreamLogViewer
  29776. ZOTStreamLogViewer is both a sample and a developer tool.  As a sample, it shows how to use the OT raw streams API to communication with modules in the OT kernel. As a tool, it allows you to view the output of the STREAMS logging facility (strlog).  This is extremely helpful when developing OT kernel plug-ins: modules drivers, and port scanners.
  29777. J'Sample Code.img
  29778. Windows Sample Code.imgK
  29779. May 98L
  29780. Sep 98M
  29781. Open Transport 1.1.1 or higherN8Open Transport, kernel, log, strlog, debug, raw, streamsO
  29782. Dev.CD Feb 00 TC:Sample Code:P
  29783. Dev.CD Feb 00 TC
  29784.  - Sample CodeV
  29785. 53103X
  29786. Feb 00^
  29787. #tem "Dev.CD Jul 95"
  29788.         activate
  29789.     end tell
  29790. on error errMsg number errNum
  29791.     --enter statements to perform when no records are found such as...
  29792.     display dialog "Sorry, the item you selected could not be found."
  29793.     return
  29794. end try
  29795. D!All Packages
  29796. Tool Chest Edition
  29797. CPUGestalts
  29798. testgestalt
  29799. 53998X
  29800. Nov 99^
  29801. --set theItem to choose file -- uncomment to test in an AS editor
  29802.     tell application "Finder"
  29803.         open item "Dev.CD Nov 99 TC:What's New?:Technical Documentation:C.S.M.P. Digests v3 (000-148):"
  29804.         activate
  29805.     end tell
  29806. on error errMsg number errNum
  29807.     --enter statements to perform when no records are found such as...
  29808.     display dialog "Sorry, the item you selected could not be found."
  29809.     return
  29810. end try
  29811. Deletedq
  29812. Dev.CD Nov 99 TC
  29813. C++ Source Code Formatter
  29814. Summary: cdent is a MPW tool used to format C and C++ source code to a user defined style. 
  29815. Features:
  29816. * Cryptic and obscure formatting commands! 
  29817. * Source code.  
  29818. * Understands C and C++.  
  29819. * Understands conditional compilation.  Source is provided.  
  29820. * Formats in the One True Style out of the box.
  29821. * Used by the developers of MacApp 3.0. 
  29822. * Does not harm the ozone layer nor does it contribute to global warming.
  29823. This package is System 7.0 compatible.  7.0 compatible.  
  29824. expansion
  29825. extension
  29826. external
  29827. external
  29828. system
  29829. external
  29830. extractor
  29831. faceless
  29832. faceless
  29833. background-only
  29834. family
  29835. fcode
  29836. features
  29837. feedback
  29838. fetch
  29839. field
  29840. management
  29841. manager
  29842. preview
  29843. sharing
  29844. signing
  29845. system
  29846. files
  29847. filetool
  29848. filter
  29849. content
  29850. finder
  29851. finder
  29852. appleevents
  29853. finderevents
  29854. events
  29855. finder
  29856. strings
  29857. finder
  29858. label
  29859. finder
  29860. windows
  29861. finderevents
  29862. firewire
  29863. firmware
  29864. folder
  29865. encoding
  29866. management
  29867. manager
  29868. fonts
  29869. fontsync
  29870. foreign
  29871. foreign
  29872. system
  29873. formatting
  29874. forth
  29875. foundation
  29876. foundation
  29877. reference
  29878. irectly licensing and including the "English Text-to-Speech" and/or "Mexican Spanish Text-to-Speech" installers (available both as disk images and as network/hard-disk installers) or by working from the source for the scripts, which is provided here.
  29879. Macintosh users can receive the system software that lets their Macintosh computers talk in any of three ways:
  29880.  It comes pre-installed on many Macintosh computers, but not all.
  29881.  Users can download Apple's PlainTalk "English Text-to-Speech" 
  29882. Mand "Mexican Spanish Text-to-Speech" software from Apple's web site.
  29883.  Developers can license this software for distribution with their applications. Contact Apple's licensing group for more information about licensing Apple software.
  29884.       512-919-2645
  29885.       AppleLink:   SW.LICENSE
  29886.       Internet:  SW.LICENSE@applelink.apple.com
  29887. JxDocumentation
  29888. Files
  29889. Installer Source
  29890. Interfaces
  29891. Scripting
  29892. Speech Synthesis Mgr Installers
  29893. Text-to-Speech - Read Me FirstK
  29894. Jul 96L
  29895. Jan 97
  29896. sticky
  29897. es the opposite: it sets a particular STR# string to the string that
  29898. s passed in.
  29899. ShadingWinds:  This little application includes code to allow you to detect whether or not a window is "rolled up" by WindowShade.
  29900. SICN LDEF:  This LDEF displays small icons to the left of text in a list.
  29901. SignatureToApp:  A function that finds an application on any mounted (non-floppy) disk given its 4-character signature. It will also launch or activate the application if told to.
  29902. Splasher:  A very simpl
  29903. e application that displays a "modal" window that goes away as soon as you click the mouse or press a key.  This is how many splash screens behave -- but as long as the window is displayed, the Process Manager won't switch your application from being frontmost.
  29904. Sys7 popUpCDEF:  A simple example of using the PopupCDEF available in System 7 and later.
  29905. Tabs LDEF 1.0:  Tabs LDEF is a custom list definition which allows developers to easily create multiple columned lists using different sizes
  29906.     C`tp://www.tiac.net/biz/bbsw/
  29907. Internet:    bbsw@netcom.com
  29908. CIS:    73051,3255
  29909. eWorld:    BareBones
  29910. JY!NOT AN APPLE PRODUCT!
  29911. PopupFuncs 2.6.1 Installer
  29912. PopupFuncs Notes.c
  29913. Source Masher
  29914. xPop 
  29915. Sep 95L
  29916. Jan 96OADev.CD Feb 00 TC:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:PIDev.CD Feb 00 TC
  29917.  - Tool Chest
  29918.  - Developer Utilities
  29919.  - PopupFuncs 2.6.1 item you selected could not be found."
  29920.     return
  29921. end try
  29922. matter
  29923. matters
  29924. matthew
  29925. mature
  29926. maurer
  29927. maurice
  29928. maximally
  29929. maximize
  29930. maximum
  29931. maybe
  29932. mbytes
  29933. mcbride
  29934. mdefproc
  29935. means
  29936. meant
  29937. measurable
  29938. measurew
  29939. measurement
  29940. mechanics
  29941. mechanism
  29942. ringObjectiveCtoJava:
  29943. Push Tech Survival Gd.pdf
  29944. QT3-More Than Dig. Video.pdf
  29945. Simplified Stream Audio.pdf
  29946. Web Animation Guide.pdf
  29947. WebObjects Database Part I.pdf
  29948. WebObjects Database Part II.pdf
  29949. WebObjects Memory Mgmt.pdf
  29950. WebObjects Tools and Techniques:
  29951. WebObjectsCategories&Posers.pdf
  29952. WebObjectsPerformanceTuning:
  29953. Working with WebObjects.pdf
  29954. Writing for Interactive Media:
  29955. remotelyB
  29956. removable
  29957. sharing
  29958. sharks
  29959. sharp
  29960. sharware
  29961. sheet
  29962. sheets
  29963. shell
  29964. shelves
  29965. sherlockq
  29966. sherlock's
  29967. shift
  29968. shift-command
  29969. shimmermate
  29970. shipmentsj
  29971. shippede
  29972. showcase
  29973. showingo
  29974. shown
  29975. showsN
  29976. shrink-wrapped
  29977. shrinking
  29978. unitsw
  29979. universal
  29980. universalprocptr
  29981. universityR
  29982. unknown
  29983. unleash
  29984. unless
  29985. unlike
  29986. unlimited
  29987. unload
  29988. unloaded
  29989. unloading
  29990. unlocked
  29991. unlocking
  29992. unmangling
  29993. unmodified
  29994. unmount
  29995. unmount/mount
  29996. unmounted
  29997. unmounted/mounted
  29998. unmounting
  29999. unmountit
  30000. unmountprojector
  30001. unmountvol
  30002. until
  30003. unusual
  30004. unversal
  30005. unwrapcommenttext
  30006. up-to-dateZ
  30007. upcoming
  30008. updateQ
  30009. update-based
  30010. updatedo
  30011. Wcalc
  30012. 54218X
  30013. Feb 00^
  30014. --set theItem to choose file -- uncomment to test in an AS editor
  30015.     tell application "Finder"
  30016.         open item "Dev.CD Feb 00 TC:Language Kits:Korean Language Kit 1.0:"
  30017.         activate
  30018.     end tell
  30019. on error errMsg number errNum
  30020.     --enter statements to perform when no records are found such as...
  30021.     display dialog "Sorry, the item you selected could not be found."
  30022.     return
  30023. end try
  30024. e    No Changeq
  30025. Dev.CD Feb 00 TC
  30026. D!All Packages
  30027. Tool Chest Edition
  30028. onstrates a program with a Finder-like label menu.  Each label menu item has a 12x16 pixel 'cicn and the color and name of all the items are updated if the user changes anything in the "Labels" control panel.  This also demonstrates how to change a menu tile to an icon.
  30029. J'Sample Code.img
  30030. Windows Sample Code.imgK
  30031. Aug 95M-System 7 or greater, Universal Interfaces 2.0N
  30032. Finder label menu iconO
  30033. Dev.CD Feb 00 TC:Sample Code:P
  30034. Dev.CD Feb 00 TC
  30035.  - Sample CodeV
  30036. 54219X
  30037. 1le CodeV
  30038. 54219X
  30039. Moved
  30040. v--set theItem to choose file -- uncomment to test in an AS editor
  30041.     tell application "Finder"
  30042.         open item "Dev.CD May 97 TC
  30043. Dev.CD May 96 TC"
  30044.         activate
  30045.     end tell
  30046. on error errMsg number errNum
  30047.     --enter statements to perform when no records are found such as...
  30048.     display dialog "Sorry, the item you selected could not be found."
  30049.     return
  30050. end try
  30051. 's in menu items.  It's an unfortunately little-known fact that 'cicn's can be many sizes, and not only that, b
  30052. ut that any size 'cicn' can be put into a menu item. It's probably not good HI to put in 'cicn's of sizes other than 32x32 or 16x16; happily, this covers the sizes developers want most.
  30053. MenuHook/MBarHook exposed:  Installs routines called when a menu is pulled down and when the mouse is down in the menu bar.  Inverts the region underneath the menu so you can graphically see the results, as well as flashes status indicators.  Can mess up your desktop (but only visually).
  30054. Modal TextEdit:  
  30055. All Packages
  30056. QuickDraw GXO
  30057. Dev.CD Aug 96 TCP
  30058. Dev.CD Aug 96 TV
  30059. 54528X
  30060. Aug 96
  30061. e--set theItem to choose file -- uncomment to test in an AS editor
  30062.     tell application "Finder"
  30063.         open item "Dev.CD Aug 96 TC"
  30064.         activate
  30065.     end tell
  30066. on error errMsg number errNum
  30067.     --enter statements to perform when no records are found such as...
  30068.     display dialog "Sorry, the item you selected could not be found."
  30069.     return
  30070. end try
  30071. All Packages
  30072. QuickDraw GXO
  30073. Dev.CD Aug 96 TCP
  30074. Dev.CD Aug 96 TV
  30075. 54529X
  30076. Aug 96
  30077. e--set theItem to choose file -- uncomment to test in an AS editor
  30078.     tell application "Finder"
  30079.         open item "Dev.CD Aug 96 TC"
  30080.         activate
  30081.     end tell
  30082. on error errMsg number errNum
  30083.     --enter statements to perform when no records are found such as...
  30084.     display dialog "Sorry, the item you selected could not be found."
  30085.     return
  30086. end try
  30087. All Packages
  30088. QuickDraw GXO
  30089. Dev.CD Aug 96 TCP
  30090. Dev.CD Aug 96 TV
  30091. 54530X
  30092. --set theItem to choose file -- uncomment to test in an AS editor
  30093.     tell application "Finder"
  30094.         open item "Dev.CD Apr 94
  30095. Dev.CD Jan 94
  30096. Dev.CD Oct 93
  30097. Dev.CD Jul 93
  30098. Dev.CD Apr 93"
  30099.         activate
  30100.     end tell
  30101. on error errMsg number errNum
  30102.     --enter statements to perform when no records are found such as...
  30103.     display dialog "Sorry, the item you selected could not be found."
  30104.     return
  30105. end try
  30106. system
  30107. mpw's
  30108. mpw-related
  30109. release
  30110. mrj's
  30111. mrj-dev
  30112. mrjapple
  30113. mrjapplesetup
  30114. mrjstuffit
  30115. mrjvise
  30116. mrplus
  30117. mrplus
  30118. performance
  30119. analysis
  30120. powerpc
  30121. applicatio
  30122. All Packages
  30123. System Enabler 065 (LC 575)O
  30124. Dev.CD Apr 94
  30125. Dev.CD Jan 94P
  30126. Dev.CD Apr 94
  30127. Dev.CD Jan 9V
  30128. 54906X
  30129. Apr 94
  30130. p--set theItem to choose file -- uncomment to test in an AS editor
  30131.     tell application "Finder"
  30132.         open item "Dev.CD Apr 94
  30133. Dev.CD Jan 94"
  30134.         activate
  30135.     end tell
  30136. on error errMsg number errNum
  30137.     --enter statements to perform when no records are found such as...
  30138.     display dialog "Sorry, the item you selected could not be found."
  30139.     return
  30140. end try
  30141. All Packages
  30142. System Enabler 065 (LC 575)O
  30143. Dev.CD Apr 94
  30144. Dev.CD Jan 94P
  30145. Dev.CD Apr 94
  30146. Dev.CD Jan 9V
  30147. 54907X
  30148. Apr 94
  30149. owledgable
  30150. knowledge
  30151. knownV
  30152. knows
  30153. kodom
  30154. konstantin
  30155. kopala
  30156. korean
  30157. korean-language
  30158. kotoeri
  30159. label
  30160. lands
  30161. b--set theItem to choose file -- uncomment to test in an AS editor
  30162.     tell application "Finder"
  30163.         open item "Dev.CD Jul 95"
  30164.         activate
  30165.     end tell
  30166. on error errMsg number errNum
  30167.     --enter statements to perform when no records are found such as...
  30168.     display dialog "Sorry, the item you selected could not be found."
  30169.     return
  30170. end try
  30171.  & Debugging
  30172.  - Memory ManagementV
  30173. 53888X
  30174. Feb 00^
  30175. --set theItem to choose file -- uncomment to test in an AS editor
  30176.     tell application "Finder"
  30177.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  30178.         activate
  30179.     end tell
  30180. on error errMsg number errNum
  30181.     --enter statements to perform when no records are found such as...
  30182.     display dialog "Sorry, the item you selected could not be found."
  30183.     return
  30184. end try
  30185. e    No Changeq
  30186. Dev.CD Feb 00 TC
  30187. WD!All Packages
  30188. Mac OS SDK Edition
  30189. XTND 1.3.6
  30190.     cintosh
  30191. graphics
  30192. pablo@
  30193. range@
  30194. rappoport@
  30195. recordj
  30196. issue
  30197. highlights
  30198. issue
  30199. highlights
  30200. issue
  30201. highlights
  30202. issue
  30203. highlights
  30204. issue
  30205. highlights
  30206. issue
  30207. highlights
  30208. issue
  30209. highlights
  30210. issue
  30211. highlights
  30212. issue
  30213. highlights
  30214. issue
  30215. highlights
  30216. issue
  30217. highlights
  30218. issue
  30219. highlights
  30220. issue
  30221. summary
  30222. issue
  30223. highlights
  30224. issue
  30225. highlights
  30226. issue
  30227. highlights
  30228. issue
  30229. highlights
  30230. issue
  30231. highlights
  30232. issue
  30233. highlights
  30234. issue
  30235. highlights
  30236. issuesT
  30237. issues
  30238. compiles
  30239. reservedj
  30240. reset
  30241. resets
  30242. residep
  30243. resident
  30244. resizable
  30245. resize
  30246. resizeabley
  30247. resolutiong
  30248. resolutionsg
  30249. resolvec
  30250. resolvealiastopathc
  30251. resolverelativealias
  30252. resolving
  30253. resorting
  30254. resouce
  30255. resourceY
  30256. resourcesX
  30257. respect
  30258. respective
  30259. respectively
  30260. resumej
  30261. retailj
  30262. retrain
  30263. retrieval
  30264. retrieve
  30265. retrieving
  30266. retryz
  30267. return
  30268. basis
  30269. basket
  30270. batchz
  30271. batteries
  30272. battery
  30273. bbedit
  30274. beard
  30275. beast
  30276. beasts
  30277. beautiful
  30278. became
  30279. fundamentally
  30280. further
  30281. futurej
  30282. futures
  30283. g3-class
  30284. g3/233
  30285. g3/266
  30286. g3/26620th
  30287. gadgetsj
  30288. gainingj
  30289. gains
  30290. gamesj
  30291. gamesprcokets
  30292. gamesprockets
  30293. garbage
  30294. gatewayS
  30295. gatewaysj
  30296. gatherx
  30297. gathering
  30298. gathers
  30299. gb2312
  30300. gdevice
  30301. gdevice's
  30302. gdevvideo
  30303. gdirp
  30304. gdrefnum
  30305. gearing
  30306. gelphman
  30307. gemma
  30308. generalw
  30309. general-purpose
  30310. *AppletTag.js
  30311. classes
  30312. README.txt
  30313. sa.bat
  30314. Feb 00
  30315. C:What's New?:Sample Code:QuickTime:QuickTime for Java:QTStreamingApplet:V
  30316. 53196X
  30317. 1e    No Change
  30318. packages
  30319. MCAny Macintosh (starting from Mac Plus) running system 6.0 or later.doevent
  30320. domenu
  30321. domenu
  30322. dragging
  30323. dragging
  30324. enabler
  30325. draggingsprites
  30326. draggingsprites
  30327. draglib
  30328. drawing
  30329. drawsprocket
  30330. drawsprocket
  30331. drawsprockettest
  30332. drawsprockettest
  30333. drawsprockettest
  30334. drawsprockettest
  30335. drawtextcodec
  30336. drawtextcodec
  30337. example
  30338. drawtkl
  30339. drawtkl
  30340. drawtkl
  30341. drive
  30342. drive
  30343. setup
  30344. drive
  30345. setup
  30346. guide
  30347. drive
  30348. utilities
  30349. driver
  30350. drivers
  30351. dronezone
  30352. dronezone
  30353. dronezone
  30354. dronezone
  30355. release
  30356. notes
  30357. dropdisk
  30358. dropshell
  30359. dropshell
  30360. dropshell
  30361. dropshell
  30362. dropshell
  30363. dropshell
  30364.     return
  30365. end try
  30366. All Packages
  30367. F    QuickTimeV
  30368. 45851X
  30369. updated to inclu
  30370. --set theItem to choose file -- uncomment to test in an AS editor
  30371.     tell application "Finder"
  30372.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:MountAlias 1.0:"
  30373.         activate
  30374.     end tell
  30375. on error errMsg number errNum
  30376.     --enter statements to perform when no records are found such as...
  30377.     display dialog "Sorry, the item you selected could not be found."
  30378.     return
  30379. end try
  30380.  not be found."
  30381.     return
  30382. end try
  30383. All Packages
  30384. PPC EnablerO
  30385. Dev.CD Jul 95P
  30386. Dev.CD Jul 9V
  30387. 51929X
  30388. Jul 95
  30389. b--set theItem to choose file -- uncomment to test in an AS editor
  30390.     tell application "Finder"
  30391.         open item "Dev.CD Jul 95"
  30392.         activate
  30393.     end tell
  30394. on error errMsg number errNum
  30395.     --enter statements to perform when no records are found such as...
  30396.     display dialog "Sorry, the item you selected could not be found."
  30397.     return
  30398. end try
  30399. All Packages
  30400. PPC EnablerO
  30401. Dev.CD Jul 95P
  30402. Dev.CD Jul 9V
  30403. 51930X
  30404. Jul 95
  30405. developmentsj
  30406. devfeedback
  30407. devicej
  30408. devised
  30409. devon
  30410. devsupport
  30411. devworld
  30412. diagnosep
  30413. diagramT
  30414. dialogY
  30415. dialogse
  30416. dialup
  30417. dictation
  30418. dictionaries
  30419. dictionary
  30420. didn't
  30421. dierks
  30422. differences
  30423. differento
  30424. differentiating
  30425. differentiation
  30426. differs
  30427. bringing
  30428. brings
  30429. brink
  30430. british
  30431. broad
  30432. oadcast-ready
  30433. brochure
  30434. bronze
  30435. browse
  30436. browser
  30437. browsing
  30438. bruce
  30439. bruyndonckx
  30440. bryan
  30441. budget
  30442. buffer
  30443. buffered
  30444. buffering
  30445. bugfix
  30446. buggy
  30447. buginfo
  30448. bugsS
  30449. build]
  30450. builder
  30451. buildingU
  30452. building
  30453. system
  30454. extensionU
  30455. building
  30456. installing
  30457. using
  30458. driverU
  30459. buildsj
  30460. built
  30461. built-in
  30462. bulletproof
  30463. bundle
  30464. bundled
  30465. bundleservices
  30466. sample
  30467. output
  30468. sample
  30469. package
  30470. sample
  30471. sample
  30472. scripts
  30473. sample
  30474. startup
  30475. samplecode
  30476. sampledriver
  30477. samplefilter
  30478. samples
  30479. sampleutils
  30480. sampleutils
  30481. sampleutils
  30482. samplewindows
  30483. samplewindows
  30484. samplewindows
  30485. savemenu
  30486. saytext
  30487. saytext
  30488. sbarcdef
  30489. sbarcdef
  30490. scang
  30491. n 2.1.2 GM.  
  30492. Features:
  30493.  Cross-platform remote database access
  30494.  Wide range of third party drivers
  30495.  All major relational databases covered
  30496.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  30497. PleaB3se report bugs and problems to kodom@visigenic.com.
  30498. J\Documentation:
  30499. ODBC Install.image
  30500. ODBC Sample Bins.image
  30501. ODBC Tools.image
  30502. Readme - InstallerK
  30503. Sep 93L
  30504. Sep 96M
  30505. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:nge
  30506. lities, a
  30507. 54105X
  30508. Feb 00^
  30509. --set theItem to choose file -- uncomment to test in an AS editor
  30510.     tell application "Finder"
  30511.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Stress testing tools:"
  30512.         activate
  30513.     end tell
  30514. on error errMsg number errNum
  30515.     --enter statements to perform when no records are found such as...
  30516.     display dialog "Sorry, the item you selected could not be found."
  30517.     return
  30518. end try
  30519. e    No Changef
  30520. Utility
  30521. Low Disk Spaceq
  30522. Dev.CD Feb 00 TC
  30523. TD!All Packages
  30524. Tool Chest Edition
  30525. Display Card 4
  30526. Summary: This training stack gives a general overview of the technology and features of the 4/8 bit video card and the 8/24 bit video card. J
  30527. Display Card 4
  30528. Vol IIIONDev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  30529. 8PYDev.CD Nov 99 TC
  30530.  - Tool Chest
  30531.  - Hardware
  30532.  - Display & Video Hardware
  30533.  - Display Card 4
  30534. 54106X
  30535. Nov 99^
  30536. #uickDraw GXO)Dev.CD Jul 95
  30537. Dev.CD Apr 95
  30538. Dev.CD Jan 95V
  30539. 53255X
  30540. 16384p
  30541. devices, and setting the configurations and display modes for video devices.
  30542. HTML Rendering Library [NEW]
  30543. ---------------------
  30544. This preliminary document describes the version of the HTML Rendering Library available in Mac OS 9. It discusses the standard HTML Rendering Library functions and data types that allow you to manage the drawing environment, as well as the callbacks you can use to provide such additional services as event management, link tracking, and link redirection.
  30545. Locale
  30546. s for Mac OS 8.6 and 9.0 [NEW]
  30547. ---------------------------
  30548. This preliminary document describes the Locales protocols and API for Mac OS 8.6 and 9.0. You should read this document if you need to understand how to specify the language and/or region for a locale-sensitive text operation or if you need to obtain, for a specified language and/or region, the locale data that will enable the text operation to behave appropriately.
  30549. Unicode Utilities [NEW]
  30550. ---------------
  30551. This preliminary documen
  30552. e    No Changef
  30553. Technote
  30554. Macintosho.http://developer.apple.com/techpubs/index.htmlq
  30555. Dev.CD Mar 00 RL1
  30556. D!All Packages
  30557. Mac OS SDK Edition
  30558. MacODBC 2.1.2 GM
  30559. Summary:  MacODBC is the standard way for developers to write MacOS-based applications that communicate to databases using the Open DataBase Connectivity (ODBC) standard.  This folder contains the software development kit for MacODBC version 2.1.2 GM.  
  30560. Features:
  30561.  Cross-platform remote database access
  30562.  Wide range of third party drivers
  30563.  All major relational databases covered
  30564.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  30565. PleaB3se report bugs and problems to kodom@visigenic.com.
  30566. J\Documentation:
  30567. ODBC Install.image
  30568. ODBC Sample Bins.image
  30569. ODBC Tools.image
  30570. Readme - InstallerK
  30571. Sep 93L
  30572. Sep 96M
  30573. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:nge
  30574. w.ibm.com
  30575. summary
  30576. disposeresource
  30577. extension
  30578. catches
  30579. commo
  30580. summary
  30581. doubletrouble
  30582. debugging
  30583. utility
  30584. catch
  30585. summary
  30586. driver
  30587. installer
  30588. quick
  30589. dirty
  30590. application
  30591. summary
  30592. provides
  30593. ability
  30594. download
  30595. postscript
  30596. summary
  30597. dropdisk
  30598. application
  30599. mounts
  30600. images
  30601. summary
  30602. sample
  30603. illustrate
  30604. software
  30605. project
  30606. summary
  30607. edittextcdev
  30608. sample
  30609. control
  30610. panel
  30611. device
  30612. summary
  30613. evenbetterbuserror
  30614. helps
  30615. catch
  30616. reneg
  30617. summary
  30618. wanted
  30619. patch
  30620. high-level
  30621. langua
  30622. summary
  30623. example
  30624. building
  30625. simple
  30626. volumes
  30627. summary
  30628. finderheaps
  30629. debugging
  30630. allows
  30631. summary
  30632. years
  30633. chinese
  30634. input
  30635. bottleneck
  30636. summary
  30637. fragment
  30638. simple
  30639. application
  30640. designed
  30641. summary
  30642. gxgraphics
  30643. 1.1.6
  30644. extension
  30645. encompasses
  30646.  performance optimizations
  30647. 48107X
  30648. 1e    No Change
  30649. itivit
  30650. Summary:  The Navigable Movie Toolkit (a HyperCard stack) is designed to assist in making Navigable Movies, QuickTime movies that offer a user-controllable view of an object or environment from a fixed point in space.  The Toolkit controls a specially configured set of off-the-shelf hardware and software in order to make Navigable Movies. The resulting movies can be played with the Navigable Movie Player included as part of the Toolkit; the Player may be included in your own stacks.
  30651.   Duri
  30652. ng playback, the user is able to control the view by click-dragging the mouse in the movie
  30653. s window; the experience is that of peering around the space, moving one
  30654. s head horizontally and/or vertically. Complete documentation is included.
  30655. Issues:  The Toolkit is the result of an investigation in ATG/Human Interface Group, and is supplied as-is. This is an update to version 1.0.1.
  30656. Aug 93ices, CFPropertyList.h, property list, information property list, info plist, Info.plist, CFA
  30657. OFDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:PQDev.CD Feb 00 TC
  30658.  - What's New?
  30659.  - Sample Code
  30660.  - QuickTime
  30661.  - QuickTime for JavaV
  30662. 54151X
  30663. Feb 00^
  30664. --set theItem to choose file -- uncomment to test in an AS editor
  30665.     tell application "Finder"
  30666.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:"
  30667.         activate
  30668.     end tell
  30669. on error errMsg number errNum
  30670.     --enter statements to perform when no records are found such as...
  30671.     display dialog "Sorry, the item you selected could not be found."
  30672.     return
  30673. end try
  30674. e    No Changef
  30675. QuickTime
  30676. Dev.CD Feb 00 TC
  30677. D!All Packages
  30678. Mac OS SDK Edition
  30679. GX->PostScript SampleIjReplaces the GX to PostScript sample code that was made available on the February 1998 Tool Chest Edition.J
  30680. GXtoPS Installer:K
  30681. Feb 98M
  30682. QuickDraw GX 1.1.6 and aboveK2:Development Kits (Disc 2):QuickDraw GX:Programming Stuff:Sample Code:GX->PostScript Sample:V
  30683. 54152X
  30684. 1e    No Change
  30685. The Installer SDK provides documentation and examples to help developers and administrators take advantage of Apple installation tools.
  30686. Version 1.2.3 of the SDK includes released versions of Upgrader (1.2.3) and Installer Engine (4.5.2).  We also include the shipping version of Installer 4.0.8.
  30687. This SDK is split into two folders: Upgrader and its engines, and old Installer 4.0.8.  Upgrader in conjunction with Installer Engine or ASR will replace the old Instaler 4.0.X application as Appl
  30688. s primary installation user experience.  Most Installer scripts written for Installer 4.0.X can be used with Upgrader and Installer Engine, so switching should be easy for most of you.
  30689. Installer
  30690. Note:  Some items are pre-release versions and cannot be licensed for distribution.  They are clearly marked as such.  It is should be understood that these items may have some bugs.
  30691. You must obtain a separate license from Apple to ship Installer-related tools with your product.  See the docume
  30692. standardfile
  30693. standardfileicons
  30694. standardgetfolder
  30695. standardized
  30696. standardsv
  30697. starmax
  30698. start
  30699. started
  30700. starting
  30701. starts
  30702. startup
  30703. stateU
  30704. statements
  30705. states
  30706. statistic
  30707. statistics
  30708. status
  30709. staying
  30710. stays
  30711. stdfile
  30712. stdfilesaver
  30713. stdfilterhacking
  30714. stdout
  30715. stdpix
  30716. steal
  30717. stept
  30718. step-by-step
  30719. steps
  30720. steve
  30721. stevens
  30722. stickers
  30723. sticky
  30724. System Enabler 111 (PB 160/180)O
  30725. Dev.CD Apr 93P
  30726. Dev.CD Apr 9V
  30727. 54948X
  30728. Apr 93
  30729. b--set theItem to choose file -- uncomment to test in an AS editor
  30730.     tell application "Finder"
  30731.         open item "Dev.CD Apr 93"
  30732.         activate
  30733.     end tell
  30734. on error errMsg number errNum
  30735.     --enter statements to perform when no records are found such as...
  30736.     display dialog "Sorry, the item you selected could not be found."
  30737.     return
  30738. end try
  30739. All Packages
  30740. System Enabler 111 (PB 160/180)O
  30741. Dev.CD Apr 93P
  30742. Dev.CD Apr 9V
  30743. 54949X
  30744. Apr 93
  30745. b--set theItem to choose file -- uncomment to test in an AS editor
  30746.     tell application "Finder"
  30747.         open item "Dev.CD Apr 93"
  30748.         activate
  30749.     end tell
  30750. on error errMsg number errNum
  30751.     --enter statements to perform when no records are found such as...
  30752.     display dialog "Sorry, the item you selected could not be found."
  30753.     return
  30754. end try
  30755. All Packages
  30756. System Enabler 111 (PB 160/180)O
  30757. Dev.CD Apr 93V
  30758. 54950X
  30759. anything
  30760. anywhere
  30761. apart
  30762. aphorisms
  30763. apisd
  30764. apoplexy
  30765. appearance-aware
  30766. appeared
  30767. appearing
  30768. appears
  30769. append
  30770. appendages
  30771. appendditl
  30772. appending
  30773. appendix
  30774. appendixesw
  30775. appkit
  30776. appleO
  30777. p--set theItem to choose file -- uncomment to test in an AS editor
  30778.     tell application "Finder"
  30779.         open item "Dev.CD Apr 94
  30780. Dev.CD Jan 94"
  30781.         activate
  30782.     end tell
  30783. on error errMsg number errNum
  30784.     --enter statements to perform when no records are found such as...
  30785.     display dialog "Sorry, the item you selected could not be found."
  30786.     return
  30787. end try
  30788. W be found."
  30789.     return
  30790. end try
  30791. Deletedq
  30792. Dev.CD Dec 99 RL
  30793. All Packages
  30794. F    PowerTalkO
  30795. Dev.CD Apr 95P
  30796. Dev.CD Apr 9V
  30797. 51892X
  30798. Apr 95
  30799. b--set theItem to choose file -- uncomment to test in an AS editor
  30800.     tell application "Finder"
  30801.         open item "Dev.CD Apr 95"
  30802.         activate
  30803.     end tell
  30804. on error errMsg number errNum
  30805.     --enter statements to perform when no records are found such as...
  30806.     display dialog "Sorry, the item you selected could not be found."
  30807.     return
  30808. end try
  30809. All Packages
  30810. F    PowerTalkO
  30811. Dev.CD Apr 95P
  30812. Dev.CD Apr 9V
  30813. 51893X
  30814. Apr 95
  30815. May 98^
  30816. --set theItem to choose file -- uncomment to test in an AS editor
  30817.     tell application "Finder"
  30818.         open item "Dev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:"
  30819.         activate
  30820.     end tell
  30821. on error errMsg number errNum
  30822.     --enter statements to perform when no records are found such as...
  30823.     display dialog "Sorry, the item you selected could not be found."
  30824.     return
  30825. end try
  30826. e    No Changeq
  30827. Dev.CD May 98 TC
  30828. All Packages
  30829. Performa 7.1P2O
  30830. Dev.CD Oct 93
  30831. Dev.CD Jul 93P
  30832. Dev.CD Oct 93
  30833. Dev.CD Jul 9V
  30834. 54364X
  30835. Oct 93
  30836. p--set theItem to choose file -- uncomment to test in an AS editor
  30837.     tell application "Finder"
  30838.         open item "Dev.CD Oct 93
  30839. Dev.CD Jul 93"
  30840.         activate
  30841.     end tell
  30842. on error errMsg number errNum
  30843.     --enter statements to perform when no records are found such as...
  30844.     display dialog "Sorry, the item you selected could not be found."
  30845.     return
  30846. end try
  30847. All Packages
  30848. patternsr
  30849. pause
  30850. pausegl
  30851. payoff
  30852. pballocate
  30853. pbcatsearch
  30854. pbdtgetappl
  30855. pbwriteasync
  30856. pbxxx
  30857. pc-card
  30858. pccts
  30859. pci-based
  30860. pci-pci
  30861. pci-thej
  30862. pcmcia
  30863. pdlog
  30864. peak-hold
  30865. peering
  30866. viewer
  30867. utility
  30868. which
  30869. graphically
  30870. pending
  30871. penetrate
  30872. pentiumj
  30873. people
  30874. peoplesoft
  30875. percentage
  30876. perfectly
  30877. performb
  30878. permits
  30879. permitted
  30880. persist
  30881. persisting
  30882. ample rates available ona given Mac and lists those rates.
  30883. SampleSndPlay:  This sample application shows how to use SndStartFilePlay.
  30884. SetSoundInput:  This application demonstrates how to set the sound input rate manually in order to record at the highest possible sound quality.
  30885. SndForEver:  This application demonstrates how to play a 'snd ' resource that has a loop in it.
  30886. SndPlayDoubleBuffer: Shows how to play sounds using SndPlayDoubleBuffer.
  30887. Sound Input:  SoundInputSample demonstrat
  30888. es the right way to set up the Sound Input Driver to record sound. In the past, developers have assumed that the state of Sound Input was always the same.  Newer Macintoshes, especially the PowerPC models, may have different settings so it is important to setup Sound Input correctly each time you use it.
  30889. SoundConvert:  SoundConvert demonstrates some of the new features in Sound Manager 3.2. The application allows you to read AIFF and AIFC sound files and convert them to any combination of
  30890. pippin
  30891. bandai
  30892. atworld
  30893. atmark
  30894. multimedia
  30895. pixel
  30896. plaintalk
  30897. plaintalk
  30898. speech
  30899. recognition
  30900. platformQ
  30901. playback
  30902. player
  30903. plist
  30904. plotting
  30905. plug-ins
  30906. pmforecolor
  30907. polymorphic
  30908. portables
  30909. porting
  30910. ports
  30911. posers
  30912. postscript
  30913. power
  30914. power
  30915. macintosh
  30916. debugger
  30917. power
  30918. manager
  30919. powerbook
  30920. powerbook
  30921. powerbooks
  30922. powerpcA
  30923. powerplant
  30924. pre-mixer
  30925. pre-mixer
  30926. component
  30927. vu-meter
  30928. preemptive
  30929. preferencet
  30930. preferences
  30931. preview
  30932. print
  30933.  1.0.2 supports Mac OS 8.1 and greater.
  30934. CarbonLib_1.0.2_SDK.smi
  30935. Apr 00
  30936.  Mac OS 8.1 and greater
  30937. Carbon,  CarbonLibeloper.apple.com/sdk
  30938.  N;Telephone Manager, Telephony, ISDN, Analog, PBX, Phone, IVRO=Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager:PEDev.CD Jul 99 SDK1
  30939.  - Development Kits
  30940.  - Mac OS
  30941.  - Telephone ManagerA
  30942. W program shows how to test if both QT and QTJava are installed correctlyJ*AppletTag.js
  30943. classes
  30944. README.txt
  30945. sa.bat
  30946. Feb 00
  30947. C:What's New?:Sample Code:QuickTime:QuickTime for Java:QTTestApplet:V
  30948. 51953X
  30949. 1e    No Change
  30950. ~--set theItem to choose file -- uncomment to test in an AS editor
  30951.     tell application "Finder"
  30952.         open item "Dev.CD Apr 94
  30953. Dev.CD Jan 94
  30954. Dev.CD Oct 93"
  30955.         activate
  30956.     end tell
  30957. on error errMsg number errNum
  30958.     --enter statements to perform when no records are found such as...
  30959.     display dialog "Sorry, the item you selected could not be found."
  30960.     return
  30961. end try
  30962. deskpat
  30963. desktop
  30964. deskwriter
  30965. despair
  30966. despite
  30967. destination
  30968. detached
  30969. detail
  30970. detailedu
  30971. detailed
  30972. developer
  30973. documentation
  30974. detailing
  30975. detailsQ
  30976. detect
  30977. detecting
  30978. detection
  30979. All Packages
  30980. F    PowerTalkV
  30981. 51898X
  30982. All Packages
  30983. System 7.5 Update 1.0O
  30984. Dev.CD Jan 96 SSWP
  30985. Dev.CD Jan 96 SSV
  30986. 54778X
  30987. Jan 96
  30988. f--set theItem to choose file -- uncomment to test in an AS editor
  30989.     tell application "Finder"
  30990.         open item "Dev.CD Jan 96 SSW"
  30991.         activate
  30992.     end tell
  30993. on error errMsg number errNum
  30994.     --enter statements to perform when no records are found such as...
  30995.     display dialog "Sorry, the item you selected could not be found."
  30996.     return
  30997. end try
  30998. All Packages
  30999. System 7.5 Update 1.0O
  31000. Dev.CD Jan 96 SSWP
  31001. Dev.CD Jan 96 SSV
  31002. 54779X
  31003. Jan 96
  31004. f--set theItem to choose file -- uncomment to test in an AS editor
  31005.     tell application "Finder"
  31006.         open item "Dev.CD Jan 96 SSW"
  31007.         activate
  31008.     end tell
  31009. on error errMsg number errNum
  31010.     --enter statements to perform when no records are found such as...
  31011.     display dialog "Sorry, the item you selected could not be found."
  31012.     return
  31013. end try
  31014. All Packages
  31015. System 7.5 Update 1.0V
  31016. 54780X
  31017. 54307X
  31018. Feb 00^
  31019. --set theItem to choose file -- uncomment to test in an AS editor
  31020.     tell application "Finder"
  31021.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:SNMP:Network Management (SNMP):"
  31022.         activate
  31023.     end tell
  31024. on error errMsg number errNum
  31025.     --enter statements to perform when no records are found such as...
  31026.     display dialog "Sorry, the item you selected could not be found."
  31027.     return
  31028. end try
  31029. e    No Changeq
  31030. Dev.CD Feb 00 TC
  31031. D(All Packages
  31032. Reference Library Edition
  31033. F Network Server Developer's Guide
  31034.     nes, and so forth). QuickTime Conferencing provides consistent standards that encourage software developers to create application programs that look and act the same from a user
  31035. s point of view, regardless of the computer, network service, or devices being used.
  31036. Install QuickTime Conferencing
  31037. Marketing Stuff
  31038. Programming Stuff
  31039. QTC Technical Backgrounder
  31040. QuickTime Conf. - Read Me First
  31041. Using QuickTime ConferencingK
  31042. Apr 96
  31043. Summary: The C version of ProgressWindoid 
  31044.  a HyperCard XWindow  which implements a modeless progress bar in an XWindoid.  Use it to add progress feedback to any HyperCard application.  Since it is modeless, it is good for monitoring operations that take place in the background.
  31045. Features: Multiple progress bars may be created.  All imaginable parameters of the progress bar windoid are gettable/settable as HyperCard properties.  Includes Test/Demo Stack and full source.  
  31046. JbProgressWindoid
  31047. ProgressWindoid Worksheet
  31048. ProgressWindoid.c
  31049. ProgressWindoid.make
  31050. ProgressWindoid.
  31051. Vol VIIL
  31052. Apr 92M5HyperCard 2.0, This package is System 7.0 compatible.O_Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  31053. C:PmDev.CD Feb 00 TC
  31054.  - Tool Chest
  31055.  - Development Kits
  31056.  - HyperCard Related
  31057.  - XCMDs & XFCNs
  31058.  - ProgressWindoid
  31059. exploring
  31060. expoj
  31061. export
  31062. exported
  31063. exposed
  31064. exposure
  31065. expressj
  31066. expressionsh
  31067. expressive
  31068. installer
  31069. instance
  31070. instrumentation
  31071. instrumentation
  31072. performance
  31073. analysis
  31074. integrity
  31075. interactive
  31076. interface
  31077. interfaces
  31078. interleaving
  31079. internationals
  31080. international
  31081. glossariess
  31082. internationalizationy
  31083. internet
  31084. interrupt
  31085. interrupt
  31086. debugging
  31087. introduction
  31088. investment
  31089. iostreams
  31090. cd-rom
  31091. device
  31092. driver
  31093. inputsprocket
  31094. powerplant
  31095. items
  31096. japanese
  31097. e    No Changef
  31098. QuickTime
  31099. Dev.CD Feb 00 TC
  31100. D!All Packages
  31101. Tool Chest Edition
  31102. SGCapture2DiskI
  31103. This code shows how to use the SGDrawable class to display video within a QTCanvas. It also shows how to use the Sequence Grabber to capture a the incoming video to a movie file.J-README.txt
  31104. sg.bat
  31105. SGCapture
  31106. SGCapture.zip
  31107. Feb 00
  31108. - Common
  31109.     - Sun Compliant Java Runtime Environment 1.1
  31110.     - QuickTime 3 
  31111.     - QTJava.zip
  31112.     - QTJava media samples
  31113. - Mac OS:
  31114.     - System 8 or later
  31115.     - Macintosh Runtime for Java (MRJ) 2.1
  31116. - Windows 95, 98, or NT::
  31117.     - JRE/JDK from Sun Microsystems, Inc. recommended
  31118. QuickTime, Java, MRJOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SGCapture:P^Dev.CD Feb 00 TC
  31119.  - What's New?
  31120.  - Sample Code
  31121.  - QuickTime
  31122.  - QuickTime for Java
  31123.  - SGCaptureV
  31124. 54687X
  31125. Feb 00^
  31126. opaque
  31127. All Packages
  31128. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  31129. Dev.CD Jan 94
  31130. Dev.CD Oct 93P(Dev.CD Apr 94
  31131. Dev.CD Jan 94
  31132. Dev.CD Oct 9V
  31133. 54973X
  31134. Apr 94
  31135. ~--set theItem to choose file -- uncomment to test in an AS editor
  31136.     tell application "Finder"
  31137.         open item "Dev.CD Apr 94
  31138. Dev.CD Jan 94
  31139. Dev.CD Oct 93"
  31140.         activate
  31141.     end tell
  31142. on error errMsg number errNum
  31143.     --enter statements to perform when no records are found such as...
  31144.     display dialog "Sorry, the item you selected could not be found."
  31145.     return
  31146. end try
  31147. All Packages
  31148. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  31149. Dev.CD Jan 94
  31150. Dev.CD Oct 93
  31151. Dev.CD Jul 93P6Dev.CD Apr 94
  31152. Dev.CD Jan 94
  31153. Dev.CD Oct 93
  31154. Dev.CD Jul 9V
  31155. 54974X
  31156. Apr 94
  31157. csmp-digest-v3-117
  31158. csmp-digest-v3-118
  31159. csmp-digest-v3-119
  31160. csmp-digest-v3-120
  31161. csmp-digest-v3-121
  31162. csmp-digest-v3-122
  31163. csmp-digest-v3-123
  31164. csmp-digest-v3-125
  31165. csmp-digest-v3-126
  31166. csmp-digest-v3-127
  31167. 54577X
  31168. Jan 94
  31169. p--set theItem to choose file -- uncomment to test in an AS editor
  31170.     tell application "Finder"
  31171.         open item "Dev.CD Jan 94
  31172. Dev.CD Oct 93"
  31173.         activate
  31174.     end tell
  31175. on error errMsg number errNum
  31176.     --enter statements to perform when no records are found such as...
  31177.     display dialog "Sorry, the item you selected could not be found."
  31178.     return
  31179. end try
  31180. All Packages
  31181. F    QuickTimeO
  31182. Dev.CD Jan 94
  31183. Dev.CD Oct 93P
  31184. Dev.CD Jan 94
  31185. Dev.CD Oct 9V
  31186. 54578X
  31187. Jan 94
  31188. p--set theItem to choose file -- uncomment to test in an AS editor
  31189.     tell application "Finder"
  31190.         open item "Dev.CD Jan 94
  31191. Dev.CD Oct 93"
  31192.         activate
  31193.     end tell
  31194. on error errMsg number errNum
  31195.     --enter statements to perform when no records are found such as...
  31196.     display dialog "Sorry, the item you selected could not be found."
  31197.     return
  31198. end try
  31199. All Packages
  31200. F    QuickTimeO
  31201. Dev.CD Jan 94
  31202. Dev.CD Oct 93P
  31203. Dev.CD Jan 94
  31204. Dev.CD Oct 9V
  31205. 54579X
  31206. Jan 94
  31207. --set theItem to choose file -- uncomment to test in an AS editor
  31208.     tell application "Finder"
  31209.         open item "Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:"
  31210.         activate
  31211.     end tell
  31212. on error errMsg number errNum
  31213.     --enter statements to perform when no records are found such as...
  31214.     display dialog "Sorry, the item you selected could not be found."
  31215.     return
  31216. end try
  31217. any new terms and deleted obsolete ones. It includes new appendixes for writing a glossary and a NewtB
  31218. on Style Guide. 
  31219. J.Apple Pubs Glossary 3.0
  31220. Apple Style Guide 2/94K
  31221. Vol IIIL
  31222. May 94M
  31223. Adobe Acrobat Reader.N1documentation, manuals, style, usage, style guideOCDev.CD Mar 00 RL Disk 1:Technical Documentation:Publication Guides:PHDev.CD Mar 00 RL Disk 1
  31224.  - Technical Documentation
  31225.  - Publication Guides
  31226. documentationandsamp
  31227. 54708X
  31228. Feb 00^
  31229. r--set theItem to choose file -- uncomment to test in an AS editor
  31230.     tell application "Finder"
  31231.         open item "Dev.CD Feb 00 TC:Sample Code:"
  31232.         activate
  31233.     end tell
  31234. on error errMsg number errNum
  31235.     --enter statements to perform when no records are found such as...
  31236.     display dialog "Sorry, the item you selected could not be found."
  31237.     return
  31238. end try
  31239. e    No Changeq
  31240. Dev.CD Feb 00 TC
  31241. D!All Packages
  31242. Tool Chest Edition
  31243. Snippets - Networking
  31244. (** = new, * = revised)
  31245. ADSP Chat:  ADSP Chat is a sample application demonstrating the use of the AppleTalk Data Stream Protocol (ADSP).
  31246. AFP C++:  A C++ class that provides an interface to the Appletalk Filing Protocols (AFP) as documented in Chapter 13 of Inside AppleTalk.  Each of the classes' methods corresponds to an AFP call.
  31247. AppleTalk Libraries:  A set of AppleTalk librariesthat features Name Binding Protocol,  Zone Information Protocol,  AppleTalk Filing Protocol, and more
  31248. bisibility programs, your products must have the Mac logo appropriately displayed on your products
  31249.  packaging as outlined on the guidelines. The Mac logo guidelines are included on this Developer CD. For more information, please see our web site at <http://developer.apple.com/mkt/maclogo.html> or contact our Licensing department at sw.license@apple.com.
  31250. JJClent Richardson Message.pdf
  31251. Mac Logo Art:
  31252. Mac Logo Guidelines:
  31253. NewMacLogoK
  31254. Jan 99N
  31255. Apple, Logo, MacO
  31256. Dev.CD Jan 99 SDK1:Mac Logo:P
  31257. Dev.CD Jan 99 SDK1
  31258.  - Mac Logory Manager
  31259. Analysis
  31260. Language Managerq
  31261. Dev.CD Apr 00 SDK1
  31262. All Packages
  31263. Language Kit UpdaterO
  31264. Dev.CD Nov 97 TCP
  31265. Dev.CD Nov 97 TV
  31266. 52977X
  31267. Nov 97
  31268. tation:Misc. Standards:MacBinary:PRDev.CD Mar 00 RL Disk 1
  31269.  - Technical Documentation
  31270.  - Misc. Standards
  31271.  - MacBinaryec 95N#ISO 9660, CD-ROM, device driver i/oO3Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:iso9660:P>Dev.CD Feb 00 TC
  31272.  - Tool Chest
  31273.  - Devices
  31274.  - CD-ROM
  31275.  - iso9660V
  31276. 50464X
  31277. Feb 00^
  31278. #ll unles
  31279. rs or PowerPC microprocessors.You also need System 7.5 or later, a minimum of 8 MB of RAM (16 MB is strongly recommended) and at least 7 MB of free disk space.
  31280. This software is being made available to Apple Developers only and is not for public distribution. We are finishing work on MRJ 1.0.1 and the Software Development Kit (SDK) and expect to post them to <http://applejava.apple.com/> by the end of March 1997.  See the document "About this Pre-Release of MRJ" for details.
  31281. About this Pre-Release of MRJ
  31282. MRJ 1.0.1b1c2 Installer:
  31283. MRJ SDK Installer 1.0.1b1c2
  31284. Pre-Release MRJ JITC:
  31285. Updated Documentation:K
  31286. May 97OFDev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:PNDev.CD Nov 99 TC
  31287.  - What's New?
  31288.  - Development Kits
  31289.  - Mac OS Runtime for Java JFIF
  31290. Embedding ICC Profiles in TIFFK
  31291. Apr 98M
  31292. ColorSync 2.xN%ColorSync, ICC, Profile SpecificationOkDev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:nge
  31293. This program displays memory size, bank configuration, and interleave status for each DIMM slot. This program can be used to detect if DIMMs have been installed properly to enable interleaving on Hammerhead-based PCI PowerMacs
  31294. Memory interleaving provides higher bandwidth (MBytes per second) between the PowerPC microprocessor and main memory, which can provide a significant performance boost by increasing the execution speed of memory-intensive programs. How much faster depends on a progr
  31295. am's software architecture and how often the processor accesses cache (L1 & L2) versus main memory.
  31296. Displays the memory size (amount of RAM) of each DIMM installed in each of the DIMM slots of a Hammerhead-based PCI PowerMac, such as 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. Also indicates if any pairs have been installed properly to enable interleaving.
  31297. Includes source code so that Developers can incorporate the code into their own program.
  31298. Issues: This program only runs 
  31299. --set theItem to choose file -- uncomment to test in an AS editor
  31300.     tell application "Finder"
  31301.         open item "Dev.CD Apr 94
  31302. Dev.CD Jan 94
  31303. Dev.CD Oct 93
  31304. Dev.CD Jul 93
  31305. Dev.CD Apr 93"
  31306.         activate
  31307.     end tell
  31308. on error errMsg number errNum
  31309.     --enter statements to perform when no records are found such as...
  31310.     display dialog "Sorry, the item you selected could not be found."
  31311.     return
  31312. end try
  31313. notationw
  31314. noteZ
  31315. standardgetfolder
  31316. replaces
  31317. customgetfile
  31318. st projects, this project was implemented under time constraints. There may be better methods available to you depending on your needs and the available time.
  31319. J'Sample Code.img
  31320. Windows Sample Code.imgK
  31321. Jul 96N
  31322. Live Scroll, Dynamic ScrollingO
  31323. Dev.CD Feb 00 TC:Sample Code:P
  31324. Dev.CD Feb 00 TC
  31325.  - Sample Codes
  31326.  - MPW Related
  31327.  - Lurkers 1.7..
  31328.     display dialog "Sorry, the item you selected could not be found."
  31329.     return
  31330. end try
  31331. e    No Changef
  31332. Lurkers
  31333. Projector
  31334. Dev.CD Feb 00 TC
  31335. D!All Packages
  31336. Mac OS SDK Edition
  31337. LW8 Hosesample
  31338. BThis sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  31339. This sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  31340. LW8_HoseIrDASample:K
  31341. Jul 99K1:What's New:Sample Code:Printing:LW8 Hosesample:V
  31342. 50503X
  31343. 1e    No Change
  31344.  the tool 
  31345. dzautodrone
  31346. dzautodrone
  31347. dzautodroneburn
  31348. dzautodroneburn
  31349. dzautodroneexpl
  31350. dzautodroneexpl
  31351. dzdisplay
  31352. dzdisplay
  31353. dzdisplay
  31354. dzdrone
  31355. dzdrone
  31356. dzdrone
  31357. dzevenmoreresources
  31358. dzevenmoreresources
  31359. dzevents
  31360. dzevents
  31361. dzevents
  31362. dzgame
  31363. dzgame
  31364. dzgame
  31365. dzinput
  31366. dzinput
  31367. dzinput
  31368. dzisppresets
  31369. dzisppresets
  31370. dzisppresets
  31371. dzkeycap
  31372. dzkeycap
  31373. dzmain
  31374. dzmain
  31375. dzmain
  31376. dzmenu
  31377. dzmenu
  31378. dzmenu
  31379. dzmoreresources
  31380. dzmoreresources
  31381. dzprefix
  31382. dzprefix
  31383. dzresource
  31384. dzresource
  31385. dzresource
  31386. dzsound
  31387. dzsound
  31388. dzsound
  31389. dzsound
  31390. dzspace
  31391. dzspace
  31392. dzspace
  31393. dzthumbprint
  31394. dzthumbprint
  31395. dzutils
  31396. dzutils
  31397. dzutils
  31398. hation needed to support the new adev resource calls. (An ade
  31399. All Packages
  31400. System 7.5 Update 2.0O
  31401. Dev.CD Jul 96 SSWP
  31402. Dev.CD Jul 96 SSV
  31403. 54810X
  31404. Jul 96
  31405. f--set theItem to choose file -- uncomment to test in an AS editor
  31406.     tell application "Finder"
  31407.         open item "Dev.CD Jul 96 SSW"
  31408.         activate
  31409.     end tell
  31410. on error errMsg number errNum
  31411.     --enter statements to perform when no records are found such as...
  31412.     display dialog "Sorry, the item you selected could not be found."
  31413.     return
  31414. end try
  31415. All Packages
  31416. System 7.5 Update 2.0O
  31417. Dev.CD Jul 96 SSWP
  31418. Dev.CD Jul 96 SSV
  31419. 54811X
  31420. Jul 96
  31421. f--set theItem to choose file -- uncomment to test in an AS editor
  31422.     tell application "Finder"
  31423.         open item "Dev.CD Jul 96 SSW"
  31424.         activate
  31425.     end tell
  31426. on error errMsg number errNum
  31427.     --enter statements to perform when no records are found such as...
  31428.     display dialog "Sorry, the item you selected could not be found."
  31429.     return
  31430. end try
  31431. All Packages
  31432. System 7.5 Update 2.0V
  31433. 54812X
  31434. 7edit
  31435. 7.0.1O
  31436. 8.5.1gm
  31437. a-lawP
  31438. a-law
  31439. sdec/scomP
  31440. a/roseQ
  31441. a/rose
  31442. 1.2.1Q
  31443. aboutR
  31444. about
  31445. developer
  31446. universityR
  31447. technical
  31448. notesS
  31449. access
  31450. acrobatZ
  31451. analyzer
  31452. 1.0d6T
  31453. 1.0.1b3U
  31454. parser
  31455. 5.0.7V
  31456. adbreinitW
  31457. adbreinit
  31458. adlibX
  31459. adlib
  31460. 2.6.5X
  31461. adlib
  31462. 3.0.1Y
  31463. adobeZ
  31464. adobe
  31465. acrobat
  31466. readerZ
  31467. advanced[
  31468. advanced
  31469. color
  31470. imaging
  31471. sample
  31472. applications\
  31473. tools]
  31474. qdgraphics
  31475. qtcanvas
  31476. qteditmovie
  31477. qtic-savvy
  31478. qtimagedrawer
  31479. qtjava
  31480. qtmovie
  31481. qtpict
  31482. qtrecordmovie
  31483. qtshoweffect
  31484. quadraV
  31485. quadrasV
  31486. quadratic
  31487. quake
  31488. qualcomm's
  31489. qualifiedh
  31490. quandary
  31491. quantitiesg
  31492. dzautodrone@
  31493. al Documentation
  31494.  - Peripherals DocumentationV
  31495. 53188X
  31496. Dec 99^
  31497. --set theItem to choose file -- uncomment to test in an AS editor
  31498.     tell application "Finder"
  31499.         open item "Dev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:"
  31500.         activate
  31501.     end tell
  31502. on error errMsg number errNum
  31503.     --enter statements to perform when no records are found such as...
  31504.     display dialog "Sorry, the item you selected could not be found."
  31505.     return
  31506. end try
  31507. Deletedq
  31508. Dev.CD Dec 99 RL
  31509. D!All Packages
  31510. Tool Chest Edition
  31511. Programmer's Key 1.4.2
  31512. ISummary: Programmer's Key is a small INIT that allows the use of the 'power-on' key of an Apple Desktop Bus keyboard as a substitute for the Programmer's Switch. To install Programmer's Key; simply drag it into your System Folder and reboot.
  31513. Features: Allows reset and interrupt from keyboard.
  31514. This package is 7.0 compatible.  
  31515. General tools.imgK
  31516. Vol IIIL
  31517. Mar 92nge
  31518. ?D!All Packages
  31519. Tool Chest Edition
  31520. 7.0.1O
  31521. 8.5.1gm
  31522. a-lawP
  31523. a-law
  31524. sdec/scomP
  31525. a/roseQ
  31526. a/rose
  31527. 1.2.1Q
  31528. aboutR
  31529. about
  31530. developer
  31531. universityR
  31532. technical
  31533. notesS
  31534. access
  31535. acrobatZ
  31536. analyzer
  31537. 1.0d6T
  31538. 1.0.1b3U
  31539. parser
  31540. 5.0.7V
  31541. adbreinitW
  31542. adbreinit
  31543. adlibX
  31544. adlib
  31545. 2.6.5X
  31546. adlib
  31547. 3.0.1Y
  31548. adobeZ
  31549. adobe
  31550. acrobat
  31551. readerZ
  31552. advanced[
  31553. advanced
  31554. color
  31555. imaging
  31556. sample
  31557. applications\
  31558. tools]
  31559. rebuilding
  31560. rebuiltY
  31561. receive
  31562. received
  31563. receiving
  31564. recent
  31565. recently
  31566. reception
  31567. recipes
  31568. recognition
  31569. recognize
  31570. recognizes
  31571. recognizing
  31572. recommendx
  31573. recommendations
  31574. recommended
  31575. recommends
  31576. recordV
  31577. }OQDev.CD May 97 TC
  31578. Dev.CD Nov 96 TC
  31579. Dev.CD Aug 96 TC
  31580. Dev.CD Feb 96 TC
  31581. Dev.CD Feb 95PPDev.CD May 97 TC
  31582. Dev.CD Nov 96 TC
  31583. Dev.CD Aug 96 TC
  31584. Dev.CD Feb 96 TC
  31585. Dev.CD Feb 9V
  31586. 54019X
  31587. May 97
  31588. --set theItem to choose file -- uncomment to test in an AS editor
  31589.     tell application "Finder"
  31590.         open item "Dev.CD May 97 TC
  31591. Dev.CD Nov 96 TC
  31592. Dev.CD Aug 96 TC
  31593. Dev.CD Feb 96 TC
  31594. Dev.CD Feb 95"
  31595.         activate
  31596.     end tell
  31597. on error errMsg number errNum
  31598.     --enter statements to perform when no records are found such as...
  31599.     display dialog "Sorry, the item you selected could not be found."
  31600.     return
  31601. end try
  31602. All Packages
  31603. ChineseTalk 6.0.3O
  31604. Dev CD Vol. V
  31605. Dev CD Vol. IVP
  31606. Dev CD Vol. V
  31607. Dev CD Vol. IV
  31608. 54020X
  31609. Vol. V
  31610. CD Jul 96 SSW"
  31611.         activate
  31612.     end tell
  31613. on error errMsg number errNum
  31614.     --enter statements to perform when no records are found such as...
  31615.     display dialog "Sorry, the item you selected could not be found."
  31616.     return
  31617. end try
  31618. version
  31619. All Packages
  31620. PowerTalk (PPC)O
  31621. Dev.CD Oct 94P
  31622. Dev.CD Oct 9V
  31623. 54410X
  31624. Oct 94
  31625. b--set theItem to choose file -- uncomment to test in an AS editor
  31626.     tell application "Finder"
  31627.         open item "Dev.CD Oct 94"
  31628.         activate
  31629.     end tell
  31630. on error errMsg number errNum
  31631.     --enter statements to perform when no records are found such as...
  31632.     display dialog "Sorry, the item you selected could not be found."
  31633.     return
  31634. end try
  31635. All Packages
  31636. PowerTalk (PPC)O
  31637. Dev.CD Oct 94P
  31638. Dev.CD Oct 9V
  31639. 54411X
  31640. Oct 94
  31641. b--set theItem to choose file -- uncomment to test in an AS editor
  31642.     tell application "Finder"
  31643.         open item "Dev.CD Oct 94"
  31644.         activate
  31645.     end tell
  31646. on error errMsg number errNum
  31647.     --enter statements to perform when no records are found such as...
  31648.     display dialog "Sorry, the item you selected could not be found."
  31649.     return
  31650. end try
  31651. All Packages
  31652. PowerTalk (PPC)O
  31653. Dev.CD Oct 94P
  31654. Dev.CD Oct 9V
  31655. 54412X
  31656. Oct 94
  31657. J4ic.bat
  31658. ImageComp
  31659. ImageCompositing.zip
  31660. README.txt
  31661. Feb 00
  31662. - Common
  31663.     - Sun Compliant Java Runtime Environment 1.1
  31664.     - QuickTime 3 
  31665.     - QTJava.zip
  31666.     - QTJava media samples
  31667. - Mac OS:
  31668.     - System 8 or later
  31669.     - Macintosh Runtime for Java (MRJ) 2.1
  31670. - Windows 95, 98, or NT::
  31671.     - JRE/JDK from Sun Microsystems, Inc. recommended
  31672. QuickTime, Java, MRJOWDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:ImageCompositing:PeDev.CD Feb 00 TC
  31673.  - What's New?
  31674.  - Sample Code
  31675.  - QuickTime
  31676.  - QuickTime for Java
  31677.  - ImageCompositingV
  31678. 54178X
  31679. Feb 00^
  31680. e    No Change
  31681. ystem software 
  31682. G4.pdfK
  31683. Apr 00L
  31684. Apr 00NWHardware Developer Documentation, developer notes, devnotes, Power Mac, Power MacintoshOWDev.CD Apr 00 SDK1:What's New:Developer Documentation:Developer Documentation:hardware:PbDev.CD Apr 00 SDK1
  31685.  - What's New
  31686.  - Developer Documentation
  31687.  - Developer Documentation
  31688.  - hardwareV
  31689. 51609X
  31690. Apr 00^
  31691. #://developer.apple.com/techpubs/index.html
  31692. program
  31693. shows
  31694. sgdrawable
  31695. class
  31696. program
  31697. shows
  31698. tuneplayer
  31699. program
  31700. shows
  31701. construction
  31702. composited
  31703. program
  31704. shows
  31705. introspection
  31706. movie
  31707. program
  31708. shows
  31709. usage
  31710. graphicsimporter
  31711. program
  31712. shows
  31713. usage
  31714. graphicsimporterdra
  31715.  of graphics; such as the Apple Training Support courses for Macintosh Video Display Cards.
  31716. Mac Graphics Primer 2K
  31717. Vol IIIL
  31718. Vol VIIO;Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2PCDev.CD Nov 99 TC
  31719.  - Tool Chest
  31720.  - QuickDraw
  31721.  - Mac Graphics Primer rs. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  31722. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  31723. 48014X
  31724. supplement
  31725. supplementing
  31726. supplied
  31727. supply
  31728. supportN
  31729. supportingN
  31730. supports\
  31731. suppose
  31732. sures
  31733. surely
  31734. surf's
  31735. surface
  31736. surfboards
  31737. surfer
  31738. surovell
  31739. surround
  31740. survey
  31741. survival
  31742. suspend
  31743. sustains
  31744. 6.3.3
  31745. quick
  31746. reference
  31747. first
  31748. diskrestore
  31749. display
  31750. display
  31751. display
  31752. device
  31753. driver
  31754. guide
  31755. displaymanager
  31756. displaymanager
  31757. dispnamereg
  31758. distribution
  31759. distributors/localiz
  31760. dk-danish
  31761. doccreator
  31762. doccreator
  31763. docsr
  31764. files
  31765. doctor
  31766. doctypes
  31767. doctypes
  31768. documenation
  31769. documenation
  31770. document
  31771. document
  31772. converter
  31773. documentation
  31774. navigator
  31775. newsi
  31776. notesS
  31777. onescannerg
  31778. opp's
  31779. palette
  31780. All Packages
  31781. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  31782. Dev.CD Jan 94
  31783. Dev.CD Oct 93
  31784. Dev.CD Jul 93P6Dev.CD Apr 94
  31785. Dev.CD Jan 94
  31786. Dev.CD Oct 93
  31787. Dev.CD Jul 9V
  31788. 54963X
  31789. Apr 94
  31790. --set theItem to choose file -- uncomment to test in an AS editor
  31791.     tell application "Finder"
  31792.         open item "Dev.CD Apr 94
  31793. Dev.CD Jan 94
  31794. Dev.CD Oct 93
  31795. Dev.CD Jul 93"
  31796.         activate
  31797.     end tell
  31798. on error errMsg number errNum
  31799.     --enter statements to perform when no records are found such as...
  31800.     display dialog "Sorry, the item you selected could not be found."
  31801.     return
  31802. end try
  31803. All Packages
  31804. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  31805. Dev.CD Jan 94
  31806. Dev.CD Oct 93
  31807. Dev.CD Jul 93P6Dev.CD Apr 94
  31808. Dev.CD Jan 94
  31809. Dev.CD Oct 93
  31810. Dev.CD Jul 9V
  31811. 54964X
  31812. Apr 94
  31813. heading
  31814. heads
  31815. healthj
  31816. heaps
  31817. heart
  31818. bundled
  31819. bundleservices
  31820. b--set theItem to choose file -- uncomment to test in an AS editor
  31821.     tell application "Finder"
  31822.         open item "Dev.CD Jul 95"
  31823.         activate
  31824.     end tell
  31825. on error errMsg number errNum
  31826.     --enter statements to perform when no records are found such as...
  31827.     display dialog "Sorry, the item you selected could not be found."
  31828.     return
  31829. end try
  31830. eading the source code.
  31831. The features are ATSUI features: multiple styles, arbitrary angles, broken hilighting, hit testing, fractiB
  31832. onal justification, etc.
  31833. J'Sample Code.img
  31834. Windows Sample Code.imgK
  31835. Nov 98M
  31836. Mac OS
  31837.  8.5NCUnicode, Imaging, Text, Type, Bi-directional, Rotation, Double-byteO
  31838. Dev.CD Feb 00 TC:Sample Code:P
  31839. Dev.CD Feb 00 TC
  31840.  - Sample Code
  31841. super
  31842. survey
  31843. switch
  31844. synchronization
  31845. systemx
  31846. technicalS
  31847. technotes
  31848. terminology^
  31849. tester
  31850. textedit
  31851. ed with MacApp. Please be as concrete as possible with your answers, so that I can analyze the feedback and be able to make concrete recommendations regarding our framework product strategy.
  31852. Please fill free to forward this document to any other developer, company, and/or integrator who you might know is using MacApp. Also, since many of you will prefer your answers to be kept confidential, please answer directly to me using one of the following mechanisms (e-mail is highly recommended):
  31853. -   AppleLink:  GONZALEZ3
  31854. -   Internet:   gonzalez3@applelink.apple.com
  31855. -   Fax:        (408) 974-9456
  31856. Yes, this will take a couple of minutes, but your feedback is very important and will help us understand more your needs and provide you with better tools to develop your applications. Please, do not leave this for tomorrow (unless you are in the process of shipping today your latest MacApp-based product!). This information is needed ASAP.
  31857. Thanks for your feedback.
  31858. Regards,
  31859. Ricardo G
  31860.   See More Things in the 7.0 Finder
  31861.     This folder contains the 7.0 Finder "hook" for Virtual User.  When installed,
  31862.     the hook allows Virtual User to "see" many more things in 7.0 Finder
  31863.     dialogs and windows. For more information, see the "Mole.code Read Me"
  31864.     document.
  31865.   ShimmerMate 1.0b1
  31866.     Shimmermate is an application which has the ability to 'bless' systems 
  31867.     on a target drive, name the Chooser on a newly installed system on a target, 
  31868.     and move files (i.e. hiding 
  31869. the system file from the finder for 
  31870.     non-blessed systems) plus several other features.  All features are
  31871.     implemented with radio buttons or text strings (such as path names to hard
  31872.     drives and system files).
  31873.     Requirements:  ShimmerMate must be launched from the same volume 
  31874.     which you will be changing system information on (i.e. de-blessing
  31875.     system folders).
  31876.   VU Aid 1.0.8
  31877.     VU Aid is a tool which is installed on any VU target to help the Virtual
  31878.     User Age
  31879. 54370X
  31880. Feb 00^
  31881. --set theItem to choose file -- uncomment to test in an AS editor
  31882.     tell application "Finder"
  31883.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:PlayMovie:"
  31884.         activate
  31885.     end tell
  31886. on error errMsg number errNum
  31887.     --enter statements to perform when no records are found such as...
  31888.     display dialog "Sorry, the item you selected could not be found."
  31889.     return
  31890. end try
  31891. e    No Changef
  31892. QuickTime
  31893. Dev.CD Feb 00 TC
  31894. PlayTuneIhThis demo program shows how to use the TunePlayer to play a Tune using the QuickTime Music Architecture
  31895. J+PlayTune
  31896. PlayTune.zip
  31897. pt.bat
  31898. README.txt
  31899. Feb 00
  31900. - Common
  31901.     - Sun Compliant Java Runtime Environment 1.1
  31902.     - QuickTime 3 
  31903.     - QTJava.zip
  31904.     - QTJava media samples
  31905. - Mac OS:
  31906.     - System 8 or later
  31907.     - Macintosh Runtime for Java (MRJ) 2.1
  31908. - Windows 95, 98, or NT::
  31909.     - JRE/JDK from Sun Microsystems, Inc. recommended
  31910. QuickTime, Java, MRJckTime, Java, MRJiables
  31911. tJ'Sample Code.img
  31912. Windows Sample Code.imgK
  31913. Nov 99M.Mac OS with the Apple Event Manager installed.N$Finder, open, display folder, launchO
  31914. Dev.CD Feb 00 TC:Sample Code:P
  31915. Dev.CD Feb 00 TC
  31916.  - Sample CodeV
  31917. 54138X
  31918. Feb 00^
  31919. r--set theItem to choose file -- uncomment to test in an AS editor
  31920.     tell application "Finder"
  31921.         open item "Dev.CD Feb 00 TC:Sample Code:"
  31922.         activate
  31923.     end tell
  31924. on error errMsg number errNum
  31925.     --enter statements to perform when no records are found such as...
  31926.     display dialog "Sorry, the item you selected could not be found."
  31927.     return
  31928. end try
  31929. e    No Changef!Finder
  31930. display folder
  31931. launchq
  31932. Dev.CD Feb 00 TC
  31933. uD!All Packages
  31934. Tool Chest Edition
  31935. FindPrinter
  31936. Features: Uses AppleEvents to have the Finder execute common actions.J.CallFinder
  31937. CallFinder docs
  31938. CallFinder docs.txtK
  31939. Vol IXM
  31940. MPW Shell, System 7.0N
  31941. AE, Apple Events, AppleEventsOMDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:CallFinder Tool 1.0:nge
  31942. idn't
  31943. de automatically.  By default, debugging code is compiled into the project, so you should have MacsBug installed when you run this code.
  31944. J'Sample Code.img
  31945. Windows Sample Code.imgK
  31946. Oct 96L
  31947. Nov 98N5games sprockets sprite blitters DrawSprocket MoofWarsO
  31948. Dev.CD Feb 00 TC:Sample Code:P
  31949. Dev.CD Feb 00 TC
  31950.  - Sample Codeility to launch apps on remote machines!J+FinderEvents
  31951. FinderEvents 1.2 Release NotesK
  31952. Jan 92M
  31953. Hypercard 2.1, System 7O^Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:PlDev.CD Feb 00 TC
  31954.  - Tool Chest
  31955.  - Development Kits
  31956.  - HyperCard Related
  31957.  - XCMDs & XFCNs
  31958.  - FinderEvents 1.2V
  31959. 52892X
  31960. Feb 00^
  31961. #Tool Chest Edition
  31962. Power Macintosh Prod. Artwork 
  31963.     rNum
  31964.     --enter statements to perform when no records are found such as...
  31965.     display dialog "Sorry, the item you selected could not be found."
  31966.     return
  31967. end try
  31968. All Packages
  31969. PPC EnablerO
  31970. Dev.CD Jul 95P
  31971. Dev.CD Jul 9V
  31972. 45713X
  31973. Jul 95
  31974. etwork
  31975. Summary:  "Show Movie" is a small application designed to load and play movies. It demonstrates several useful features in QuickTime and ways to use them.
  31976.   -Creating a Time Base call back
  31977.   -Setting call backs based on the length of a movie.
  31978.   -Automatically closing a movie once it has finished playing
  31979.   -Making a loop within a movie.
  31980.   -Changing the rate of a movie while it is playing.
  31981.   -Slaving one movie to another.
  31982.   -Offsetting the start frame of a slave movie.
  31983.   -Delaying the start
  31984. E of a slave movie playing
  31985. It achieves the above by using Time Base call backs documented in Inside Macintosh QuickTime pages 2-335 to 2-341, 2-364
  31986. It also demonstrates
  31987.   Ways to pass data to the call backs and dispose of it once the movie has finished.
  31988.   How to create a default button on a dialog without using user items.
  31989. J'Sample Code.img
  31990. Windows Sample Code.imgK
  31991. Jan 96O
  31992. Dev.CD Feb 00 TC:Sample Code:P
  31993. Dev.CD Feb 00 TC
  31994.  - Sample Codetxt
  31995. variable
  31996. variables
  31997. version
  31998. der AppleEvent.
  31999. Simple HLE:  Here is a simple High Level Event sample. It posts two events, then uses a filter to accept the second one. Using AppleEvents is a much better solution than using High Level Events, however...
  32000. SmallDaemon:  This is a minimal faceless background application (FBA) for System 7. Versions are provided in MPW C and MPW Pascal.
  32001. SuspendAppleEvent:  A simple example of suspending and resuming an AppleEvent.
  32002. TEXTtotypeIntlCoercion:  A coercion routine that seamlesslEZy converts old-style typeChar data to typeIntlText, so you don't have to rewrite old code.
  32003. J'Sample Code.img
  32004. Windows Sample Code.imgK
  32005. Feb 92L
  32006. May 97O
  32007. Dev.CD Feb 00 TC:Sample Code:P
  32008. Dev.CD Feb 00 TC
  32009.  - Sample Codeapple
  32010. directions
  32011. 06/95j
  32012. apple
  32013. directions
  32014. 06/96k
  32015. apple
  32016. directions
  32017. 06/97
  32018. apple
  32019. directions
  32020. 07/95j
  32021. apple
  32022. directions
  32023. 07/96k
  32024. apple
  32025. directions
  32026. 07/97
  32027. apple
  32028. directions
  32029. 08/95j
  32030. apple
  32031. directions
  32032. 08/96k
  32033. apple
  32034. directions
  32035. 08/97
  32036. apple
  32037. directions
  32038. 09/95j
  32039. test-harness
  32040. test/demo
  32041. testaccelration
  32042. testarbitraryallocat
  32043. testarbitraryallocat
  32044. testeds
  32045. testgestalt
  32046. testingx
  32047. testnbp
  32048. ociationz
  32049. assortment
  32050. assume
  32051. assumed
  32052. assumption
  32053. assure
  32054. asyncdriversample
  32055. asynchronous
  32056. asynchronous
  32057. background
  32058. networking
  32059. macintosh
  32060. harry
  32061. asynchronously
  32062. asyncpb
  32063. asyncronous
  32064. at-attachment
  32065. Summary:  These are obsolete Hypercard XCMD toolkits which used to be sold through APDA.  These are no longer supported, but may be of interest to developers writing their own XCMDS.
  32066. These XCMDs are not supported by DEVSUPPORT.  Questions will be rejected.  These packages are offered as a convenience to our developers, but are obsolete.
  32067. Issues:  These XCMDs are unsupported.  Do not send questions to DEVSUPPORT.  We can not help you with these XCMDs.
  32068. !Read me (obsolete&unsupported)
  32069. !Read me.txt
  32070. AppleTalk ToolKit.img
  32071. CD Audio Toolkit 1.0.img
  32072. HyperCard CTB Toolkit 1.0b2.img
  32073. HyperCard Serial Toolkit 2..img
  32074. HyperCard Video Toolkit 2.0.img
  32075. Ideas Toolkit 1.0.img
  32076. Prototyping Toolkit 2.0.imgK
  32077. May 95M
  32078. Hypercard.  It is uncertain that these packages will work correctly with the latest version of Hypercard, but they did work with an earlier version.ORDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:V
  32079. --set theItem to choose file -- uncomment to test in an AS editor
  32080.     tell application "Finder"
  32081.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:PEF Viewer:"
  32082.         activate
  32083.     end tell
  32084. on error errMsg number errNum
  32085.     --enter statements to perform when no records are found such as...
  32086.     display dialog "Sorry, the item you selected could not be found."
  32087.     return
  32088. end try
  32089. st Edition
  32090. Chinese Handwriting Kit 1.0
  32091. Summary:  The Apple Chinese Handwriting Kit offers you another simple and yet powerful way of entering Chinese characters into your Macintosh computer. With the bundled wireless stylus and graphics tablet, you can just write any Chinese characters or phrases
  32092. either in simplified or traditional form
  32093. and your handwriting is automatically segmented and converted into two-byte digital text that can be further formatted in your favourite word-processing or page layout program. 
  32094. Requiring no tr}
  32095. Movedq
  32096. Dev.CD Feb 00 TC
  32097. cD!All Packages
  32098. Tool Chest Edition
  32099. F    DukeMovie
  32100. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  32101. J-dk.bat
  32102. DukeMovie
  32103. DukeMovie.zip
  32104. README.txt
  32105. Feb 00
  32106. - Common
  32107.     - Sun Compliant Java Runtime Environment 1.1
  32108.     - QuickTime 3 
  32109.     - QTJava.zip
  32110.     - QTJava media samples
  32111. - Mac OS:
  32112.     - System 8 or later
  32113.     - Macintosh Runtime for Java (MRJ) 2.1
  32114. - Windows 95, 98, or NT::
  32115.     - JRE/JDK from Sun Microsystems, Inc. recommended
  32116. QuickTime, Java, MRJOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DukeMovie:P^Dev.CD Feb 00 TC
  32117.  - What's New?
  32118.  - Sample Code
  32119.  - QuickTime
  32120.  - QuickTime for Java
  32121.  - DukeMovieV
  32122. 54121X
  32123. Feb 00^
  32124. #Patch 1.0.2xported
  32125. exposed
  32126. exposure
  32127. expressj
  32128. expressionsh
  32129. expressive
  32130. o the madness.
  32131. MACINTOSH Q & A
  32132. Apple
  32133. s Developer Support Center answers queries about Macintosh product development.
  32134. THE VETERAN NEOPHYTE: Digital Karma by Joe Williams
  32135. An attempt to make an online society self-moderating raises some interesting questions and leads to some unexpected twists. Will people find ways to abuse digital karma? Yep.
  32136. NEWTON Q & A: ASK THE LLAMA
  32137. Answers to Newton-related development questions. Send in your own questions for a chance at a T-shirt.
  32138. KON & BAL
  32139. S PUZF
  32140. ZLE PAGE: AppendDITL Apoplexy by Martin-Gilles Lavoie & Bo3b Johnson
  32141. Two guest puzzlers take on a problem that, while innocuous on the surface, proves to be deep and dastardly. It involves dialog boxes. Need we say more?
  32142. JEdevelop Issue 29:
  32143. develop Issue 29 code:
  32144. develop Issue 29 references:K
  32145. Mar 97OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 29:PQDev.CD Mar 00 RL Disk 1
  32146.  - Technical Documentation
  32147.  - Develop
  32148.  - develop Issue 29ariable
  32149. variables
  32150. 00 TC
  32151. david
  32152. davidson
  32153. day-to-day
  32154. daylight
  32155. daystar
  32156. dboxproc
  32157. dcmda
  32158. dcmds]
  32159. development
  32160. modules
  32161. contains
  32162. 1.4.1
  32163. de-allocated
  32164. de-blessing
  32165. dealer
  32166. dealing
  32167. deals
  32168. deanna
  32169. macapp
  32170. users
  32171. death
  32172. deatherage
  32173. debabelizer
  32174. debug]
  32175. debugger
  32176. debugger's
  32177. debuggerpresence
  32178. debuggers
  32179. debuggingV
  32180. debugging
  32181. optimized
  32182. debugs
  32183. debugstr
  32184.  several
  32185.  snippets that illustrate the original and asy
  32186. INTprinting, Carbon, Carbon printing, Carbon Printing Manager, print, imaging, graphicsOkDev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:PyDev.CD Apr 00 SDK1
  32187.  - What's New
  32188.  - Technical Documentation
  32189.  - Technical Publications
  32190.  - DeveloperDocumentation
  32191.  - carbonV
  32192. 54095X
  32193. Apr 00^
  32194. --set theItem to choose file -- uncomment to test in an AS editor
  32195.     tell application "Finder"
  32196.         open item "Dev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:"
  32197.         activate
  32198.     end tell
  32199. on error errMsg number errNum
  32200.     --enter statements to perform when no records are found such as...
  32201.     display dialog "Sorry, the item you selected could not be found."
  32202.     return
  32203. end try
  32204. e    No ChangefNprinting
  32205. Carbon
  32206. Carbon printing
  32207. Carbon Printing Manager
  32208. print
  32209. imaging
  32210. graphics!
  32211. 1.5.1
  32212. first
  32213. library
  32214. plugins
  32215. nubus
  32216. nubus
  32217. board
  32218. registration
  32219. nubuslist
  32220. nubuslist
  32221. nubustest
  32222. nubustest
  32223. nubustest
  32224. nubustest
  32225. nutankframes
  32226. nutankframes
  32227. object
  32228. object
  32229. pascal
  32230. objectcode
  32231. objectivec
  32232. tbltdrvr
  32233. tcp/ip
  32234. tcp/ip
  32235. administration
  32236. macintosh
  32237. v2.0.4
  32238. tcp/ip
  32239. connection
  32240. macintosh
  32241. v2.0.4
  32242. tcp/ip/lpr
  32243. tcpclose
  32244. tcpreceive
  32245. tcpsend
  32246. teamf
  32247. tear-off
  32248. techj
  32249. technologiesp
  32250. 54010X
  32251. Aug 97^
  32252. --set theItem to choose file -- uncomment to test in an AS editor
  32253.     tell application "Finder"
  32254.         open item "Dev.CD Aug 97 TC:Language Kits:Chinese Dictation Kit 1.5:"
  32255.         activate
  32256.     end tell
  32257. on error errMsg number errNum
  32258.     --enter statements to perform when no records are found such as...
  32259.     display dialog "Sorry, the item you selected could not be found."
  32260.     return
  32261. end try
  32262. e    No Changef+Chinese
  32263. dictation
  32264. speech
  32265. input
  32266. keyboardq
  32267. Dev.CD Aug 97 TC
  32268. All Packages
  32269. Chinese Handwriting KitO
  32270. Dev.CD Nov 96 TCP
  32271. Dev.CD Nov 96 TV
  32272. 54011X
  32273. Nov 96
  32274. e--set theItem to choose file -- uncomment to test in an AS editor
  32275.     tell application "Finder"
  32276.         open item "Dev.CD Nov 96 TC"
  32277.         activate
  32278.     end tell
  32279. on error errMsg number errNum
  32280.     --enter statements to perform when no records are found such as...
  32281.     display dialog "Sorry, the item you selected could not be found."
  32282.     return
  32283. end try
  32284. All Packages
  32285. PPADev.CD Apr 00 SDK1
  32286.  - Development Kits
  32287.  - Hardware
  32288.  - PCI DDK 3.0V
  32289. 54358X
  32290. Apr 00^
  32291. --set theItem to choose file -- uncomment to test in an AS editor
  32292.     tell application "Finder"
  32293.         open item "Dev.CD Apr 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:"
  32294.         activate
  32295.     end tell
  32296. on error errMsg number errNum
  32297.     --enter statements to perform when no records are found such as...
  32298.     display dialog "Sorry, the item you selected could not be found."
  32299.     return
  32300. end try
  32301. e    No Changef%PCI OpenFirmware FCode Forth tokenizeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqxq
  32302. Dev.CD Apr 00 SDK1
  32303. QD!All Packages
  32304. Tool Chest Edition
  32305. PCI Sound Input driverIzA PCI sound input driver showing how to make a PCI sound input driver rather than the classic 68K only sound input driver.J'Sample Code.img
  32306. Windows Sample Code.imgK
  32307. Aug 97M
  32308. PCI Power MacN$Sound Input Driver, PCI driver, ndrvO
  32309. Dev.CD Feb 00 TC:Sample Code:P
  32310. Dev.CD Feb 00 TC
  32311.  - Sample CodeV
  32312. 54359X
  32313. f--set theItem to choose file -- uncomment to test in an AS editor
  32314.     tell application "Finder"
  32315.         open item "Dev.CD Jun 97 SSW"
  32316.         activate
  32317.     end tell
  32318. on error errMsg number errNum
  32319.     --enter statements to perform when no records are found such as...
  32320.     display dialog "Sorry, the item you selected could not be found."
  32321.     return
  32322. end try
  32323. managerd
  32324. managers
  32325. manuals
  32326. mapper
  32327. mapperref
  32328. storage
  32329. class
  32330. driver
  32331. match
  32332. matching
  32333. mdata
  32334. media
  32335. memhell
  32336. memory
  32337. memory
  32338. management
  32339. memory
  32340. manager
  32341. memory
  32342. monitor
  32343. menuh
  32344. items
  32345. manager
  32346. menubar
  32347. ordered
  32348. ordered
  32349. collection
  32350. ot/ppp
  32351. ot/ppp
  32352. transport
  32353. otoptionmanagment
  32354. serving
  32355. session
  32356. sessions
  32357. 1.0.7
  32358. 1.0.8
  32359. 1.0a13
  32360. 1.0b2
  32361. 1.0b3n
  32362. 1.0b5
  32363. W shows how to create and maintai
  32364. --set theItem to choose file -- uncomment to test in an AS editor
  32365.     tell application "Finder"
  32366.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:iso9660:"
  32367.         activate
  32368.     end tell
  32369. on error errMsg number errNum
  32370.     --enter statements to perform when no records are found such as...
  32371.     display dialog "Sorry, the item you selected could not be found."
  32372.     return
  32373. end try
  32374. e    No ChangefPPC Card
  32375. Network Driver
  32376. Open Transport Module
  32377. Token Ring
  32378. Enabler
  32379. Port Scannerq
  32380. Dev.CD Feb 00 TC
  32381. OD!All Packages
  32382. Tool Chest Edition
  32383. PCCTS 1.31
  32384. Dev.CD Feb 00 TC
  32385. D!All Packages
  32386. Tool Chest Edition
  32387. Color Locator DA
  32388. Summary: Color Locator DA enables you to see anything on the desktop in fatbits mode, find its global, local, or relative coordinates, find the relative amounts of red, green, and blue, and the index into the color table as well as how many entries are in the color table. 
  32389. Color Locator DAK
  32390. Vol VL
  32391. Vol VIInge
  32392. an 96 SSV
  32393. 48557X
  32394. Jan 96
  32395. ORDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CustomMedia:P`Dev.CD Feb 00 TC
  32396.  - What's New?
  32397.  - Sample Code
  32398.  - QuickTime
  32399.  - QuickTime for Java
  32400.  - CustomMediaV
  32401. 54051X
  32402. Feb 00^
  32403. --set theItem to choose file -- uncomment to test in an AS editor
  32404.     tell application "Finder"
  32405.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CustomMedia:"
  32406.         activate
  32407.     end tell
  32408. on error errMsg number errNum
  32409.     --enter statements to perform when no records are found such as...
  32410.     display dialog "Sorry, the item you selected could not be found."
  32411.     return
  32412. end try
  32413. e    No Changef
  32414. QuickTime
  32415. Dev.CD Feb 00 TC
  32416. All Packages
  32417. Cyrillic Language KitO!Dev.CD May 97 TC
  32418. Dev.CD May 96 TCP Dev.CD May 97 TC
  32419. Dev.CD May 96 TV
  32420. 54052X
  32421. May 97
  32422.  and the barber pole.
  32423. readLocation:  This snippet shows how to retrieve the Map control panel settings for longitude and latitude and the time offset from GMT
  32424. Reinstalla
  32425. Summary: This is the electronic version of develop magazine.
  32426.  Issue 19 highlights:
  32427. Building an OpenDoc Part Handler  by Kurt Piersol. Writing code to support Apple
  32428. s new compound-document architecture is a lot like writing any Macintosh application. Here
  32429. s an overview of what you
  32430. ll need to know.
  32431. Adding QuickDraw GX Printing to QuickDraw Applications  by Dave Hersey. Even if your application doesn
  32432. t need the advanced graphics capabilities of QuickDraw GX, your users will love the new p
  32433. rinting architecture, and you can support it with a minimum of effort.
  32434. Making the Most of QuickDraw GX Bitmaps  by David Surovell. A primer on handling bitmapped graphics in QuickDraw GX: tips, tricks, and whizzy effects.
  32435. Pick Your Picker With Color Picker 2.0  by Shannon Holland. The new Color Picker Manager is flexible and customizable, allowing much tighter integration of color pickers with your application.
  32436. Implementing Inheritance in Scripts  by Paul G. Smith. Supporting inheritanc
  32437. control
  32438. panel
  32439. control
  32440. strip
  32441. control
  32442. strip
  32443. module
  32444. controls
  32445. conversion
  32446. converter
  32447. coprocessorQ
  32448. corba
  32449. foundation
  32450. corners
  32451. counter
  32452. countersA
  32453. counting
  32454. counts
  32455. crccalc
  32456. crcpatch
  32457. creator
  32458. cross-platform
  32459. cryptographic
  32460. cryptographic
  32461. authentication
  32462. cryptography
  32463. cyrillic
  32464. datah
  32465. conversion
  32466. database
  32467. debug
  32468. debug
  32469. sound
  32470. manager
  32471. 3.2.1
  32472. debugger
  32473. debuggers
  32474. debugging
  32475. decompress
  32476. decompression
  32477. delete
  32478. depth
  32479. design
  32480. designing
  32481. desktop
  32482. desktop
  32483. manager
  32484. detector
  32485. detectorsh
  32486. developeri
  32487. developer
  32488. documentation
  32489. developer
  32490. notes
  32491. developers
  32492. development
  32493. device
  32494. device
  32495. driver
  32496. device
  32497. manager
  32498. devnotes
  32499. dialog
  32500. dictation
  32501. advanced[
  32502. advanced
  32503. color
  32504. imaging[
  32505. advanced
  32506. color
  32507. imaging
  32508. advanced
  32509. technique
  32510. coercion
  32511. init]
  32512. aegizmos]
  32513. aegizmos
  32514. 1.4.2]
  32515. aete]
  32516. editor
  32517. stack
  32518. 1.0b3]
  32519. resedit
  32520. template^
  32521. aetracker]
  32522. aetracker
  32523. aetracker
  32524. aetracker
  32525. monitor`
  32526. aetracker
  32527. read`
  32528. aeusertermtypes^
  32529. aeusertermtypes
  32530. aeut^
  32531. resource^
  32532. protocol
  32533. agent
  32534. agfile
  32535. agfile
  32536. aiatb
  32537. manual
  32538. changes
  32539. readmeb
  32540. alchemist
  32541. alerts
  32542. aliasc
  32543. alias
  32544. alias
  32545. aliases
  32546. aliaslab
  32547. align
  32548. align
  32549. htmlt
  32550. alphaselector
  32551. alphaselector
  32552. 2.3.5
  32553. 2.4b6z
  32554. 2.5.2
  32555. 2.5.7
  32556. 54170X
  32557. Feb 00^
  32558. r--set theItem to choose file -- uncomment to test in an AS editor
  32559.     tell application "Finder"
  32560.         open item "Dev.CD Feb 00 TC:Sample Code:"
  32561.         activate
  32562.     end tell
  32563. on error errMsg number errNum
  32564.     --enter statements to perform when no records are found such as...
  32565.     display dialog "Sorry, the item you selected could not be found."
  32566.     return
  32567. end try
  32568. Movedf9OpenTransport
  32569. Server
  32570. Thread Manager
  32571. TCP/IP
  32572. IOStreamsq
  32573. Dev.CD Feb 00 TC
  32574. All Packages
  32575. Human Interface Notes
  32576. @Summary: Human Interface Notes are a collection of human interface guidelines for Macintosh applications.
  32577. Features: The introduction to the Human Interface Notes has been updated to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  32578. JaApple Grayscale Appearance:
  32579. Human Interface Guidelines
  32580. Human Interface Notes
  32581. MacOS8Documentation:K
  32582. Jul 93M
  32583. Adobe Acrobat Reader.V
  32584. Apple Guide, Help SystemsO7Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Apple Guide:P?Dev.CD Apr 00 SDK1
  32585.  - Development Kits
  32586.  - Mac OS
  32587.  - Apple Guidetechnologies.
  32588. =========
  32589. What's New
  32590. =========
  32591. Mac OS USB DDK API Reference (Revised)
  32592. A link to the latest revision of the Mac OS USB DDK API Reference can befound on the USB Devices page of the Hardware Developer Documentation area at <http://developer.apple.com/techpubs/hardware/DeviceManagers/usb/usb.html>. 
  32593. Revision 26 is available in Acrobat PD
  32594. F format only. This draft of the reference supports versions 1.0 through 1.4 of the Mac OS USB software, and includes important updates to the information in Chapter 4 "Writing Mac OS
  32595. USB Drivers" and Chapter 7 "HID Library Reference" that define how HID drivers use the HID device dispatch table. New function descriptions are also included in Chapter 5 "USB Services Library."
  32596. Power Mac G4 Developer Note (Revised)
  32597. This developer note provides technical information about the Power Mac G4 
  32598. - Common
  32599.     - Sun Compliant Java Runtime Environment 1.1
  32600.     - QuickTime 3 
  32601.     - QTJava.zip
  32602.     - QTJava media samples
  32603. - Mac OS:
  32604.     - System 8 or later
  32605.     - Macintosh Runtime for Java (MRJ) 2.1
  32606. - Windows 95, 98, or NT::
  32607.     - JRE/JDK from Sun Microsystems, Inc. recommended
  32608. QuickTime, Java, MRJ
  32609. 53942X
  32610. Apr 00^
  32611. --set theItem to choose file -- uncomment to test in an AS editor
  32612.     tell application "Finder"
  32613.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Apple Guide:"
  32614.         activate
  32615.     end tell
  32616. on error errMsg number errNum
  32617.     --enter statements to perform when no records are found such as...
  32618.     display dialog "Sorry, the item you selected could not be found."
  32619.     return
  32620. end try
  32621. e    No Changef
  32622. Apple Guide
  32623. Help Systemsq
  32624. Dev.CD Apr 00 SDK1
  32625. 1D!All Packages
  32626. Mac OS SDK Edition
  32627. Apple Help SDK 1.0
  32628. The contents of this SDK enable developers to create html based help files that can be used with the Apple Help on Mac OS 8.6 or later systems.  The SDK contains the Apple Help documentation, the tools necessary to create Sherlock type indexes, example help files and a tutorial.
  32629. This is the initial release of the Apple Help SDK and is compatible with Mac OS 8.6 and later systems.
  32630. Apple Help SDK.smiK
  32631. Oct 99M
  32632. Mac OS 8.6 or later systems
  32633. 2.1.1p
  32634. 2.1.1d1
  32635. 2.1.2
  32636. 2.1.4
  32637. 2.3e4
  32638. 2.4b6z
  32639. 2.6.1
  32640. 2.6.5X
  32641. 2/94w
  32642. 2300c
  32643. 2400c
  32644. 24gcO
  32645. d the time taken to complete the operations.
  32646.  IOTracer collects trace da
  32647. ta on file system and driver reads and writes and other I/O related calls. An analysis tool is provided which inputs an IOTracer trace and outputs a summary of the I/O performance. IOTracer can also collect data on resource calls, which can give insight into the effect of application/system resource requests and disk I/O performance. 
  32648.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  32649. AppleScript SDK 1.3.4
  32650. Summary:  AppleScript is an easy-to-use scripting language that is as consistent across applications as the Macintosh graphical interface itself.  AppleScript is designed to meet a wide range of user needs and levels of experience. Through implementation of this scripting system at the system software level, Apple has made scripting an integral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  32651. This package contains documentation (uW
  32652. examples
  32653. exceeds
  32654. except
  32655. exception
  32656. exceptional
  32657. exceptions
  32658. exchange
  32659. exchanging
  32660.  return
  32661. end try
  32662. All Packages
  32663. System 7.5 Update 2.0O
  32664. Dev.CD Jul 96 SSWP
  32665. Dev.CD Jul 96 SSV
  32666. 49831X
  32667. Jul 96
  32668. plug-in's
  32669. workgroup@
  32670. writer@
  32671. x-axes@
  32672. yield/suspend/resume@
  32673. you'll@
  32674. yourself@
  32675. 01-intro
  32676. 1.0b1@
  32677. 2.1.1@
  32678. 3.0.1@
  32679. 7edit@
  32680. access@
  32681. addmenu@
  32682. advanced@
  32683. amazonbooks@
  32684. amazonmusic@
  32685. analyzer@
  32686. apple
  32687. cd-rom
  32688. handbook@
  32689. apple
  32690. directions
  32691. 09/96@
  32692. apple
  32693. event
  32694. xcmds
  32695. appleshare
  32696. appleshareclientapi@
  32697. appleshareclientapi
  32698. applesingle/appledou@
  32699. appletalk@
  32700. applications@
  32701. asip@
  32702. aslm@
  32703. bbedit@
  32704. bbedit
  32705. buildxcmd@
  32706. csmp-digest-v3-082@
  32707. csmp-digest-v3-128@
  32708. overview@
  32709. cwpro2@
  32710. suite
  32711. develop
  32712. issue
  32713. develop
  32714. issue
  32715. develop
  32716. issue
  32717. references@
  32718. developer@
  32719. digital
  32720. asset
  32721. management
  32722. directions@
  32723. summary
  32724. macintosh
  32725. technology
  32726. apple
  32727. summary
  32728. macintosh
  32729. translation
  32730. manager
  32731. summary
  32732. macodbc
  32733. standard
  32734. developers
  32735. write
  32736. summary
  32737. makemake
  32738. which
  32739. generates
  32740. correct
  32741. summary
  32742. manalyzer
  32743. local
  32744. network
  32745. analyzer
  32746. summary
  32747. memory
  32748. monitor
  32749. software
  32750. utility
  32751. which
  32752. provides
  32753. summary
  32754. midiconverter
  32755. application
  32756. converting
  32757. gener
  32758. summary
  32759. minilauncher
  32760. launch
  32761. applications
  32762. summary
  32763. moofwars
  32764. piece
  32765. sample
  32766. demonstrates
  32767. summary
  32768. mountalias
  32769. control
  32770. panel
  32771. device
  32772. automatica
  32773. summary
  32774. objects
  32775. hypercard
  32776. allowed
  32777. variabl
  32778. summary
  32779. sample
  32780. discussion
  32781. detect
  32782. whether
  32783. summary
  32784. sample
  32785. network
  32786. chess
  32787. application
  32788. summary
  32789. monitor
  32790. iotracer
  32791. performance
  32792. tools
  32793. summary
  32794. application
  32795. 44226X
  32796. tablet
  32797. color
  32798. tanzania
  32799. tasking
  32800. tasks
  32801. tcp/ip
  32802. tcp/ip
  32803. appletalk
  32804. reconfiguration
  32805. network
  32806. setup
  32807. ottcpwilldial
  32808. tcp/ip
  32809. search
  32810. encoding
  32811. converter
  32812. textedit
  32813. thread
  32814. thread
  32815. manager
  32816. timing
  32817. tokenQ
  32818. token
  32819. ringQ
  32820. tokentalk
  32821. toolbox
  32822. toolkit
  32823. tools
  32824. traditional
  32825. translationy
  32826. translator
  32827. transport
  32828. tsmte
  32829. types
  32830. typography
  32831. unicode
  32832. unicode
  32833. utilities
  32834. universal
  32835. universal
  32836. serial
  32837. update
  32838. updater
  32839. usage
  32840. utilities
  32841. utility
  32842. variable
  32843. variables
  32844. vector
  32845. version
  32846. video
  32847. video
  32848. device
  32849. video
  32850. toolkit
  32851. 54234X
  32852. Feb 00^
  32853. --set theItem to choose file -- uncomment to test in an AS editor
  32854.     tell application "Finder"
  32855.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:"
  32856.         activate
  32857.     end tell
  32858. on error errMsg number errNum
  32859.     --enter statements to perform when no records are found such as...
  32860.     display dialog "Sorry, the item you selected could not be found."
  32861.     return
  32862. end try
  32863. e    No Changef
  32864. Lurkers
  32865. Projector
  32866. Dev.CD Feb 00 TC
  32867. D!All Packages
  32868. Mac OS SDK Edition
  32869. LW8 Hosesample
  32870. BThis sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  32871. This sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  32872. LW8_HoseIrDASample:K
  32873. Jul 99K1:What's New:Sample Code:Printing:LW8 Hosesample:V
  32874. 54235X
  32875. 1e    No Change
  32876. nationalv
  32877. native
  32878. navigable
  32879. navigateZ
  32880. navigates
  32881. navigationi
  32882. navigation
  32883. services
  32884. documents
  32885. nearest
  32886. nearly
  32887. necessaryq
  32888. needo
  32889. needed^
  32890. needsT
  32891. neighborhood
  32892. neophyte
  32893. nepali
  32894. nested
  32895. net-install
  32896. All Packages
  32897. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  32898. Dev.CD Jan 94
  32899. Dev.CD Oct 93
  32900. Dev.CD Jul 93
  32901. Dev.CD Apr 93PDDev.CD Apr 94
  32902. Dev.CD Jan 94
  32903. Dev.CD Oct 93
  32904. Dev.CD Jul 93
  32905. Dev.CD Apr 9V
  32906. 54999X
  32907. Apr 94
  32908. --set theItem to choose file -- uncomment to test in an AS editor
  32909.     tell application "Finder"
  32910.         open item "Dev.CD Apr 94
  32911. Dev.CD Jan 94
  32912. Dev.CD Oct 93
  32913. Dev.CD Jul 93
  32914. Dev.CD Apr 93"
  32915.         activate
  32916.     end tell
  32917. on error errMsg number errNum
  32918.     --enter statements to perform when no records are found such as...
  32919.     display dialog "Sorry, the item you selected could not be found."
  32920.     return
  32921. end try
  32922. All Packages
  32923. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  32924. Dev.CD Jan 94
  32925. Dev.CD Oct 93
  32926. Dev.CD Jul 93
  32927. Dev.CD Apr 93PDDev.CD Apr 94
  32928. Dev.CD Jan 94
  32929. Dev.CD Oct 93
  32930. Dev.CD Jul 93
  32931. Dev.CD Apr 9V
  32932. 55000X
  32933. Apr 94
  32934. packagetool
  32935. palette
  32936. palette&gworld
  32937. palette&gworld
  32938. paper
  32939. papserversample
  32940. r SDK:
  32941. Summary:    This ResEdit editor lets you prepare localized number format descriptions that you can use in conjunction with the number formatting routines provided by the Macintosh Text Utilities. Using localized number format descriptions doesn't give you all the flexibility provided by the approach in "International Number Formatting" in Develop 16, but if you know that your application will only have to work with system software localized for the same language, it's usually adequate. And
  32942. R this ResEdit editor is certainly the nicest way to create the localized resources.
  32943. Features:
  32944.  creates new FMAT resources from a format string.
  32945.  lets you pick characters for format string from a palette.
  32946.  works with any script system.
  32947.  displays sample numbers to give you immediate feedback.
  32948. Issues:  Provided by Michael Hecht, SAS.
  32949. FMAT Editor.imgK
  32950. Jan 94M
  32951. ResEditN(number formatting, ResEdit, localizationO5Dev.CD Feb 00 TC:Tool Chest:Localization:FMAT Editor:a
  32952. Deleted
  32953. confessionsj
  32954. confidentj
  32955. confidential
  32956. config
  32957. configurable
  32958. configurationx
  32959. configuration
  32960. dialog
  32961. confuses
  32962. confusion
  32963. conjunction
  32964. conjuntiona
  32965. connected
  32966. connecting
  32967. connectionj
  32968. connections
  32969. connectivity
  32970. connectix
  32971. conrad
  32972. considerg
  32973. considerable
  32974. considerationsg
  32975. consideredg
  32976. consideringg
  32977. consistencyd
  32978. consistento
  32979. consists_
  32980. constant
  32981. constantly
  32982. constants[
  32983. construct
  32984. constructing
  32985. construction
  32986. constructs
  32987. consult
  32988. consumer
  32989. contactb
  32990. containS
  32991. contained
  32992. container
  32993. containing
  32994. containsR
  32995. --set theItem to choose file -- uncomment to test in an AS editor
  32996.     tell application "Finder"
  32997.         open item "Dev.CD Apr 94
  32998. Dev.CD Jan 94
  32999. Dev.CD Oct 93
  33000. Dev.CD Jul 93
  33001. Dev.CD Apr 93"
  33002.         activate
  33003.     end tell
  33004. on error errMsg number errNum
  33005.     --enter statements to perform when no records are found such as...
  33006.     display dialog "Sorry, the item you selected could not be found."
  33007.     return
  33008. end try
  33009. messagepadj
  33010. messagesj
  33011. messagewatcher
  33012. messy
  33013. meta-content
  33014. metafile
  33015. meter
  33016. metering
  33017. meters
  33018. metertest
  33019. methodg
  33020. methodology
  33021. methods
  33022. metrowerks
  33023. mexican
  33024. 54367X
  33025. Feb 00^
  33026. --set theItem to choose file -- uncomment to test in an AS editor
  33027.     tell application "Finder"
  33028.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Performance tools:"
  33029.         activate
  33030.     end tell
  33031. on error errMsg number errNum
  33032.     --enter statements to perform when no records are found such as...
  33033.     display dialog "Sorry, the item you selected could not be found."
  33034.     return
  33035. end try
  33036. e    No Changef,debugging
  33037. performance
  33038. POWER
  33039. PowerPC
  33040. emulatorq
  33041. Dev.CD Feb 00 TC
  33042. ZD!All Packages
  33043. Tool Chest Edition
  33044. PGPuam 
  33045.      beta is compatible.
  33046.  Jasik's The Debugger, versions built prior to March 3, 1997
  33047. JQ CFM-68K Runtime Enabler
  33048. CFM-68K 4.0
  33049. CFM-68K Read Me
  33050. Interfaces:
  33051. ObjectSupportLibK
  33052. Jan 96L
  33053. May 97M
  33054. The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.O7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:
  33055. osborne
  33056. 53912X
  33057. Nov 99^
  33058. --set theItem to choose file -- uncomment to test in an AS editor
  33059.     tell application "Finder"
  33060.         open item "Dev.CD Nov 99 TC:Programs & Marketing:About Developer University:"
  33061.         activate
  33062.     end tell
  33063. on error errMsg number errNum
  33064.     --enter statements to perform when no records are found such as...
  33065.     display dialog "Sorry, the item you selected could not be found."
  33066.     return
  33067. end try
  33068. Deletedq
  33069. Dev.CD Nov 99 TC
  33070. All Packages
  33071. ABS Technical NotesI
  33072. Summary: ABS Technical Notes contain the latest bugs, tips and tricks for developers of software for Apple Workgroup Servers, AppleSearch, AppleShare, AppleTalk Remote Access, and IP Gateway.JqApple Workgroup Servers:
  33073. AppleSearch:
  33074. AppleShare:
  33075. AppleTalk Remote Access:
  33076. IP Gateway:
  33077. Network Server Dev. Guide:K
  33078. Jul 92L
  33079. Jun 95M
  33080. Adobe Acrobat Reader.N2ESD, AppleSearch, AppleShare, ARA, AWS, IP GatewayODDev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:V
  33081. 53913X
  33082. Deleted
  33083. r--set theItem to choose file -- uncomment to test in an AS editor
  33084.     tell application "Finder"
  33085.         open item "Dev.CD Feb 00 TC:Sample Code:"
  33086.         activate
  33087.     end tell
  33088. on error errMsg number errNum
  33089.     --enter statements to perform when no records are found such as...
  33090.     display dialog "Sorry, the item you selected could not be found."
  33091.     return
  33092. end try
  33093. unmount/mount
  33094. unmounted
  33095. unmounted/mounted
  33096. unmounting
  33097. unmountit
  33098. unmountprojector
  33099. unmountvol
  33100. until
  33101. unusual
  33102. unversal
  33103. unwrapcommenttext
  33104. up-to-dateZ
  33105. upcoming
  33106. updateQ
  33107. update-based
  33108. updatedo
  33109.     CUnt "Installer Licensing - Read Me" at the top of the SDK folder for more information.
  33110. J^Installer 4.0.8
  33111. Installer Licensing - Read Me
  33112. Installer SDK 1.2.3.pdf
  33113. Upgrader 1.2.3 & EnginesK
  33114. Apr 94L
  33115. Feb 99MpInstaller 4.0.8:  System 4.2/Mac Plus and later
  33116. Upgrader/Installer Engine:  System 7.0/68020 processor and laterN    InstallerO?Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Installer SDK 1.2.3:PGDev.CD Apr 00 SDK1
  33117.  - Development Kits
  33118.  - Mac OS
  33119.  - Installer SDK 1.2.3Pascal)
  33120. MPHelloWorld (Pascal).
  33121. sources:K
  33122. Feb 97M2the MP library, but does not require a MP machine.N
  33123. Multi-processing,  MP PascalOcDev.CD Nov 99 TC:What's New:Development Kits:Multiprocessing SDK:Sample Code:MPHelloWorld (Pascal):PqDev.CD Nov 99 TC
  33124.  - What's New
  33125.  - Development Kits
  33126.  - Multiprocessing SDK
  33127.  - Sample Code
  33128.  - MPHelloWorld (Pascal)V
  33129. 53043X
  33130. Nov 99^
  33131. #selected could not be found."
  33132.     return
  33133. end try
  33134. All Packages
  33135. PPC EnablerO
  33136. Dev.CD Jul 95P
  33137. Dev.CD Jul 9V
  33138. 50686X
  33139. Jul 95
  33140. aration:  Th
  33141. ge in the future.
  33142. GridWindowGrow:  This snippet shows how to grow a window constrained to a grid (i.e. only allow a window to grow or shrink by 30 pixels, or whatever).
  33143. HideMenuBar:  This snippet shows how to hide the menu bar by simply creating a window with a visRgn that includes the entire main screen's gray region and its menu bar.
  33144. icon cache demo:  This sample demonstrates the use of an icon cache to limit the search for icon resource to one resource file. It does this by installin
  33145. g an icon getter function into the cache which calls Get1(Ind)Resource instead of the usual GetResource.
  33146. Icon play:  snippet to demonstrate the use of the system 7 icon utilities and the system 7 popup control cdef in a program using modal dialogs
  33147. IconUtilCheck:  This snippet shows how to determine whether the Icon Utilities are available.
  33148. ictbSample:  This snippet shows the an example of  Item Color Table Resource (ictb)resource this is discussed in Inside Macintosh:Macintosh Toolbox E
  33149. features
  33150. feedback
  33151. feedback
  33152. request
  33153. 9/1/93
  33154. developer
  33155. synchronization
  33156. guide
  33157. system
  33158. manager
  33159. filecopy
  33160. filecopy
  33161. fileisopen
  33162. fileisopen
  33163. filemaker
  33164. filemaker
  33165.  Development Kits
  33166.  - C++ Related
  33167.  - Object Pascal to C++ TipV
  33168. 53073X
  33169. Feb 00^
  33170. --set theItem to choose file -- uncomment to test in an AS editor
  33171.     tell application "Finder"
  33172.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ Tips"
  33173.         activate
  33174.     end tell
  33175. on error errMsg number errNum
  33176.     --enter statements to perform when no records are found such as...
  33177.     display dialog "Sorry, the item you selected could not be found."
  33178.     return
  33179. end try
  33180. e    No Changeq
  33181. Dev.CD Feb 00 TC
  33182. (D!All Packages
  33183. Mac OS SDK Edition
  33184. ObjectSupportLib 1.1.4
  33185.     direct
  33186. All Packages
  33187. System UpdateO
  33188. Dev.CD Apr 94
  33189. Dev.CD Jan 94P
  33190. Dev.CD Apr 94
  33191. Dev.CD Jan 9V
  33192. 55058X
  33193. Apr 94
  33194. p--set theItem to choose file -- uncomment to test in an AS editor
  33195.     tell application "Finder"
  33196.         open item "Dev.CD Apr 94
  33197. Dev.CD Jan 94"
  33198.         activate
  33199.     end tell
  33200. on error errMsg number errNum
  33201.     --enter statements to perform when no records are found such as...
  33202.     display dialog "Sorry, the item you selected could not be found."
  33203.     return
  33204. end try
  33205. All Packages
  33206. System UpdateO
  33207. Dev.CD Apr 94
  33208. Dev.CD Jan 94P
  33209. Dev.CD Apr 94
  33210. Dev.CD Jan 9V
  33211. 55059X
  33212. Apr 94
  33213. p--set theItem to choose file -- uncomment to test in an AS editor
  33214.     tell application "Finder"
  33215.         open item "Dev.CD Apr 94
  33216. Dev.CD Jan 94"
  33217.         activate
  33218.     end tell
  33219. on error errMsg number errNum
  33220.     --enter statements to perform when no records are found such as...
  33221.     display dialog "Sorry, the item you selected could not be found."
  33222.     return
  33223. end try
  33224. ~--set theItem to choose file -- uncomment to test in an AS editor
  33225.     tell application "Finder"
  33226.         open item "Dev.CD Apr 94
  33227. Dev.CD Jan 94
  33228. Dev.CD Oct 93"
  33229.         activate
  33230.     end tell
  33231. on error errMsg number errNum
  33232.     --enter statements to perform when no records are found such as...
  33233.     display dialog "Sorry, the item you selected could not be found."
  33234.     return
  33235. end try
  33236. rnationalization
  33237. interneth
  33238. interoperates
  33239. interpreting
  33240. interrupt
  33241. interrupted
  33242. interview-based
  33243. intoB
  33244. intranets
  33245. intricacies
  33246. introducedd
  33247. introduces
  33248. introducing
  33249. introduction
  33250. intuitive
  33251. invaluable
  33252. invariably
  33253. invested
  33254. investigated
  33255. This survival guide is part 2 in a series regarding WebObjects Connecting to a Database.  Relationships are a very convenient, very powerful mechanism for traversing related tables in the database without constructing a separate qualifier and fetchSpecification each time. The use of referential integrity rules ensures that the data stored in the database does not become "dirty" or corrupted as records are added and deleted to the database. Additional validation and reformatting of data bef
  33256. Eore it is saved to the database by a single set of classes also helps keep the data "pure". A developer need not worry about all the validation rules if a new form is to be added to the application -if the framework used by the application is set up to perform the validation and formatting instead of the application itself.
  33257. Jul 98
  33258. Summary:  Three tools for testing the performance of code on PowerPC processors.
  33259. 4PM: a tool that uses special registers in the PowerPC 604 processor to gather performance statistics.
  33260. Emulator Control Panel: Allows you to turn off the dynamic recompilation feature of the 68K emulator.
  33261. POWER Emulator Control Panel: Allows you to turn off the emulation of IBM POWER instuctions, letting you find them in your code.
  33262. Ji4PM 4.6
  33263. 604 Performance
  33264. Emulator
  33265. Emulator CP Release Notes
  33266. POWER Emulator
  33267. POWER Emulator CP Release NotesK
  33268. Dec 95M
  33269. Power Macintosh.N0debugging, performance, POWER, PowerPC, emulatorOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Performance tools:PJDev.CD Feb 00 TC
  33270.  - Tool Chest
  33271.  - Testing & Debugging
  33272.  - Performance toolsct 93
  33273. Dev.CD Jul 93
  33274. Dev.CD Apr 9V
  33275. 52357X
  33276. Apr 94
  33277. form when no records are found such as...
  33278.     display dialog "Sorry, the item you selected could not be fB
  33279. ound."
  33280.     return
  33281. end try
  33282. D!All Packages
  33283. Tool Chest Edition
  33284. network
  33285. setup
  33286. network
  33287. softwareQ
  33288. networking
  33289. networking
  33290. communications
  33291. newgworld
  33292. newsi
  33293. no-copy
  33294. no-copy
  33295. receives
  33296. notes
  33297. novell
  33298. nubus
  33299. number
  33300. number
  33301. formatting
  33302. object
  33303. object
  33304. object-oriented
  33305. objective-c
  33306. objects
  33307. objectsupportlib
  33308. off-screen
  33309. opaque
  33310. opaque
  33311. types
  33312. optimizing
  33313. option
  33314. option
  33315. management
  33316. ordered
  33317. ordered
  33318. collection
  33319. ot/ppp
  33320. ot/ppp
  33321. transport
  33322. ot/ppp
  33323. otbuffer
  33324. otbufferinfo
  33325. otfifo
  33326. otgetindexedport
  33327. otlifo
  33328. otlink
  33329. otlookup
  33330. otoptionmanagment
  33331. ottcpwilldial
  33332. library
  33333. tion by Greg Anderson. Although the Object Support Library will resolve complex AppleScript clauses for you, if you take on some of the work yourself the performance gains can be dramatic.
  33334. Getting Started With OpenDoc Storage by Vincent Lo. OpenDoc storage is a departure from what you
  33335. re used to: it needs to support storing different kinds of 
  33336. data, written by different part editors, in the same file or container.
  33337. Sound Secrets by Kip Olson. These less obvious features of the Sound Manager will help improve your application
  33338. s use of sound.
  33339. Guidelines for Effective Alerts by Paige K. Parsons. This article elaborates and expands on the guidelines for the consistent and correct usage of alerts.
  33340. Printing Images Faster With Data Compression by David Gelphman. PostScript Level 2 printers can accept JPEG-compressed image data direct
  33341. Aug 96
  33342. e--set theItem to choose file -- uncomment to test in an AS editor
  33343.     tell application "Finder"
  33344.         open item "Dev.CD Aug 96 TC"
  33345.         activate
  33346.     end tell
  33347. on error errMsg number errNum
  33348.     --enter statements to perform when no records are found such as...
  33349.     display dialog "Sorry, the item you selected could not be found."
  33350.     return
  33351. end try
  33352. All Packages
  33353. QuickDraw GXO
  33354. Dev.CD Aug 96 TCP
  33355. Dev.CD Aug 96 TV
  33356. 54531X
  33357. Aug 96
  33358. e--set theItem to choose file -- uncomment to test in an AS editor
  33359.     tell application "Finder"
  33360.         open item "Dev.CD Aug 96 TC"
  33361.         activate
  33362.     end tell
  33363. on error errMsg number errNum
  33364.     --enter statements to perform when no records are found such as...
  33365.     display dialog "Sorry, the item you selected could not be found."
  33366.     return
  33367. end try
  33368. All Packages
  33369. QuickDraw GXO
  33370. Dev.CD Aug 96 TCP
  33371. Dev.CD Aug 96 TV
  33372. 54532X
  33373. Aug 96
  33374. not be run under Mac OS 8.5 and later.
  33375. Summary: The Apple CD-ROM Handbook provides an overview of the CD-ROM development process, from defining the product to creating an actual CD-ROM for the Macintosh.
  33376. Features: Targeting an audience ranging from the information publisher to the software programmer, this book gives you the information to create an exciting, successful CD-ROM-based product. It also provides tips on project managment and  building a development team.
  33377. Apple CD-ROM HandbookK
  33378. Aug 92M
  33379. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:PHDev.CD Dec 99 RL
  33380.  - Technical Documentation
  33381.  - Peripherals DocumentationW
  33382. 4.0.8
  33383. 4.5.2
  33384. 4/16Q
  33385. 40-60
  33386. 40-bit
  33387. 4400/200
  33388. .CD July 92
  33389. Dev.CD June 92
  33390. Dev.CD May 92PTDev.CD Apr 94
  33391. Dev.CD Jan 94
  33392. Dev.CD Oct 93
  33393. Dev.CD July 92
  33394. Dev.CD June 92
  33395. Dev.CD May 9V
  33396. 48520X
  33397. Apr 94
  33398. x-axes
  33399. list's
  33400. organizational
  33401. organized
  33402. organizing
  33403. oriented
  33404. originaly
  33405. original/localized
  33406. t in an AS editor
  33407.     tell application "Finder"
  33408.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:"
  33409.         activate
  33410.     end tell
  33411. on error errMsg number errNum
  33412.     --enter statements to perform when no records are found such as...
  33413.     display dialog "Sorry, the item you selected could not be found."
  33414.     return
  33415. end try
  33416. e    No Changef
  33417. Debug Sound Manager 3.2.1q
  33418. Dev.CD Apr 98 SDK2
  33419. &D!All Packages
  33420. Tool Chest Edition
  33421. Declaration ROMsIySummary:  Includes example declaration ROM sources, as well as exploded declaration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  33422. Ex Apple Video ROM
  33423. Example Vid ROM from C&D
  33424. ExROM-1Func sResource
  33425. MinimalDeclROM.a
  33426. ROM diagramsK
  33427. Oct 92nge
  33428. map colors on a direct device.
  33429. DrawLin
  33430. v1.2.1Q
  33431. v1.4.1f4
  33432. v1.5.1
  33433. v1.7.2
  33434. v2.0.4
  33435. v2.0.6
  33436. v2.5ss
  33437. v2.6.5X
  33438. v3.0.1Y
  33439. vacinity
  33440. valid
  33441. validate
  33442. validating
  33443. validation
  33444. validator
  33445. validity
  33446. valuable
  33447. value
  33448. values
  33449. vantage
  33450. variable
  33451. variables
  33452. variant
  33453. variants
  33454. variation
  33455. varietyb
  33456. various
  33457. vdig's
  33458. vdtextsample
  33459. vector
  33460. vectors
  33461. velocity
  33462. vendor
  33463. vendors
  33464. e    No Changeq
  33465. Dev.CD Feb 00 TC
  33466. D!All Packages
  33467. Tool Chest Edition
  33468. Sample Code - QuickTime
  33469. (** = new, * = revised)
  33470. ChromaKeyMovie:  Chromakey Movie is a simple application which is designed to show alternative approaches to removing a color from a QuickTime movie while it is playing and allowing a separate image to be displayed in the removed regions. It demonstrates several features available in QuickTime and Color QuickDraw.
  33471. DTS QT Utilities.Aug-95:  This is a collection of useful QuickTime functions and applications. Consult the documentation inside the Documentation folderJasik's The Debugger, versions built prior to March 3, 1997
  33472. JQ CFM-68K Runtime Enabler
  33473. CFM-68K 4.0
  33474. CFM-68K Read Me
  33475. Interfaces:
  33476. ObjectSupportLibK
  33477. Jan 96L
  33478. May 97M
  33479. The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.O7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:l Chest Edition
  33480. File Synchronization 1.1
  33481. porter stack. Include t
  33482. I{Summary:  This document contains a list of international developer programs and services contacts, in Adobe Acrobat format.J
  33483. Int'l Dev contacts 2/96K
  33484. May 95L
  33485. Apr 96OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  33486.  - Programs & Marketing
  33487.  - Market & Distribution GuidesV
  33488. 54192X
  33489. May 98^
  33490. --set theItem to choose file -- uncomment to test in an AS editor
  33491.     tell application "Finder"
  33492.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  33493.         activate
  33494.     end tell
  33495. on error errMsg number errNum
  33496.     --enter statements to perform when no records are found such as...
  33497.     display dialog "Sorry, the item you selected could not be found."
  33498.     return
  33499. end try
  33500. e    No Changeq
  33501. Dev.CD May 98 TC
  33502. D!All Packages
  33503. Mac OS SDK Edition
  33504. Interactive Corp Success Guide
  33505.     mple Code:Networking:MoreNetworkSetup:PVDev.CD Mar 00 RL Disk 1
  33506.  - What's New
  33507.  - Sample Code
  33508.  - Networking
  33509.  - MoreNetworkSetupX
  33510. Oct 94
  33511. Ve    No Changef*DisposeResource debugging resource handlesq
  33512. Dev.CD Feb 00 TC
  33513. WD!All Packages
  33514. Tool Chest Edition
  33515. DoubleTrouble initI
  33516. Summary: DoubleTrouble is a debugging utility made to catch a common programming error: freeing a handle that has already been freed.  
  33517. Issues:  This utility is not compatible with System 7.5.J
  33518. Memory Management.imgK
  33519. Sep 92OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  33520.  - Tool Chest
  33521.  - Testing & Debugging
  33522.  - Memory ManagementV
  33523. 54109X
  33524. Feb 00^
  33525. --set theItem to choose file -- uncomment to test in an AS editor
  33526.     tell application "Finder"
  33527.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  33528.         activate
  33529.     end tell
  33530. on error errMsg number errNum
  33531.     --enter statements to perform when no records are found such as...
  33532.     display dialog "Sorry, the item you selected could not be found."
  33533.     return
  33534. end try
  33535. e    No Changeq
  33536. Dev.CD Feb 00 TC
  33537. All Packages
  33538. 54110
  33539. textchanger
  33540. textchanger
  33541. 2.0.1
  33542. textdrag
  33543. textdrag
  33544. textencodingcmgr
  33545. textfile
  33546. textfile
  33547. textfile
  33548. textfile
  33549. textfile
  33550. textfile
  33551. textintlsvcs
  33552. textoid
  33553. textoid
  33554. textres
  33555. textres
  33556. texture
  33557. texture
  33558. sample
  33559. sighyper
  33560. hytime
  33561. snarfer
  33562. snarfer
  33563. snarfer
  33564. user's
  33565. guide
  33566. sound
  33567. manager
  33568. fully
  33569. themeso
  33570. things
  33571. think
  33572. think
  33573. think
  33574. pascal
  33575. files
  33576. tunnelsim
  33577. tweencamera
  33578. typography
  33579. uk/eire
  33580. uk/eire
  33581. distributors/localiz
  33582. aegizmos_
  33583. colorsync
  33584. profile
  33585. appear
  33586. where
  33587. location
  33588. memory
  33589. what's[
  33590. what's
  33591. updated
  33592. whatever
  33593. whenW
  33594. Summary:  bugInfo is a macro you can execute within MacsBug to give you the most commonly used  debugging info to you right away with one command.  Use it as your first command when MacBug comes up to get the scoop by typing "bugInfo".
  33595. The command equivalent of this macro is:
  33596. wh; how; ip; sc; dm pc - 20 100, hc; td; drvr; file
  33597. What you will see appear is where (at what location in memory) you crashed or interrupted, how (by bus error, system error, interrupt) you got into MacsBug, a disaB
  33598. ssembly of code around the entry point, a memory dump in the vacinity of the program counter, a heap check, a display of CPU registers, a list of active drivers, and information on open files.
  33599. General tools.imgK
  33600. Feb 94M
  33601. MacsBug, ResEditN
  33602. testing, debuggingO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  33603.  - Tool Chest
  33604.  - Testing & Debugging
  33605.  - General tools
  33606. quicktime
  33607. video
  33608. streaming
  33609. audio
  33610. quickview
  33611. veteran
  33612. viable
  33613. video
  33614. videotape
  33615. viewX
  33616. viewed
  33617. viewer
  33618. viewingZ
  33619. views
  33620. vincent
  33621. virtualU
  33622. virtual
  33623. primary
  33624. apple
  33625. computer
  33626. 12x16
  33627. 1337s
  33628. 140/170W
  33629. 16384p
  33630. P|Dev.CD Jan 98 SDK1
  33631.  - What's New
  33632.  - Technical Documentation
  33633.  - Interactive Media Resources
  33634.  - Interactive Corp Success Guideorm common operations involving the Mac OS file system.
  33635. The routines in MoreFiles have been tested, documented, and code-reviewed by Apple.
  33636. MoreFiles provides: high-level and FSSpec style routines for parameter-block only File Manager calls; useful utility routines that perform many common File Manager related operations; a robust file copy routine; a recursive directorB
  33637. y copy routine; a catalog searching routines; high-level and FSSpec style routines for Desktop Manager calls; and routines for dealing with pathnames. See the file "!MoreFiles Read Me" for a description of fixes & improvements in version 1.4.9.
  33638. J'Sample Code.img
  33639. Windows Sample Code.imgK
  33640. Nov 93L
  33641. Nov 98N*File Manager, Desktop Manager, Sample CodeO
  33642. Dev.CD Feb 00 TC:Sample Code:P
  33643. Dev.CD Feb 00 TC
  33644.  - Sample Codetension may be licensed for distribution from Apple Software Licensing.
  33645. D!All Packages
  33646. Tool Chest Edition
  33647. StopXPP dcmdI
  33648. Summary: The StopXPP dcmd attempts to close all open ASP (and thus AFP) sessions with an asyncronous closeAll call to the .XPP driver.J
  33649. Networks.img
  33650. seriesx
  33651. serious
  33652. serve
  33653. serverj
  33654. server's
  33655. serversS
  33656. serves
  33657. serviceU
  33658. services
  33659. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  33660. J-PlayMovie
  33661. PlayMovie.zip
  33662. pm.bat
  33663. README.txt
  33664. Feb 00
  33665. - Common
  33666.     - Sun Compliant Java Runtime Environment 1.1
  33667.     - QuickTime 3 
  33668.     - QTJava.zip
  33669.     - QTJava media samples
  33670. - Mac OS:
  33671.     - System 8 or later
  33672.     - Macintosh Runtime for Java (MRJ) 2.1
  33673. - Windows 95, 98, or NT::
  33674.     - JRE/JDK from Sun Microsystems, Inc. recommended
  33675. QuickTime, Java, MRJOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:PlayMovie:P^Dev.CD Feb 00 TC
  33676.  - What's New?
  33677.  - Sample Code
  33678.  - QuickTime
  33679.  - QuickTime for Java
  33680.  - PlayMovie
  33681. neighborhood
  33682. neophyte
  33683. nepali
  33684. nested
  33685. net-install
  33686. documentationandsamp@
  33687. dropshell
  33688. rsrc@
  33689. dvdages
  33690. KanjiTalk 7 UpdateO7Dev.CD Apr 94
  33691. Dev.CD Jan 94
  33692. Dev.CD Oct 93
  33693. Dev.CD Aug 93P6Dev.CD Apr 94
  33694. Dev.CD Jan 94
  33695. Dev.CD Oct 93
  33696. Dev.CD Aug 9V
  33697. 52967X
  33698. Apr 94
  33699. --set theItem to choose file -- uncomment to test in an AS editor
  33700.     tell application "Finder"
  33701.         open item "Dev.CD Apr 94
  33702. Dev.CD Jan 94
  33703. Dev.CD Oct 93
  33704. Dev.CD Aug 93"
  33705.         activate
  33706.     end tell
  33707. on error errMsg number errNum
  33708.     --enter statements to perform when no records are found such as...
  33709.     display dialog "Sorry, the item you selected could not be found."
  33710.     return
  33711. end try
  33712. D!All Packages
  33713. Tool Chest Edition
  33714. KeyboardControllerI
  33715. This demo program shows how to customise user control of the playback of a movie that is a member of a Compositor using the Keyboard.J?kc.bat
  33716. KeyBoardController
  33717. KeyboardController.zip
  33718. Readme.txt
  33719. Feb 00
  33720. C:What's New?:Sample Code:QuickTime:QuickTime for Java:KeyboardController:V
  33721. 52968X
  33722. 1e    No Change
  33723. --set theItem to choose file -- uncomment to test in an AS editor
  33724.     tell application "Finder"
  33725.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:"
  33726.         activate
  33727.     end tell
  33728. on error errMsg number errNum
  33729.     --enter statements to perform when no records are found such as...
  33730.     display dialog "Sorry, the item you selected could not be found."
  33731.     return
  33732. end try
  33733. er generates a log file with all the subsection inBzformation that passes through this filter. The log file has a .dsc suffix and is written to your Job Documentation Folder.
  33734. J8Headers and Stub Libraries:
  33735. SampleFilter:
  33736. SectionReport:K
  33737. Dec 99M
  33738. LaserWriter 8.7N
  33739. Printing, PostScript, FilterORDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Printing:PostScript Output Filters:P]Dev.CD Mar 00 RL Disk 1
  33740.  - What's New
  33741.  - Sample Code
  33742.  - Printing
  33743.  - PostScript Output Filterssmp-digest-v3-125
  33744. csmp-digest-v3-126
  33745. csmp-digest-v3-127
  33746. tool 
  33747. Appearance ManagerOHDev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:PMDev.CD Apr 98 SDK1
  33748.  - Development Kits (Disc 1)
  33749.  - Appearance & CMM SDK 1.0.2ransitionsV
  33750. 53847X
  33751. Feb 00^
  33752. --set theItem to choose file -- uncomment to test in an AS editor
  33753.     tell application "Finder"
  33754.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:Transitions:"
  33755.         activate
  33756.     end tell
  33757. on error errMsg number errNum
  33758.     --enter statements to perform when no records are found such as...
  33759.     display dialog "Sorry, the item you selected could not be found."
  33760.     return
  33761. end try
  33762. e    No Changef
  33763. QuickTime
  33764. Dev.CD Feb 00 TC
  33765. .D!All Packages
  33766. Mac OS SDK Edition
  33767. Translation Manager
  33768. 1.0a13
  33769. zaptcp
  33770. zaptcp
  33771. 1.2.1
  33772. zoneranger
  33773. zoneranger
  33774. zoomed
  33775. zoomed
  33776. video
  33777. driver
  33778. zzportlist
  33779. zzportlist
  33780.  JRE/JDK from Sun Microsystems, Inc. recommended
  33781. ommended
  33782. 54048X
  33783. Feb 00^
  33784. --set theItem to choose file -- uncomment to test in an AS editor
  33785.     tell application "Finder"
  33786.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CreateMovie:"
  33787.         activate
  33788.     end tell
  33789. on error errMsg number errNum
  33790.     --enter statements to perform when no records are found such as...
  33791.     display dialog "Sorry, the item you selected could not be found."
  33792.     return
  33793. end try
  33794. e    No Changef
  33795. QuickTime
  33796. Dev.CD Feb 00 TC
  33797. D!All Packages
  33798. Tool Chest Edition
  33799. CreatePictFileIeThis demo program shows how to create a PICT and PICT file from drawing operations into a QDGraphics J7CreatePictFile
  33800. CreatePictFile.zip
  33801. pt.bat
  33802. README.txt
  33803. Feb 00
  33804. - Common
  33805.     - Sun Compliant Java Runtime Environment 1.1
  33806.     - QuickTime 3 
  33807.     - QTJava.zip
  33808.     - QTJava media samples
  33809. - Mac OS:
  33810.     - System 8 or later
  33811.     - Macintosh Runtime for Java (MRJ) 2.1
  33812. - Windows 95, 98, or NT::
  33813.     - JRE/JDK from Sun Microsystems, Inc. recommended
  33814. summary
  33815. around
  33816. arrays
  33817. arrived
  33818. arrow
  33819. arrows
  33820. articlep
  33821. articlesj
  33822. articulate
  33823. artwork
  33824. classes
  33825. client
  33826. clock
  33827. clouseau
  33828. coach
  33829. coachmarks
  33830. loading
  33831. resource
  33832. codec
  33833. codes
  33834. codewarrior
  33835. collation
  33836. collection
  33837. collection
  33838. services
  33839. color
  33840. color
  33841. depth
  33842. color
  33843. return
  33844. end try
  33845. All Packages
  33846. F    QuickTimeV
  33847. 49604X
  33848. language
  33849. updater
  33850. language
  33851. updater
  33852. f/macos8
  33853. languages
  33854. laserwriter
  33855. laserwriter
  33856. laserwriter
  33857. 8.5.1gm
  33858. leaks
  33859. leaks
  33860. learning
  33861. learning
  33862. drive
  33863. verilog
  33864. libraryu
  33865. listmania
  33866. control
  33867. scroll
  33868. scroll
  33869. driver
  33870. localization
  33871. localization
  33872. japan
  33873. localizers
  33874. locationt
  33875. locator
  33876. lockvol
  33877. lockvol
  33878. modern
  33879. module
  33880. monitorr
  33881. navigator
  33882. newsi
  33883. notesS
  33884. onescannerg
  33885. opp's
  33886. palette
  33887. gatewayS
  33888. ischeckedout
  33889. isdate
  33890. isdate
  33891. isfinderlocked
  33892. isfinderlocked
  33893. so9660
  33894. iso9660
  33895. autotest
  33896. dialogtest
  33897. menutest
  33898. sample
  33899. sample
  33900. sample
  33901. ispautotest
  33902. ispautotest
  33903. ispdialogtest
  33904. ispdialogtest
  33905. ispelementview
  33906. ispelementview
  33907. ispelementview
  33908. ispeventpane
  33909. ispeventpane
  33910. ispeventpane
  33911. isplquitwindow
  33912. isplquitwindow
  33913. isplquitwindow
  33914. ispmenutest
  33915. ispmenutest
  33916. isppptest
  33917. isppptest
  33918. isppptesttools
  33919. isppptesttools
  33920. isppptesttools
  33921. isptest
  33922. isptest
  33923. powerplant
  33924. isptest
  33925. powerplant
  33926. isptest
  33927. isptestglobals
  33928. isptestglobals
  33929. isptestglobals
  33930. isptestmain
  33931. isptestmain
  33932. isptestmain
  33933. staller
  33934. 53930X
  33935. Apr 98^
  33936. --set theItem to choose file -- uncomment to test in an AS editor
  33937.     tell application "Finder"
  33938.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:"
  33939.         activate
  33940.     end tell
  33941. on error errMsg number errNum
  33942.     --enter statements to perform when no records are found such as...
  33943.     display dialog "Sorry, the item you selected could not be found."
  33944.     return
  33945. end try
  33946. Deletedf
  33947. Appearance Managerq
  33948. Dev.CD Apr 98 SDK1
  33949. %D!All Packages
  33950. Mac OS SDK Edition
  33951. Appearance SDK 1.0.4
  33952. 7This is an update to the Appearance 1.0.3 SDK.
  33953. This SDK release updates the  .Keyboard font 3.1 that shipped with Mac OS 8.6.  All other information in the SDK is the same. The 3.1 version of the .Keyboard font contains fifteen additional glyphs for displaying the function keys F1 to F15 in menus and dialogs.
  33954. 53931X
  33955. 1e    No Change
  33956.  XI:Tool Chest:Testing & Debugging:Hardware tools:V
  33957. 53849X
  33958. 1e    No Change
  33959. showsN
  33960. 54368X
  33961. Feb 00^
  33962. r--set theItem to choose file -- uncomment to test in an AS editor
  33963.     tell application "Finder"
  33964.         open item "Dev.CD Feb 00 TC:Sample Code:"
  33965.         activate
  33966.     end tell
  33967. on error errMsg number errNum
  33968.     --enter statements to perform when no records are found such as...
  33969.     display dialog "Sorry, the item you selected could not be found."
  33970.     return
  33971. end try
  33972. e    No Changef;Cryptographic Authentication 
  33973. AppleShare IP
  33974.  Appearance Mgrq
  33975. Dev.CD Feb 00 TC
  33976. [D(All Packages
  33977. Reference Library Edition
  33978. Pippin Technical Notes
  33979. HSummary:  Pippin is a new multimedia and Internet playback architecture based on Power Macintosh and licensed by Apple to Bandai Digital Entertainment. Because it is based on Mac, most Pippin development is the same as Mac development. The tech notes in this folder cover all the Pippin-specific aspects of developing on Pippin.
  33980. server
  33981. developer
  33982. documentation
  33983. mac-only
  33984. arbitraryb
  33985. arbitrate
  33986. arbitration
  33987. arcellana
  33988. architectural
  33989. architecturej
  33990. esthidprobe
  33991. testhidprobe
  33992. testhooks
  33993. testhooks
  33994. testhooks
  33995. testhooks
  33996. testhooks
  33997. makeout
  33998. testing
  33999. testmagic
  34000. testmagic
  34001. tests
  34002. testvrmedia
  34003. testvrmedia
  34004. textv
  34005. encoding
  34006. converter
  34007. encodings
  34008. extractors
  34009. plug-ins
  34010. text-to-speech
  34011. text-to-speech
  34012. first
  34013. summary
  34014. mping
  34015. network
  34016. testing
  34017. protoco
  34018. summary
  34019. network
  34020. management
  34021. specifications
  34022. macintosh
  34023. summary
  34024. networkstream
  34025. stream
  34026. class
  34027. object
  34028. summary
  34029. objects
  34030. hypercard
  34031. allowed
  34032. variabl
  34033. summary
  34034. opendoc
  34035. industry
  34036. standard
  34037. architecture
  34038. summary
  34039. opendoc
  34040. j-1.1
  34041. localized
  34042. version
  34043. opendoc
  34044. summary
  34045. control
  34046. strip
  34047. sample
  34048. project
  34049. summary
  34050. manager
  34051. comprehensive
  34052. developm
  34053. summary
  34054. pccts
  34055. purdue
  34056. compiler-constructio
  34057. summary
  34058. pippin
  34059. multimedia
  34060. internet
  34061. playback
  34062. summary
  34063. popupfuncs
  34064. productivity
  34065. developers
  34066. summary
  34067. portlist
  34068. extension
  34069. helps
  34070. summary
  34071. powertracer
  34072. system
  34073. atrap
  34074. powerpc
  34075. function
  34076. nitor
  34077. iotracer
  34078. performance
  34079. tools
  34080. summary
  34081. application
  34082. writer
  34083. writers
  34084. writes
  34085. writeswell
  34086. writingw
  34087. writtenY
  34088. wrong
  34089. wrongly
  34090. wwdcj
  34091. xcmds]
  34092. xfcnc
  34093. xfcns
  34094. xmodem
  34095. xresult
  34096. xwindoid
  34097. xwindow
  34098. yahoo
  34099. yearsj
  34100. yellow
  34101. yes/no
  34102. 54067X
  34103. Mar 00^
  34104. --set theItem to choose file -- uncomment to test in an AS editor
  34105.     tell application "Finder"
  34106.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 12:"
  34107.         activate
  34108.     end tell
  34109. on error errMsg number errNum
  34110.     --enter statements to perform when no records are found such as...
  34111.     display dialog "Sorry, the item you selected could not be found."
  34112.     return
  34113. end try
  34114. Next CDq
  34115. Dev.CD Mar 00 RL
  34116. .D(All Packages
  34117. Reference Library Edition
  34118. develop Issue 13
  34119.     for writing small applications.
  34120. DumpSRec:  This MPW tool converts an arbitrary Macintosh data file or resource into Motorola S-Record format, mostly to assist in downloading code and data to EPROM programmers or non-Macintosh target platforms.
  34121. Eenie:  Eenie - example MacApp program showing how to use the Dependency mechanism and Adorners. Also shows how to use the new View format with defining customized cursors over views.
  34122. LockFile:  Demonstrates settin
  34123. siteinfo
  34124. sitesR
  34125. sizetkl
  34126. sizetkl
  34127. sizetkl
  34128. slideshow
  34129. slotlook
  34130. slotlook
  34131. slotlook
  34132. slotlook
  34133. slotlook
  34134. slots
  34135. snapshot
  34136. snapshot
  34137. sample
  34138. snapshotsample
  34139. snapshotsample
  34140. snarfer
  34141. sndmemrecord
  34142. sndrecord
  34143. agent
  34144. specific
  34145. files
  34146. transports
  34147. software
  34148. software
  34149. license
  34150. software
  34151. license
  34152. software
  34153. licensing
  34154. someunicodestuff
  34155. someunicodestuff
  34156. someunicodestuff
  34157. somobjects
  34158. somobjects
  34159. first
  34160. sound
  34161. sound
  34162. files
  34163. soundapp
  34164. soundapp
  34165. soundapp
  34166. soundapp
  34167. soundapp
  34168. soundapp
  34169. soundapp
  34170. soundapp
  34171. soundapp
  34172. applications\
  34173. tools]
  34174. Advanced Web Site Technique.pdf
  34175. Avoid Audio Pitfalls Guide.pdf
  34176. CompbasedMediaBroadcastEnv
  34177. Creating MIDI for the Web3.pdf
  34178. DeBabelizer 3.0.pdf
  34179. Design For Reuse.pdf
  34180. DesignForRobustness
  34181. Digital Asset Management.pdf
  34182. Digital Storyboard.pdf 
  34183. DVD Development.pdf
  34184. DVD_Primer.pdf
  34185. Enhanced CD Survival Guide.pdf
  34186. EOModeler
  34187. Frameworks.pdf
  34188. Gender-Based Title Creation.pdf
  34189. Int_Media_Writer_Resources.pdf
  34190. Java Survival Guide.pdf
  34191. Making Cool QD3D Apps.pdf
  34192. Music on the Net.pdf
  34193. New Audio Features QT3.pdf
  34194. Porting
  34195. kObjectiveCtoJava
  34196. Push Tech Survival Gd.pdf
  34197. QT3-More Than Dig. Video.pdf
  34198. Simplified Stream Audio.pdf
  34199. Web Animation Guide.pdf
  34200. WebObjects Database Part I.pdf
  34201. WebObjects Database Part II.pdf
  34202. WebObjects Memory Mgmt.pdf
  34203. WebObjects Tools and Techniques
  34204. WebObjectsCategories&Posers.pdf
  34205. WebObjectsPerformanceTuning
  34206. Working with WebObjects.pdf
  34207. Writing for Interactive Media
  34208. d playthrough. On a Macintosh LC, enabling playthrough kills sound output; on a Macintosh si, you can play back at the sam
  34209. e    No Changef
  34210. Finder Windows
  34211. Hackq
  34212. Dev.CD Feb 00 TC
  34213. D!All Packages
  34214. Tool Chest Edition
  34215. Switch StackIXDemonstrates how to switch to a private stack correctly.
  34216. Issues: Only compiles for 68K.J'Sample Code.img
  34217. Windows Sample Code.imgK
  34218. Apr 98N
  34219. private, stack, switch, snifferO
  34220. Dev.CD Feb 00 TC:Sample Code:P
  34221. Dev.CD Feb 00 TC
  34222.  - Sample CodeV
  34223. 54741X
  34224. Feb 00^
  34225. r--set theItem to choose file -- uncomment to test in an AS editor
  34226.     tell application "Finder"
  34227.         open item "Dev.CD Feb 00 TC:Sample Code:"
  34228.         activate
  34229.     end tell
  34230. on error errMsg number errNum
  34231.     --enter statements to perform when no records are found such as...
  34232.     display dialog "Sorry, the item you selected could not be found."
  34233.     return
  34234. end try
  34235. e    No Changef
  34236. private
  34237. stack
  34238. switch
  34239. snifferq
  34240. Dev.CD Feb 00 TC
  34241. D!All Packages
  34242. Tool Chest Edition
  34243. F    SyncCatchW
  34244. search
  34245. index
  34246. vtwin
  34247. summaryb
  34248. select
  34249. selected
  34250. selector
  34251. sequences
  34252. serial
  34253.  RL Disk 1
  34254.  - What's New
  34255.  - Development Kits
  34256.  - Mac OS
  34257.  - ColorSync 3.0 Mac SDK
  34258.  - ColorSync 3.0 Installer
  34259.     --enter statements to perform when no records are found such as...
  34260.     display dialog "Sorry, the item you selected could not be found."
  34261.     return
  34262. end try
  34263. revisited
  34264. revolution
  34265. reworked
  34266. rewrite
  34267. rewritten
  34268. rgbforecolor
  34269. rhapsody
  34270. rhapsody
  34271. developer
  34272. documentation
  34273. rhapsody
  34274. pages
  34275. ribbon
  34276. ricardo
  34277. richard
  34278. richery
  34279. sequenceT
  34280. seriesx
  34281. serverj
  34282. serversS
  34283. serviceU
  34284. settingst
  34285. severala
  34286. shadowj
  34287. sharej
  34288. sharedp
  34289. sharedlibsp
  34290. sherlockq
  34291. shipmentsj
  34292. shippede
  34293. shipsj
  34294. shotsB
  34295. shouldN
  34296. showingo
  34297. showsN
  34298. popuptkl
  34299. popuptkl
  34300. popuptkl
  34301. portingobjectivectoj
  34302. portingobjectivectoj
  34303. portuguese
  34304. portuguese
  34305. brazilian
  34306. 1.1.3
  34307. emulator
  34308. power
  34309. emulator
  34310. release
  34311. notes
  34312. power
  34313. macintosh
  34314. artwork
  34315. powerbook
  34316. powerbook
  34317. addendum
  34318. powerbook
  34319. powerbook
  34320. 2400c
  34321. powerbook
  34322. powerbook
  34323. powerbook
  34324. 2300c
  34325. powerbook
  34326. processor
  34327. powerbookg3series
  34328. powerbookg3series
  34329. powerpc
  34330. powerplant
  34331. ppclist
  34332. ppclist
  34333. ppcnumerics
  34334. ppcsoftware
  34335. pre-asip
  34336. pre-release
  34337. pre-release
  34338. prebuilt
  34339. preferences
  34340. prefix
  34341. prefse
  34342. prefs
  34343. system
  34344. previous
  34345. primer
  34346. print
  34347. print
  34348. total
  34349. pages
  34350. print2
  34351. printaetypes
  34352. printaetypes
  34353. remove
  34354. removed
  34355. removes
  34356. removevmsversionnumb
  34357. removing
  34358. rename
  34359. renamed
  34360. renames
  34361. renaming
  34362. renderer
  34363. rendering
  34364. renders
  34365. renegade
  34366. renewed
  34367. repeated
  34368. repeatedly
  34369. repertoire
  34370. replace
  34371. replacementU
  34372. replacesn
  34373. replaces
  34374. postscript
  34375. sample
  34376. replacing
  34377. replies
  34378. reply
  34379. reportj
  34380. reported
  34381. reporter
  34382. reporting
  34383. reportsx
  34384. repositories
  34385. apple
  34386. chinese
  34387. handwriting
  34388. resale
  34389. researchj
  34390. researching
  34391. resedit
  34392. reserve
  34393. 1995j
  34394. 1996k
  34395. 1997l
  34396. 2.0.1
  34397. 2.0.6
  34398. 2.0b6
  34399. 2.0d3
  34400. 2.0d38
  34401. 2.1.1
  34402. 2.1.2
  34403. 2.1.3
  34404. 2.1.4
  34405. 2.3.0
  34406. 2.4b6z
  34407. 2.6.1
  34408. 2.6.5X
  34409. 2/94w
  34410. 2400c
  34411. 24gcO
  34412. 3.0b10
  34413. 3.2.4
  34414. 3.7.1
  34415. 3/92^
  34416. Slot, Slot Manager, Slot Mgr., Declaration, ROM, configuration, configuration ROM, NuBus, CRC,  CRCPatch, CRCCalc, Data, tjs commOPDev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:P[Dev.CD Feb 00 TC
  34417.  - Tool Chest
  34418.  - Devices
  34419.  - NuBus/Slot Manager
  34420.  - ROM Build/Download 3.2.4V
  34421. 54653X
  34422. Feb 00^
  34423. --set theItem to choose file -- uncomment to test in an AS editor
  34424.     tell application "Finder"
  34425.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:"
  34426.         activate
  34427.     end tell
  34428. on error errMsg number errNum
  34429.     --enter statements to perform when no records are found such as...
  34430.     display dialog "Sorry, the item you selected could not be found."
  34431.     return
  34432. end try
  34433. e    No ChangefuSlot
  34434. Slot Manager
  34435. Slot Mgr.
  34436. Declaration
  34437. configuration
  34438. configuration ROM
  34439. NuBus
  34440.  CRCPatch
  34441. CRCCalc
  34442. tjs commq
  34443. Dev.CD Feb 00 TC
  34444. xD!All Packages
  34445. Tool Chest Edition
  34446. Sad Mac Error Codes 1.1m 7 Tune-UpV
  34447. 52276X
  34448. 54705X
  34449. Feb 00^
  34450. r--set theItem to choose file -- uncomment to test in an AS editor
  34451.     tell application "Finder"
  34452.         open item "Dev.CD Feb 00 TC:Sample Code:"
  34453.         activate
  34454.     end tell
  34455. on error errMsg number errNum
  34456.     --enter statements to perform when no records are found such as...
  34457.     display dialog "Sorry, the item you selected could not be found."
  34458.     return
  34459. end try
  34460. e    No Changeq
  34461. Dev.CD Feb 00 TC
  34462. D!All Packages
  34463. Tool Chest Edition
  34464. Snippets - Hardware
  34465. (** = new, * = revised)
  34466. TimerTst:  This hardware-dependent snippet shows how to use the VIA timers (for the few times when the Time Manager is not appropriate).
  34467. VBL Snippet:  A simple example of a persistent VBL written in C that works with 68K or PowerPC.
  34468. J'Sample Code.img
  34469. Windows Sample Code.imgK
  34470. Feb 92L
  34471. Nov 96O
  34472. Dev.CD Feb 00 TC:Sample Code:P
  34473. Dev.CD Feb 00 TC
  34474.  - Sample CodeV
  34475. 54706X
  34476. Feb 00^
  34477. #ations
  34478. summary
  34479. folder
  34480. contains
  34481. electronic
  34482. forms
  34483. allow
  34484. b--set theItem to choose file -- uncomment to test in an AS editor
  34485.     tell application "Finder"
  34486.         open item "Dev.CD Apr 95"
  34487.         activate
  34488.     end tell
  34489. on error errMsg number errNum
  34490.     --enter statements to perform when no records are found such as...
  34491.     display dialog "Sorry, the item you selected could not be found."
  34492.     return
  34493. end try
  34494.  data to a given URL (FTP only)
  34495. Post an HTML form
  34496. Download a directory listing (FTP only)
  34497. Download/Upload an entire directory (FTP only)
  34498. Progress and authentication UI
  34499. The SSL code in URL Access uses 40-bit encryption.  This is exportable.
  34500. JrURL Access
  34501. URL Access Scripting
  34502. URLAccess.h
  34503. URLAccess.p
  34504. URLAccess.pdf
  34505. URLAccess68K.lib
  34506. URLAccessLib
  34507. URLAccessLib.oK
  34508. Aug 99M    MacOS 8.6N
  34509. URL Access, Internet, IPOJDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:PUDev.CD Aug 99 TC
  34510.  - What's New?
  34511.  - Development Kits
  34512.  - Mac OS
  34513.  - URL Access 1.0.1 SDKV
  34514. 52611X
  34515. Aug 99^
  34516. #rces
  34517. Deletedf
  34518. Runtimeq
  34519. Dev.CD Jul 99 SDK1
  34520. D!All Packages
  34521. Tool Chest Edition
  34522. MrPlus 1.0I
  34523. MrPlus is a performance analysis tool for PowerPC applications. It generates data relating to performance analysis and will also rearrange code blocks for optimum performance.J
  34524. MPW etc.imgK
  34525. Nov 97M
  34526. Power Macintosh systemN
  34527. performance analysisO6Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD Feb 00 TC
  34528.  - Tool Chest
  34529.  - Development Kits
  34530.  - MPW etc.V
  34531. 54295X
  34532. Feb 00^
  34533. --set theItem to choose file -- uncomment to test in an AS editor
  34534.     tell application "Finder"
  34535.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:"
  34536.         activate
  34537.     end tell
  34538. on error errMsg number errNum
  34539.     --enter statements to perform when no records are found such as...
  34540.     display dialog "Sorry, the item you selected could not be found."
  34541.     return
  34542. end try
  34543. e    No Changef
  34544. performance analysisq
  34545. Dev.CD Feb 00 TC
  34546. All Packages
  34547. MultiFinder 6.1b9V
  34548. 54296X
  34549. 54327X
  34550. Jan 97^
  34551. --set theItem to choose file -- uncomment to test in an AS editor
  34552.     tell application "Finder"
  34553.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:"
  34554.         activate
  34555.     end tell
  34556. on error errMsg number errNum
  34557.     --enter statements to perform when no records are found such as...
  34558.     display dialog "Sorry, the item you selected could not be found."
  34559.     return
  34560. end try
  34561. DeletedfPOpenDoc
  34562. Component Software
  34563. Compound Document Architecture
  34564. Objects
  34565. CORBAq
  34566. Dev.CD Jan 97 SDK2
  34567. 2D!All Packages
  34568. Mac OS SDK Edition
  34569. F(OpenDoc Development Framework, Release 3
  34570. - It allows specification of a screen device to try first by enumeration of the screens.  -1 indicates the main screen.  Other screens are enumerated in order returned by DMGetFirstScreenDevice and DMGetNextScreenDevice with 0 being the first screen returned.  If allocations on the desired screen fails SetupGL will automatically check the other screens.
  34571. - SetupGL 
  34572. outperformj
  34573. output`
  34574. outputs
  34575. outside
  34576. outstanding
  34577. ovals
  34578. overB
  34579. over-represented
  34580. overallg
  34581. overcome
  34582. overhead
  34583. override
  34584. overview[
  34585. p0nnz
  34586. pablo
  34587. packageU
  34588. All Packages
  34589. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  34590. Dev.CD Jan 94
  34591. Dev.CD Oct 93
  34592. Dev.CD Jul 93
  34593. Dev.CD Apr 93PDDev.CD Apr 94
  34594. Dev.CD Jan 94
  34595. Dev.CD Oct 93
  34596. Dev.CD Jul 93
  34597. Dev.CD Apr 9V
  34598. 54832X
  34599. Apr 94
  34600. --set theItem to choose file -- uncomment to test in an AS editor
  34601.     tell application "Finder"
  34602.         open item "Dev.CD Apr 94
  34603. Dev.CD Jan 94
  34604. Dev.CD Oct 93
  34605. Dev.CD Jul 93
  34606. Dev.CD Apr 93"
  34607.         activate
  34608.     end tell
  34609. on error errMsg number errNum
  34610.     --enter statements to perform when no records are found such as...
  34611.     display dialog "Sorry, the item you selected could not be found."
  34612.     return
  34613. end try
  34614. All Packages
  34615. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  34616. Dev.CD Jan 94
  34617. Dev.CD Oct 93
  34618. Dev.CD Jul 93
  34619. Dev.CD Apr 93PDDev.CD Apr 94
  34620. Dev.CD Jan 94
  34621. Dev.CD Oct 93
  34622. Dev.CD Jul 93
  34623. Dev.CD Apr 9V
  34624. 54833X
  34625. Apr 94
  34626. operation
  34627. operations
  34628. operators
  34629. opf-opendoc
  34630. 54720X
  34631. Apr 98^
  34632. --set theItem to choose file -- uncomment to test in an AS editor
  34633.     tell application "Finder"
  34634.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):SOMobjects
  34635.  for Mac OS:"
  34636.         activate
  34637.     end tell
  34638. on error errMsg number errNum
  34639.     --enter statements to perform when no records are found such as...
  34640.     display dialog "Sorry, the item you selected could not be found."
  34641.     return
  34642. end try
  34643. e    No Changeq
  34644. Dev.CD Apr 98 SDK2
  34645. D!All Packages
  34646. Mac OS SDK Edition
  34647. Sound Manager
  34648. Dev.CD Sept 92
  34649. Dev.CD Aug 92P
  34650. Dev.CD Sept 92
  34651. Dev.CD Aug 9V
  34652. 47281X
  34653. Sept 9
  34654. q--set theItem to choose file -- uncomment to test in an AS editor
  34655.     tell application "Finder"
  34656.         open item "Dev.CD Sept 92
  34657. Dev.CD Aug 92"
  34658.         activate
  34659.     end tell
  34660. on error errMsg number errNum
  34661.     --enter statements to perform when no records are found such as...
  34662.     display dialog "Sorry, the item you selected could not be found."
  34663.     return
  34664. end try
  34665. sample
  34666. library
  34667. which
  34668. provides
  34669. indispensable
  34670. work-@
  34671. debug
  34672. build
  34673. sound
  34674. manager
  34675. 3.2.1
  34676. useful
  34677. routine
  34678. sending
  34679. documents
  34680. apple
  34681. event
  34682. sample
  34683. compression/decompre
  34684. sound
  34685. manager
  34686. component
  34687. able@
  34688. about
  34689. runtime
  34690. 2.1.4@
  34691. about
  34692. 2.1.4
  34693. redistribution
  34694. accessible@
  34695. across@
  34696. add-ons@
  34697. e Manager and System 8.1 or laterN<live scrolling, control, proportional scroll bar, appearanceO
  34698. Dev.CD Feb 00 TC:Sample Code:P
  34699. Dev.CD Feb 00 TC
  34700.  - Sample CodeV
  34701. 51741X
  34702. Feb 00^
  34703. r--set theItem to choose file -- uncomment to test in an AS editor
  34704.     tell application "Finder"
  34705.         open item "Dev.CD Feb 00 TC:Sample Code:"
  34706.         activate
  34707.     end tell
  34708. on error errMsg number errNum
  34709.     --enter statements to perform when no records are found such as...
  34710.     display dialog "Sorry, the item you selected could not be found."
  34711.     return
  34712. end try
  34713. e    No Change
  34714. This package consists of text files that provide information about the various text encodings used for different languages in the Mac OS, including tables showing how the characters in each encoding are mapped to Unicode by the Text Encoding Converter.
  34715. 1 ReadMe file describing general mapping principles and listing all of the Mac OS text encodings.
  34716. 1 file describing Apple
  34717. s use of the Unicode private use area.
  34718. 24 files - one for each encoding - providing specific information about that B
  34719. encoding and specifying the encoding by showing how it maps to Unicode.
  34720. The text encodings and/or the mappings may change from time to time. Changes to a file are noted in a change history at the beginning of the file.
  34721. J'Sample Code.img
  34722. Windows Sample Code.imgK
  34723. Apr 98L
  34724. Nov 99M
  34725. Any text editor.NDtext encoding, character set, Text Encoding Converter, font encodingO
  34726. Dev.CD Feb 00 TC:Sample Code:P
  34727. Dev.CD Feb 00 TC
  34728.  - Sample CodecOS8 HIGuidelines.pdf
  34729. READMEK
  34730. Oct 97V
  34731. 51773X
  34732. 1e    No Change
  34733. playable
  34734. playback
  34735. playbar
  34736. played
  34737. player
  34738. players
  34739. playing
  34740. plays
  34741. playthrough
  34742. pleaseZ
  34743. pleased
  34744. plethora
  34745. plug-and-play
  34746. plug-inh
  34747. plug-in's
  34748. plug-ins
  34749. plugged
  34750. plugging
  34751. pluses
  34752. pmforecolor
  34753. point
  34754. point-to-point
  34755. pointer
  34756. pointers
  34757. pointing
  34758. points
  34759. polaschek
  34760. polish
  34761. polyhedral
  34762. polymorphic
  34763. polymorphism
  34764. ke    No Changef
  34765. EOModeler
  34766. databaseq
  34767. Dev.CD Mar 00 RL Disk 1
  34768. lD!All Packages
  34769. Tool Chest Edition
  34770. F"European Distributors & LocalizersIYSummary: This folder contains a list of European Distributors and Localization Companies.
  34771. sBenelux*distributors/localizers
  34772. Denmark*distributors/localizers
  34773. Finland*distributors/localizers
  34774. France*distributors/localizers
  34775. Germany*distributors/localizers
  34776. IEA*distributors/localizers
  34777. Italy*distributors/localizers
  34778. Norway*distributors/localizers
  34779. Spain*distributors/localizers
  34780. Sweden*distributors/localizers
  34781. Switz.*distributors/localizers
  34782. UK/EIRE*distributors/localizers
  34783. Jul 94M
  34784. Adobe Acrobat Reader.O`Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:PhDev.CD May 98 TC
  34785.  - Programs & Marketing
  34786.  - Market & Distribution Guides
  34787.  - Euro Distributors/LocalizersV
  34788. 54130X
  34789. May 98^
  34790. # the files to be created, the more memory is required.   The code requires a Macintosh and an appropriate development environment.at
  34791. r--set theItem to choose file -- uncomment to test in an AS editor
  34792.     tell application "Finder"
  34793.         open item "Dev.CD Feb 00 TC:Sample Code:"
  34794.         activate
  34795.     end tell
  34796. on error errMsg number errNum
  34797.     --enter statements to perform when no records are found such as...
  34798.     display dialog "Sorry, the item you selected could not be found."
  34799.     return
  34800. end try
  34801. tem you selected could not be found."
  34802.     return
  34803. end try
  34804. All Packages
  34805. PPC EnablerO
  34806. Dev.CD Jul 95P
  34807. Dev.CD Jul 9V
  34808. 53173X
  34809. Jul 95
  34810. b--set theItem to choose file -- uncomment to test in an AS editor
  34811.     tell application "Finder"
  34812.         open item "Dev.CD Jul 95"
  34813.         activate
  34814.     end tell
  34815. on error errMsg number errNum
  34816.     --enter statements to perform when no records are found such as...
  34817.     display dialog "Sorry, the item you selected could not be found."
  34818.     return
  34819. end try
  34820. All Packages
  34821. PPC EnablerO
  34822. Dev.CD Jul 95P
  34823. Dev.CD Jul 9V
  34824. 53174X
  34825. Jul 95
  34826. e    No Change
  34827. ProfileRenamer
  34828. What is the name of ColorSync
  34829.  Profile?
  34830. With ColorSync ICC Profiles, there are two separate profile names.  The obvious name is the name of the profile file.  This is the name that one can easily view and edit in the Finder.  The other name is the name in the profile.  This name can be longer and more descriptive than the file name which is limited by the file system to 31 characters on the Mac (or 8 characters on the DOS).  
  34831. Many applications correctly use the more descriptive internal riptive internal 
  34832. 54431X
  34833. be found."
  34834.     return
  34835. end try
  34836. e    No Changeq
  34837. Dev.CD Mar 00 RL Disk 1
  34838. AppleTalk and PPP
  34839. @Summary: This package includes the draft specifications for running AppleTalk over the Point-to-Point Protocol.  If you want to implement AppleTalk running over the Point-to-Point Protocol you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  34840. Issues:Specifications only
  34841. ons only
  34842. Nov 94
  34843. iterate
  34844. iteration
  34845. iterations
  34846. itonx
  34847. itself
  34848. iw-half-dither
  34849. j-1.1
  34850. james
  34851. jamie
  34852. januaryj
  34853. january/february
  34854. program
  34855. shows
  34856. construction
  34857. composited
  34858. folder
  34859. contains
  34860. example
  34861. illustrating
  34862. folder
  34863. contains
  34864. archives
  34865. format
  34866. apple
  34867. update
  34868. appearance
  34869. 1.0.3
  34870. package
  34871. contains
  34872. processor
  34873. emulator
  34874. extensions
  34875. sample
  34876. shows
  34877. write
  34878. fully
  34879. asynchronous
  34880. block
  34881. 54050X
  34882. Feb 00^
  34883. --set theItem to choose file -- uncomment to test in an AS editor
  34884.     tell application "Finder"
  34885.         open item "Dev.CD Feb 00 TC:Tool Chest:Communications Toolbox:CTB Development Resources:"
  34886.         activate
  34887.     end tell
  34888. on error errMsg number errNum
  34889.     --enter statements to perform when no records are found such as...
  34890.     display dialog "Sorry, the item you selected could not be found."
  34891.     return
  34892. end try
  34893. e    No Changeq
  34894. Dev.CD Feb 00 TC
  34895. D!All Packages
  34896. Tool Chest Edition
  34897. ows how to subclass the quicktime.std.movies.media.Media class to support any Custom media types. J2med.bat
  34898. README.txt
  34899. TestVRMedia
  34900. TestVRMedia.zipK
  34901. Feb 00
  34902. - Common
  34903.     - Sun Compliant Java Runtime Environment 1.1
  34904.     - QuickTime 3 
  34905.     - QTJava.zip
  34906.     - QTJava media samples
  34907. - Mac OS:
  34908.     - System 8 or later
  34909.     - Macintosh Runtime for Java (MRJ) 2.1
  34910. - Windows 95, 98, or NT::
  34911.     - JRE/JDK from Sun Microsystems, Inc. recommended
  34912. QuickTime, Java, MRJckTime, Java, MRJW
  34913. v-twinb
  34914. v1.0.1
  34915. v1.0.2
  34916. v1.1.3
  34917. varietyb
  34918. various
  34919. vectors
  34920. verification
  34921. verify]
  34922. versionN
  34923. versions[
  34924. versitj
  34925. verticalj
  34926. veryN
  34927. video
  34928. viewX
  34929. viewed
  34930. viewer
  34931. viewingZ
  34932. virtualU
  34933. virtuallyj
  34934. visible
  34935. visit
  34936. visuallyo
  34937. vocabulary
  34938. voice
  34939. volume
  34940. volumes[
  34941. w/sysp
  34942. wantg
  34943. warming
  34944. warning
  34945. ways_
  34946. website
  34947. weeklyi
  34948. wellj
  34949. wereo
  34950. what_
  34951. yly done by Finder at the user's request.
  34952. Set Folder Windows:  This little AppleScript droplet is used to setup drive and folder windows in preperation for  burning a CD. It requires the scriptable Finder from System 7.5 or later. It seems to be more reliable than SWAt at setting things up right, since it uses the Finder rather than directly manipulating desktop information.
  34953. J'Sample Code.img
  34954. Windows Sample Code.imgK
  34955. May 97L
  34956. May 97O
  34957. Dev.CD Feb 00 TC:Sample Code:P
  34958. Dev.CD Feb 00 TC
  34959.  - Sample Codef
  34960. bridge
  34961. broadcast
  34962. browse
  34963. browser
  34964. buffered
  34965. buffering
  34966. color
  34967. color
  34968. picker
  34969. 2.1.1
  34970. colorsync
  34971. colorsync
  34972. calibrator
  34973. scripting
  34974. profile
  34975. gamma
  34976. color
  34977. colorsync
  34978. photoshop
  34979. plug-ins
  34980. colour
  34981. componentP
  34982. component
  34983. compression
  34984. decompression
  34985. scomP
  34986. compressionP
  34987. computer
  34988. configurationt
  34989. contextualh
  34990. controls
  34991. conversion
  34992. coprocessorQ
  34993. --set theItem to choose file -- uncomment to test in an AS editor
  34994.     tell application "Finder"
  34995.         open item "Dev.CD Apr 94
  34996. Dev.CD Jan 94
  34997. Dev.CD Oct 93
  34998. Dev.CD Jul 93"
  34999.         activate
  35000.     end tell
  35001. on error errMsg number errNum
  35002.     --enter statements to perform when no records are found such as...
  35003.     display dialog "Sorry, the item you selected could not be found."
  35004.     return
  35005. end try
  35006. gamesprcokets
  35007. gamesprockets
  35008. garbage
  35009. gatewayS
  35010. gatewaysj
  35011. gatherx
  35012. gathering
  35013. gathers
  35014. gb2312
  35015. gdevice
  35016. gdevice's
  35017. gdevvideo
  35018. gdirp
  35019. gdrefnum
  35020. gearing
  35021. gelphman
  35022. gemma
  35023. generalw
  35024. general-purpose
  35025. *AppletTag.js
  35026. classes
  35027. README.txt
  35028. sa.bat
  35029. Feb 00
  35030. C:What's New?:Sample Code:QuickTime:QuickTime for Java:QTStreamingApplet:V
  35031. 51952X
  35032. 1e    No Change
  35033. Dev.CD Feb 00 TC
  35034. All Packages
  35035. Japanese Language KitOTDev.CD May 97 TC
  35036. Dev.CD Nov 96 TC
  35037. Dev.CD Aug 96 TC
  35038. Dev.CD May 96 TC
  35039. Dev.CD Feb 96 TCPSDev.CD May 97 TC
  35040. Dev.CD Nov 96 TC
  35041. Dev.CD Aug 96 TC
  35042. Dev.CD May 96 TC
  35043. Dev.CD Feb 96 TV
  35044. 54200X
  35045. May 97
  35046. --set theItem to choose file -- uncomment to test in an AS editor
  35047.     tell application "Finder"
  35048.         open item "Dev.CD May 97 TC
  35049. Dev.CD Nov 96 TC
  35050. Dev.CD Aug 96 TC
  35051. Dev.CD May 96 TC
  35052. Dev.CD Feb 96 TC"
  35053.         activate
  35054.     end tell
  35055. on error errMsg number errNum
  35056.     --enter statements to perform when no records are found such as...
  35057.     display dialog "Sorry, the item you selected could not be found."
  35058.     return
  35059. end try
  35060. All Packages
  35061. Japanese Language KitO
  35062. Dev.CD Feb 95P
  35063. Dev.CD Feb 9V
  35064. 54201X
  35065. Feb 95
  35066. e    No Changef
  35067. OT/PPP. Open Transport
  35068. Dev.CD Feb 00 TC
  35069. All Packages
  35070. GetSetOptionsV
  35071. 51661X
  35072. ooser support added. Bugs fixed. Save to PICT file as well as resouce.
  35073. 48512X
  35074. 1e    No Change
  35075. range
  35076. ranger
  35077. rangingf
  35078. rankb
  35079. rapid
  35080. rapidly
  35081.         open item "Dev.CD Feb 00 TC:Sample Code:"
  35082.         activate
  35083.     end tell
  35084. on error errMsg number errNum
  35085.     --enter statements to perform when no records are found such as...
  35086.     display dialog "Sorry, the item you selected could not be found."
  35087.     return
  35088. end try
  35089. e    No Changef5games sprockets sprite blitters DrawSprocket MoofWarsq
  35090. Dev.CD Feb 00 TC
  35091. D(All Packages
  35092. Reference Library Edition
  35093. More SSW Documentation
  35094.     ages
  35095. Tool Chest Edition
  35096. FinderLaunch
  35097. RA routine for sending an open documents Apple event to the finder.  This routine provides functionality equivalent to selecting a document/file/application and choosing the open command in the Finder's file menu. 
  35098. allows application to tell the finder to open and display the contents of folders, launch applications, and open documents.
  35099. e    No Change
  35100. ompatible.  7.0 compatible.  
  35101. 54721X
  35102. Apr 00^
  35103. --set theItem to choose file -- uncomment to test in an AS editor
  35104.     tell application "Finder"
  35105.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Sound Manager:"
  35106.         activate
  35107.     end tell
  35108. on error errMsg number errNum
  35109.     --enter statements to perform when no records are found such as...
  35110.     display dialog "Sorry, the item you selected could not be found."
  35111.     return
  35112. end try
  35113. e    No Changeq
  35114. Dev.CD Apr 00 SDK1
  35115. D!All Packages
  35116. Tool Chest Edition
  35117. Sound PreMixer effectI
  35118. A sound manager pre-mixer effect component shows how to look at and/or mofify the sound data for a particular sound channel before it gets to the mixer
  35119. Shows how to implement and use a pre-mixer componentJ'Sample Code.img
  35120. Windows Sample Code.imgK
  35121. Aug 97M
  35122. Sound Manager 3.2N
  35123. pre-mixer component, vu-meterO
  35124. Dev.CD Feb 00 TC:Sample Code:P
  35125. Dev.CD Feb 00 TC
  35126.  - Sample CodeV
  35127. 54722X
  35128. Feb 00^
  35129. testnbp
  35130. combination
  35131. combinations
  35132. combine
  35133. combines
  35134. combiningp
  35135. combowalker
  35136. comesg
  35137. comfort
  35138. coming
  35139. comma
  35140. commandT
  35141. command-line
  35142. commando
  35143. commandsB
  35144. commented
  35145. comments
  35146. commercial
  35147. commit
  35148. commitment
  35149. committedj
  35150. of the technology and features of the 4/8 bit video card and the 8/24 bit video card. J
  35151. Display Card 4
  35152. Vol IIIONDev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  35153. 8PYDev.CD Nov 99 TC
  35154.  - Tool Chest
  35155.  - Hardware
  35156.  - Display & Video Hardware
  35157.  - Display Card 4
  35158. 52862X
  35159. Nov 99^
  35160. #uickDraw GXO)Dev.CD Jul 95
  35161. Dev.CD Apr 95
  35162. Dev.CD Jan 95V
  35163. 52011X
  35164. whichW
  35165. OXDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CompositedEffects:PfDev.CD Feb 00 TC
  35166.  - What's New?
  35167.  - Sample Code
  35168.  - QuickTime
  35169.  - QuickTime for Java
  35170.  - CompositedEffectsV
  35171. 54033X
  35172. Feb 00^
  35173. --set theItem to choose file -- uncomment to test in an AS editor
  35174.     tell application "Finder"
  35175.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CompositedEffects:"
  35176.         activate
  35177.     end tell
  35178. on error errMsg number errNum
  35179.     --enter statements to perform when no records are found such as...
  35180.     display dialog "Sorry, the item you selected could not be found."
  35181.     return
  35182. end try
  35183. e    No Changef
  35184. QuickTime
  35185. Dev.CD Feb 00 TC
  35186. D!All Packages
  35187. Mac OS SDK Edition
  35188. F%Computer-based Media in Broadcast Env
  35189.     pictq
  35190. Dev.CD Feb 00 TC
  35191. StopXPP dcmdI
  35192. Summary: The StopXPP dcmd attempts to close all open ASP (and thus AFP) sessions with an asyncronous closeAll call to the .XPP driver.J
  35193. Networks.imger.J
  35194. Networks.img Change
  35195. Me    No ChangefYMacintosh
  35196. PowerBook G3 Series
  35197. developers
  35198. PowerPC
  35199. backside
  35200. cache
  35201. expansion
  35202. I/O RAM CardBusq
  35203. Dev.CD Jul 98 SSW/SDK
  35204. ND!All Packages
  35205. Tool Chest Edition
  35206. Diagnostic Sound Sampler 1.0IfSummary: Mac II error tones.  This application explains the various Macintosh II audio error messages.J
  35207. Hardware tools.imgK
  35208. Vol IIIO?Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD Feb 00 TC
  35209.  - Tool Chest
  35210.  - Testing & Debugging
  35211.  - Hardware toolsV
  35212. 54100X
  35213. Feb 00^
  35214. --set theItem to choose file -- uncomment to test in an AS editor
  35215.     tell application "Finder"
  35216.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  35217.         activate
  35218.     end tell
  35219. on error errMsg number errNum
  35220.     --enter statements to perform when no records are found such as...
  35221.     display dialog "Sorry, the item you selected could not be found."
  35222.     return
  35223. end try
  35224. e    No Changeq
  35225. Dev.CD Feb 00 TC
  35226. OD!All Packages
  35227. Tool Chest Edition
  35228. DIMM Config&Interleave v1.1
  35229. OO9Dev.CD Feb 00 TC:Language Kits:Arabic Language Kit 1.0.1:P>Dev.CD Feb 00 TC
  35230.  - Language Kits
  35231.  - Arabic Language Kit 1.0.1V
  35232. 53973X
  35233. Feb 00^
  35234. --set theItem to choose file -- uncomment to test in an AS editor
  35235.     tell application "Finder"
  35236.         open item "Dev.CD Feb 00 TC:Language Kits:Arabic Language Kit 1.0.1:"
  35237.         activate
  35238.     end tell
  35239. on error errMsg number errNum
  35240.     --enter statements to perform when no records are found such as...
  35241.     display dialog "Sorry, the item you selected could not be found."
  35242.     return
  35243. end try
  35244. e    No Changeq
  35245. Dev.CD Feb 00 TC
  35246. All Packages
  35247. F    ARPSample
  35248. PAddress Resolution Protocol (ARP) is a protocol for mapping protocol (eg IP) addresses to hardware (eg Ethernet) addresses.  The OT ARP module provides an ARP service that is used by the OT TCP/IP stack. This sample demonstrates how you can get direct access to the ARP module to, amongst other things, add and remove ARP cache entries.
  35249. Jun 98V
  35250. 53974X
  35251. 1e    No Change
  35252. 01-intro
  35253. 01/95j
  35254. 01/96k
  35255. 01/97l
  35256. 02-what'sR
  35257. 02-what's
  35258. 02/95j
  35259. 02/96k
  35260. 02/97l
  35261. 03-informationR
  35262. 03-information
  35263. registrati
  35264. 03/95j
  35265. 03/96k
  35266. 03/97l
  35267. 04-indexR
  35268. 04-index
  35269. courses
  35270. 04/95j
  35271. 04/96k
  35272. 04/97l
  35273. 05-self-pacedR
  35274. 05-self-paced
  35275. products
  35276. 05/95j
  35277. 05/96k
  35278. 05/97l
  35279. 06-on-lineR
  35280. 06-on-line
  35281. topics
  35282. 06/95j
  35283. 06/96k
  35284. 06/97l
  35285. 07-macR
  35286. 07-mac
  35287. 07/95j
  35288. 07/96k
  35289. 07/97l
  35290. 08-objectR
  35291. 08-object
  35292. orientedR
  35293. 08/95j
  35294. 08/96k
  35295. 08/97l
  35296. 09-multimediaR
  35297. 09-multimedia
  35298. graphicsR
  35299. 09/95j
  35300. 09/96k
  35301. 09/97l
  35302. 1.0.1
  35303. 1.0.1
  35304. 1.0.2
  35305. updater
  35306. 1.0.1b1c2
  35307. 1.0.1tc7
  35308. 1.0.2t
  35309. 1.0a13
  35310. 1.0a6
  35311. raining
  35312. schedule
  35313. 12/95j
  35314. 13-duR
  35315. 13-du
  35316. training
  35317. sites
  35318. 2.1.1p
  35319. 2.6.5X
  35320. 24gcO
  35321. receives
  35322. recognition
  35323. reconfiguration
  35324. record
  35325. recordable\
  35326. redbook
  35327. redistribution
  35328. reference
  35329. referential
  35330. reformatting
  35331. region
  35332. registration
  35333. registry
  35334. related
  35335. release
  35336. rename
  35337. renderer
  35338. rendering
  35339. replace
  35340. replacement
  35341. reports
  35342. resdistributor
  35343. resedit
  35344. resedit
  35345. 2.1.1
  35346. disassembly
  35347. disassembler
  35348. viewer
  35349. edito
  35350. resolution
  35351. resource
  35352. resourcesY
  35353. return
  35354. return
  35355. investment
  35356. business
  35357. processes
  35358. interactive
  35359. media
  35360. reverb
  35361. rgbforecolor
  35362. rhapsody
  35363. rhapsody
  35364. yellow
  35365. openstep
  35366. rhapsody
  35367. pages
  35368. ringQ
  35369. riser
  35370. robustness
  35371. rotation
  35372. router
  35373. routing
  35374. rules
  35375. runtime
  35376. sample
  35377. technical
  35378. publications
  35379. technical
  35380. publications
  35381. documentation
  35382. technical
  35383. publications
  35384. enterprise
  35385. technical
  35386. publications
  35387. function
  35388. index
  35389. technical
  35390. publications
  35391. hardware
  35392. technical
  35393. publications
  35394. technical
  35395. publications
  35396. technical
  35397. publications
  35398. technical
  35399. publications
  35400. technical
  35401. publications
  35402. server
  35403. technical
  35404. publications
  35405. quicktime
  35406. technical
  35407. publications
  35408. rhapsody
  35409. technical
  35410. publications
  35411. webobjects
  35412. techniques
  35413. technotes
  35414. telephone
  35415. telephone
  35416. manager
  35417. terminology^
  35418. tester
  35419. testing
  35420. encoding
  35421. converter
  35422. textedit
  35423. thooks
  35424. thread
  35425. thread
  35426. manager
  35427. ticket
  35428. ticket
  35429. program
  35430. timecode
  35431. timeslaving
  35432. retryz
  35433. 54333X
  35434. Feb 00^
  35435. r--set theItem to choose file -- uncomment to test in an AS editor
  35436.     tell application "Finder"
  35437.         open item "Dev.CD Feb 00 TC:Sample Code:"
  35438.         activate
  35439.     end tell
  35440. on error errMsg number errNum
  35441.     --enter statements to perform when no records are found such as...
  35442.     display dialog "Sorry, the item you selected could not be found."
  35443.     return
  35444. end try
  35445. e    No Changef1Optimization
  35446. buffered file system
  35447. cache
  35448. cachelineq
  35449. Dev.CD Feb 00 TC
  35450. 8D!All Packages
  35451. Tool Chest Edition
  35452. OT PAPServerSample
  35453. 2/94w
  35454. apple
  35455. profiler
  35456. 1.3.1
  35457. apple
  35458. profiler
  35459. 1.3.1
  35460. infox
  35461. apple
  35462. workgroup
  35463. serversS
  35464. appleeventtypes^
  35465. appleeventtypes
  35466. applegloty
  35467. appleglot
  35468. appleglot
  35469. users
  35470. guidey
  35471. appleglot
  35472. whats
  35473. appleglot
  35474. 2.4b6
  35475. applescriptm
  35476. applescript
  35477. 1.3.4
  35478. applescript
  35479. suitem
  35480. applesearch
  35481. applesearch
  35482. first
  35483. appleshare
  35484. appleshare
  35485. client
  35486. eclientapi
  35487. Dev.CD Jan 94
  35488. Dev.CD Oct 93P
  35489. Dev.CD Jan 94
  35490. Dev.CD Oct 9V
  35491. 54582X
  35492. Jan 94
  35493. p--set theItem to choose file -- uncomment to test in an AS editor
  35494.     tell application "Finder"
  35495.         open item "Dev.CD Jan 94
  35496. Dev.CD Oct 93"
  35497.         activate
  35498.     end tell
  35499. on error errMsg number errNum
  35500.     --enter statements to perform when no records are found such as...
  35501.     display dialog "Sorry, the item you selected could not be found."
  35502.     return
  35503. end try
  35504. All Packages
  35505. F    QuickTimeO
  35506. Dev.CD Jan 94
  35507. Dev.CD Oct 93P
  35508. Dev.CD Jan 94
  35509. Dev.CD Oct 9V
  35510. 54583X
  35511. Jan 94
  35512. p--set theItem to choose file -- uncomment to test in an AS editor
  35513.     tell application "Finder"
  35514.         open item "Dev.CD Jan 94
  35515. Dev.CD Oct 93"
  35516.         activate
  35517.     end tell
  35518. on error errMsg number errNum
  35519.     --enter statements to perform when no records are found such as...
  35520.     display dialog "Sorry, the item you selected could not be found."
  35521.     return
  35522. end try
  35523. All Packages
  35524. F    QuickTimeV
  35525. 54584X
  35526. --set theItem to choose file -- uncomment to test in an AS editor
  35527.     tell application "Finder"
  35528.         open item "Dev.CD Apr 94
  35529. Dev.CD Jan 94
  35530. Dev.CD Oct 93
  35531. Dev.CD Jul 93"
  35532.         activate
  35533.     end tell
  35534. on error errMsg number errNum
  35535.     --enter statements to perform when no records are found such as...
  35536.     display dialog "Sorry, the item you selected could not be found."
  35537.     return
  35538. end try
  35539. d Template portion of the C++ Standard Library 
  35540. * Additional abstractions of formerly 'he
  35541. !avy weight' classes leading to an ever more modular design, as exhibited in new lighter weight classes found in the Apple Class Suites (ACS) 
  35542. * Support for building MacApp-based applications which run under Mac OS X and CarbonLib 
  35543. * Other Fixes and enhancements 
  35544. * Quality considerations 
  35545. Install MacApp R14d5
  35546. Apr 00
  35547. A8Mac OS 8 or later, including Mac OS X.  68020 or better.
  35548. st:MacApp:
  35549. Dev.CD Jan 94P
  35550. Dev.CD Jan 9V
  35551. 54567X
  35552. Jan 94
  35553. b--set theItem to choose file -- uncomment to test in an AS editor
  35554.     tell application "Finder"
  35555.         open item "Dev.CD Jan 94"
  35556.         activate
  35557.     end tell
  35558. on error errMsg number errNum
  35559.     --enter statements to perform when no records are found such as...
  35560.     display dialog "Sorry, the item you selected could not be found."
  35561.     return
  35562. end try
  35563. All Packages
  35564. F    QuickTimeO
  35565. Dev.CD Jan 94
  35566. Dev.CD Oct 93P
  35567. Dev.CD Jan 94
  35568. Dev.CD Oct 9V
  35569. 54568X
  35570. Jan 94
  35571. p--set theItem to choose file -- uncomment to test in an AS editor
  35572.     tell application "Finder"
  35573.         open item "Dev.CD Jan 94
  35574. Dev.CD Oct 93"
  35575.         activate
  35576.     end tell
  35577. on error errMsg number errNum
  35578.     --enter statements to perform when no records are found such as...
  35579.     display dialog "Sorry, the item you selected could not be found."
  35580.     return
  35581. end try
  35582. All Packages
  35583. F    QuickTimeO
  35584. Dev.CD Jan 94
  35585. Dev.CD Oct 93V
  35586. 54569X
  35587. configuration
  35588. connect
  35589. connect
  35590. connection
  35591. connectivity
  35592. contacts
  35593. content
  35594. contents
  35595. contents
  35596. extensions
  35597. contents
  35598. bootvol
  35599. context
  35600. contextuald
  35601. contextual
  35602. development
  35603. contextual
  35604. machack
  35605. goodies
  35606. contextual
  35607. managerd
  35608. control
  35609. control
  35610. strip
  35611. "Sorry, the item you selected could not be found."
  35612.     return
  35613. end try
  35614. All Packages
  35615. QuickDraw GXO
  35616. Dev.CD Aug 96 TCP
  35617. Dev.CD Aug 96 TV
  35618. 53285X
  35619. Aug 96
  35620. e--set theItem to choose file -- uncomment to test in an AS editor
  35621.     tell application "Finder"
  35622.         open item "Dev.CD Aug 96 TC"
  35623.         activate
  35624.     end tell
  35625. on error errMsg number errNum
  35626.     --enter statements to perform when no records are found such as...
  35627.     display dialog "Sorry, the item you selected could not be found."
  35628.     return
  35629. end try
  35630. All Packages
  35631. QuickDraw GXO
  35632. Dev.CD Aug 96 TCP
  35633. Dev.CD Aug 96 TV
  35634. 53286X
  35635. --set theItem to choose file -- uncomment to test in an AS editor
  35636.     tell application "Finder"
  35637.         open item "Dev.CD Apr 94
  35638. Dev.CD Jan 94
  35639. Dev.CD Oct 93
  35640. Dev.CD Jul 93
  35641. Dev.CD Apr 93"
  35642.         activate
  35643.     end tell
  35644. on error errMsg number errNum
  35645.     --enter statements to perform when no records are found such as...
  35646.     display dialog "Sorry, the item you selected could not be found."
  35647.     return
  35648. end try
  35649. userstartup
  35650. goodies
  35651. using
  35652. using
  35653. quicktime
  35654. conferencing
  35655. utilities
  35656. utilities
  35657. utilities
  35658. utility
  35659. v1.5.2
  35660. v1.5.3
  35661. validator
  35662. validator
  35663. validator
  35664. documentation
  35665. validator
  35666. documentation
  35667. variable
  35668. variables
  35669. version
  35670. Contents -> Extensions
  35671. Contents -> root of bootVol
  35672. Documentation
  35673. Experimental InterfaceLib
  35674. Interfaces & Libraries
  35675. Quick Start
  35676. Read Me
  35677. Test Target
  35678. ViewerK
  35679. Sep 97L
  35680. Aug 98M2Runs on any PowerPC-based Macintosh or compatible.N*instrumentation, EKG, performance analysisO?Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:PGDev.CD Apr 00 SDK1
  35681.  - Development Kits
  35682.  - Mac OS
  35683.  - Instrumentation SDKV
  35684. 54191X
  35685. Apr 00^
  35686. --set theItem to choose file -- uncomment to test in an AS editor
  35687.     tell application "Finder"
  35688.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:"
  35689.         activate
  35690.     end tell
  35691. on error errMsg number errNum
  35692.     --enter statements to perform when no records are found such as...
  35693.     display dialog "Sorry, the item you selected could not be found."
  35694.     return
  35695. end try
  35696. e    No Changef(instrumentation
  35697. performance analysisq
  35698. Dev.CD Apr 00 SDK1
  35699. D!All Packages
  35700. Tool Chest Edition
  35701. Int'l Developer Contacts 2/96W
  35702. D!All Packages
  35703. Tool Chest Edition
  35704. Macintosh PowerBook Qualified
  35705. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  35706. The Kit includes:
  35707. Guide to Macintosh PowerBook Qualified Program
  35708. Program Technical Specifications
  35709. Program Pre-testing Guidelines
  35710. Legal Documentation for licensing and program participation
  35711. Dev.CD Feb 00 TC
  35712.  - What's New?
  35713.  - Sample Code
  35714.  - QuickTime
  35715.  - QuickTime for Java
  35716.  - ImageCompositingV
  35717. 52934X
  35718. Feb 00^
  35719. e    No Change
  35720. wantg
  35721. warming
  35722. warning
  35723. ways_
  35724. website
  35725. weeklyi
  35726. wellj
  35727. wereo
  35728. what_
  35729. r--set theItem to choose file -- uncomment to test in an AS editor
  35730.     tell application "Finder"
  35731.         open item "Dev.CD Feb 00 TC:Sample Code:"
  35732.         activate
  35733.     end tell
  35734. on error errMsg number errNum
  35735.     --enter statements to perform when no records are found such as...
  35736.     display dialog "Sorry, the item you selected could not be found."
  35737.     return
  35738. end try
  35739. 12x16
  35740. 1337s
  35741. 140/170W
  35742. 16384p
  35743. projects
  35744. utility
  35745. which
  35746. summary
  35747. generator
  35748. application
  35749. generate
  35750. summary
  35751. linear
  35752. feedback
  35753. shift
  35754. register
  35755. entered
  35756. summary
  35757. daystar
  35758. digital
  35759. apple
  35760. computer
  35761. designed
  35762. summary
  35763. description
  35764. input
  35765. methods
  35766. chinese
  35767. Feb 00MnPowerPC, System 8.1+, InputSprocket, PowerPlant 2.1, and either Universal Interfaces 3.3 or InputSprocket SDK
  35768. ISP, InputSprocket, PowerPlantOKDev.CD Feb 00 TC:What's New?:Sample Code:Archive:Games:InputSprocketPPTest:PYDev.CD Feb 00 TC
  35769.  - What's New?
  35770.  - Sample Code
  35771.  - Archive
  35772.  - Games
  35773.  - InputSprocketPPTestV
  35774. 54187X
  35775. Feb 00^
  35776. --set theItem to choose file -- uncomment to test in an AS editor
  35777.     tell application "Finder"
  35778.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Archive:Games:InputSprocketPPTest:"
  35779.         activate
  35780.     end tell
  35781. on error errMsg number errNum
  35782.     --enter statements to perform when no records are found such as...
  35783.     display dialog "Sorry, the item you selected could not be found."
  35784.     return
  35785. end try
  35786. e    No Changef
  35787. InputSprocket
  35788. PowerPlantq
  35789. Dev.CD Feb 00 TC
  35790. D!All Packages
  35791. Tool Chest Edition
  35792. InputSprocketTest
  35793.     ined in the source files MRJAppleSetup.c and MRJApple.c.
  35794.  The Apple Installer example is comprised of two
  35795. makefile
  35796. makefilealias
  35797. makefilehelp
  35798. makefiles
  35799. makemake
  35800. makemake
  35801. manual
  35802. makeout
  35803. makethefolder
  35804. making
  35805. making
  35806. malph
  35807. malph
  35808. management
  35809. managerd
  35810. manalyzer
  35811. manalyzer
  35812. manalyzer
  35813. manalyzer
  35814. relase
  35815. notes
  35816. manalyzer
  35817. relase
  35818. notes
  35819. media
  35820. memory
  35821. memory
  35822. management
  35823. menud
  35824. menutest
  35825. message
  35826. meta-content
  35827. meta-content
  35828. format
  35829. metrowerks
  35830. metrowerks
  35831. build
  35832. script
  35833. Io.http://developer.apple.com/techpubs/index.htmlq
  35834. Dev.CD Apr 00 SDK1
  35835. JD!All Packages
  35836. Mac OS SDK Edition
  35837. F&DeveloperDocumentation: Corefoundation
  35838. Core Foundation Documentation:
  35839. Core Foundation is a library of low-level services which help you to build cross-platform, easily localized applications. Core Foundation provides abstractions for common data types, facilitates internationalization with Unicode string storage, and offers a suite of utilities such as plug-in support,  XML property lists, URL resource access, and preferences. Core Foundation is included as part of CarbonLib on Mac OS 8 and 9. For Mac OS X, Core Foundation wil   tell application "Finder"
  35840.         open item "Dev.CD Jul 93"
  35841.         activate
  35842.     end tell
  35843. on error errMsg number errNum
  35844.     --enter statements to perform when no records are found such as...
  35845.     display dialog "Sorry, the item you selected could not be found."
  35846.     return
  35847. end try
  35848. All Packages
  35849. F    QuickTimeV
  35850. 53353X
  35851. b--set theItem to choose file -- uncomment to test in an AS editor
  35852.     tell application "Finder"
  35853.         open item "Dev.CD Jul 95"
  35854.         activate
  35855.     end tell
  35856. on error errMsg number errNum
  35857.     --enter statements to perform when no records are found such as...
  35858.     display dialog "Sorry, the item you selected could not be found."
  35859.     return
  35860. end try
  35861. tem you selected could not be found."
  35862.     return
  35863. end try
  35864. e    No Changeq
  35865. Dev.CD Apr 98 SDK1
  35866. HD!All Packages
  35867. Tool Chest Edition
  35868. AppleTalk SW for SNMP
  35869. Summary:  Contains latest AppleTalk stack (version 58) and MacSNMP 1.0.2
  35870. Features:  Latest binary software for AppleTalk. Needed for MacSNMP development too. Header files and documentation available with MPW and Inside Macintosh
  35871. Issues:  Single user license only. Redistribution license required from apple if you want to ship the NSI disk or the MacSNMP software to your customers
  35872. e    No Change
  35873. entation:Misc. Standards:V
  35874. 45234X
  35875. 1e    No Change
  35876. vice d
  35877.     F]se.
  35878.  Dictation of numbers and punctuation.
  35879.  Support for multiple users on a single machine.
  35880. JkCT-009-4433 (Install 1)
  35881. CT-009-4434 (Install 2)
  35882. CT-009-4435 (Install 3)
  35883. Read Me First! SC
  35884. Read Me First! TCK
  35885. Nov 96L
  35886. May 97M
  35887. Any PowerPC Macintosh with 16bit sound input
  35888. System 7.1.2 or above with Chinese Language Kit 1.1 or above installled
  35889. A CDK microphoneN0Chinese, dictation, CDK, speech, input, keyboardO9Dev.CD Aug 97 TC:Language Kits:Chinese Dictation Kit 1.5:P>Dev.CD Aug 97 TC
  35890.  - Language Kits
  35891.  - Chinese Dictation Kit 1.5pr 95
  35892. Dev.CD Jan 95P
  35893. Dev.CD Apr 95
  35894. Dev.CD Jan 9V
  35895. 50778X
  35896. Apr 95
  35897. p--set theItem to choose file -- uncomment to test in an AS editor
  35898.     tell application "Finder"
  35899.         open item "Dev.CD Apr 95
  35900. Dev.CD Jan 95"
  35901.         activate
  35902.     end tell
  35903. on error errMsg number errNum
  35904.     --enter statements to perform when no records are found such as...
  35905.     display dialog "Sorry, the item you selected could not be found."
  35906.     return
  35907. end try
  35908. palette
  35909. vector
  35910. version
  35911. video
  35912. viewY
  35913. viewer
  35914. virtual
  35915. virtualuser
  35916. visigenic
  35917. volume
  35918. volumes
  35919. vtwinb
  35920. virtual
  35921. virtual
  35922. virtualuser
  35923. filetool
  35924. memor
  35925. virtual
  35926. virtualuser
  35927. testing
  35928. automation
  35929. automated
  35930. vu-meter
  35931. vumeter
  35932. vumeter
  35933. sound
  35934. level
  35935. meters
  35936. sample
  35937. volume
  35938. waitnextevent
  35939. eloper's Guide
  35940.     evelop Issue  9:PJDev.CD Mar 00 RL
  35941.  - Technical Documentation
  35942.  - develop
  35943.  - develop Issue  9inder"
  35944.         open item "Dev.CD Jul 95"
  35945.         activate
  35946.     end tell
  35947. on error errMsg number errNum
  35948.     --enter statements to perform when no records are found such as...
  35949.     display dialog "Sorry, the item you selected could not be found."
  35950.     return
  35951. end try
  35952. All Packages
  35953. System 7.5 Update 1.0O
  35954. Dev.CD Jul 95P
  35955. Dev.CD Jul 9V
  35956. 47325X
  35957. 53987X
  35958. Feb 00^
  35959. --set theItem to choose file -- uncomment to test in an AS editor
  35960.     tell application "Finder"
  35961.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:Balloony:"
  35962.         activate
  35963.     end tell
  35964. on error errMsg number errNum
  35965.     --enter statements to perform when no records are found such as...
  35966.     display dialog "Sorry, the item you selected could not be found."
  35967.     return
  35968. end try
  35969. e    No Changef
  35970. balloon
  35971. dialogq
  35972. Dev.CD Feb 00 TC
  35973. ^D!All Packages
  35974. Tool Chest Edition
  35975. BBEdit Lite 3.5
  35976.     D Apr 94P
  35977. Dev.CD Apr 9V
  35978. 53677X
  35979. Apr 94
  35980. b--set theItem to choose file -- uncomment to test in an AS editor
  35981.     tell application "Finder"
  35982.         open item "Dev.CD Apr 94"
  35983.         activate
  35984.     end tell
  35985. on error errMsg number errNum
  35986.     --enter statements to perform when no records are found such as...
  35987.     display dialog "Sorry, the item you selected could not be found."
  35988.     return
  35989. end try
  35990. All Packages
  35991. 53678X
  35992. successfullyx
  35993. suchQ
  35994. System Enabler 065 (LC 575)O
  35995. Dev.CD Apr 94
  35996. Dev.CD Jan 94P
  35997. Dev.CD Apr 94
  35998. Dev.CD Jan 9V
  35999. 54903W
  36000. kiosk
  36001. kiosks
  36002. kleiman
  36003. knife
  36004. knowZ
  36005. knowing
  36006. knowledgable
  36007. knowledge
  36008. knownV
  36009. knows
  36010. knowspict
  36011. kodom
  36012. konstantin
  36013. kopala
  36014. korean
  36015. korean-language
  36016. kotoeri
  36017. kunicodetextrunheuri
  36018. kzoomlarger
  36019. label
  36020. htmlt
  36021. O4Dev.CD Mar 00 RL Disk 2:Technical Publications:java:P9Dev.CD Mar 00 RL Disk 2
  36022.  - Technical Publications
  36023.  - javar
  36024. cleans
  36025. clear
  36026. clearly
  36027. click
  36028. click-dragging
  36029. clicked
  36030. clicking
  36031. clicksh
  36032. clicksound
  36033. client
  36034. client-server
  36035. client/serverj
  36036. clients
  36037. clipboard
  36038. clipped
  36039. clipper
  36040. clipping
  36041. clock
  36042. lation portion allocates memory in the system heap for the service routine and the 
  36043. optional data area.
  36044.  It installs the driver using the Apple Desktop Bus (ADB) Manager call _SetADBInfo.
  36045. TradDriverLoaderLib 1.0b4:  The TradDriverLoaderLib provides a bunch of routines helpful for installing traditional Mac OS device drivers (DRVRs). It mimicks the API of the PCI 
  36046. DriverLoaderLib
  36047.  as much as possible, which ma
  36048. buildxcmd
  36049. business
  36050. business
  36051. opp's
  36052. germany
  36053. butcdef
  36054. butcdef
  36055. byrne's
  36056. byrne's
  36057. xcmds
  36058. xfcns
  36059. byrne's
  36060. xcmds&xfcns
  36061. c-french
  36062. c-french
  36063. canadian
  36064. registration
  36065. requests
  36066. calendoid
  36067. calendoid
  36068. callback
  36069. callback
  36070. sample
  36071. callfinder
  36072. callfinder
  36073. callfinder
  36074. callhyper
  36075. callhyper
  36076. callhyper
  36077. notes
  36078. canadian
  36079. cancelwindowcheckout
  36080. capslock
  36081. capslock
  36082. carbon
  36083. carbon
  36084. carbon
  36085. window
  36086.  Acrobat Reader.O@Dev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:V
  36087. 50216X
  36088. 1e    No Change
  36089. D Apr 94V
  36090. 50084X
  36091. off-by-one
  36092. off-screen
  36093. off-the-shelf
  36094. offerh
  36095. offered
  36096. ial and shareware.  So, please take a look at the rest of this document and the code library.  We hope that you can use it!
  36097. Released June, 1996 by Mark Womack and Patrick Bores. Code Library written by Mark Womack. See the file ' Scrap Color Documentation' for details.
  36098. Issues:  This is NOT AN ExAPPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  36099. Js !NOT AN APPLE PRODUCT!
  36100.  Scrap Color Documentation
  36101.  ScrapColor Demo
  36102. Demo source
  36103. scrapcolor library
  36104. ScrapColorDemo.
  36105. Sep 96O6Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Scrap Color 1.0:P>Dev.CD Feb 00 TC
  36106.  - Tool Chest
  36107.  - QuickDraw
  36108.  - Scrap Color 1.0ry
  36109. application
  36110. displays
  36111. volume
  36112. meters
  36113. developer's
  36114. developersS
  36115. devicej
  36116. deviceloop
  36117. devicesV
  36118. devon
  36119. devsupport
  36120. diagnosep
  36121. diagramT
  36122. dialogY
  36123. dialogse
  36124. dialup
  36125. dictation
  36126. dictionaries
  36127. dictionary
  36128. dierks
  36129. differences
  36130. differento
  36131. ets the volume to 1. On the following startup, the saved setting is restored, and the Shutdown procedure is re-installed for next time. And so on...
  36132. Notification Hacks:  A collection of sick Notification Manager hacks.
  36133. OpenWindow:  Shows basic initialization calls and how to open a window for drawing.
  36134. OtherResInfo-MungeDeamon:  This sample demonstrates how to use a background-only application and AppleEvents to safely open and query another application's (or other file's) resource fork.
  36135. Password:  This is a simple demo of three ways to implement a password dialog, where characters typed are not drawn; instead, anonymous characters such as bullets are drawn, keeping the password secure.
  36136. PBAllocate:  This MPW tool shows how to work around a bug in PBAllocate.
  36137. PopUpMenuWithCurFont:  PopUpMenuSelectWithCurFont demonstrates which low memory globals (and possibly even nastier things) one must twiddle in order to control the font used by MDEF 0 during PopUpMenuSelect. Note t
  36138. n of the OT port registry to stdout.  The compiled executable also makes a handy debugging tool.
  36139. OTPingSample:  This sample is a quick demonstration of how to implement ping on top of the Open Transport native APIs.
  36140. OTTraceRouteSample:  This sample is a quick demonstration of how to implement traceroute on top of the Open Transport native APIs.  The sample is useful because it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and proceG
  36141. ss ICMP packets.
  36142. J'Sample Code.img
  36143. Windows Sample Code.imgK
  36144. May 97L
  36145. May 97O
  36146. Dev.CD Feb 00 TC:Sample Code:P
  36147. Dev.CD Feb 00 TC
  36148.  - Sample Code
  36149. 53949X
  36150. Mar 00^    RL Disk 1
  36151. --set theItem to choose file -- uncomment to test in an AS editor
  36152.     tell application "Finder"
  36153.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Publication Guides:"
  36154.         activate
  36155.     end tell
  36156. on error errMsg number errNum
  36157.     --enter statements to perform when no records are found such as...
  36158.     display dialog "Sorry, the item you selected could not be found."
  36159.     return
  36160. end try
  36161. e    No Changef-documentation
  36162. manuals
  36163. style
  36164. usage
  36165. style guideq
  36166. Dev.CD Mar 00 RL Disk 1
  36167. 8D!All Packages
  36168. Tool Chest Edition
  36169. Apple System Profiler
  36170. disableeject
  36171. disables
  36172. disabling
  36173. disambiguatorj
  36174. disappear
  36175. disassembler
  36176. disassemblepictures
  36177. disassembly
  36178. OS 8.5, or you can download it at http://quicktime.apple.com.
  36179. N-MRJ, MRJ 2.1, MRJ 2.1.2, MRJ 2.1.3, MRJ 2.1.4OEDev.CD Apr 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.1.4 Web Install:raw 3DO
  36180. Dev.CD Jan 96 SSWV
  36181. 46981X
  36182.     Ce), there is little rationale for not converting an application or framework from Objective-C to Java.
  36183. PortingObjectiveCtoJava.pdfK
  36184. Oct 99M
  36185. Acrobat Reader 3.0 or laterN
  36186. WebObjects, Objective-C, JavaOGDev.CD Apr 00 SDK1:Interactive Media Resources:PortingObjectiveCtoJava:PLDev.CD Apr 00 SDK1
  36187.  - Interactive Media Resources
  36188.  - PortingObjectiveCtoJavas where (at what location in memory) you crashed or interrupted, how (by bus error, system error, interrupt) you got into MacsBug, a disaB
  36189. ssembly of code around the entry point, a memory dump in the vacinity of the program counter, a heap check, a display of CPU registers, a list of active drivers, and information on open files.
  36190. General tools.imgK
  36191. Feb 94M
  36192. MacsBug, ResEditN
  36193. testing, debuggingO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  36194.  - Tool Chest
  36195.  - Testing & Debugging
  36196.  - General toolsmple Code.img
  36197. Windows Sample Code.imgK
  36198. Feb 92L
  36199. Apr 97O
  36200. Dev.CD Feb 00 TC:Sample Code:nge
  36201. e    No Change
  36202. --set theItem to choose file -- uncomment to test in an AS editor
  36203.     tell application "Finder"
  36204.         open item "Dev.CD Apr 94
  36205. Dev.CD Jan 94
  36206. Dev.CD Oct 93
  36207. Dev.CD Jul 93
  36208. Dev.CD Apr 93"
  36209.         activate
  36210.     end tell
  36211. on error errMsg number errNum
  36212.     --enter statements to perform when no records are found such as...
  36213.     display dialog "Sorry, the item you selected could not be found."
  36214.     return
  36215. end try
  36216. manuals
  36217. manufactured
  36218. manufacturers
  36219. animation
  36220. antlr
  36221. antlr
  36222. pccts
  36223. parser
  36224. generator
  36225. compiler
  36226. tools
  36227. appearanced
  36228. appearance
  36229. gworld
  36230. off-screen
  36231. apple
  36232. apple
  36233. developer
  36234. newsi
  36235. appleeventa
  36236. appleevents]
  36237. applegloty
  36238. appleglot
  36239. localization
  36240. internationalization
  36241. translation
  36242. glosy
  36243. applescript\
  36244. applescript
  36245. apple
  36246. events
  36247. aegizmos_
  36248. applescript
  36249. apple
  36250. events
  36251. recordable
  36252. scriptable
  36253. script\
  36254. t Support Library.
  36255. MenuScripter 4.0:  The purpose of the MenuScripter sample code is to demonstrate advanced features of the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  36256. MoreFinderEvents:  The AppleEvents API is icky and you probably don't relish the idea of developing an int
  36257. imate relationship with it. And you don't feel your application should yet require the scriptable Finder, which first shipped in System 7.5. Yet you still want to make Finder do backflips and cartwheels. Enter MoreFinderEvents. This package provides you with a painless API for sending some of the more simple forms of the FinderEvents, which have been with us since System 7.0.0. With this API you can copy a file or open a control panel or empty the trash or any of several other things usual
  36258. Korean Language Kit 1.0.1
  36259. Summary:  Apple's Korean Language Kit is an easy, affordable way to add Korean text to your documents. After the simple installation process, you can switch effortlessly between the computer's main language and Korean. The kit lets you enter, edit, and print Korean, and mix Korean with other languages in the same document--even in the same sentence. You can also use it to view Korean-language World Wide Web sites with the addition of Internet browsing software. 
  36260. The Korean Language Kit co
  36261. 54218X
  36262.    open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:"
  36263.         activate
  36264.     end tell
  36265. on error errMsg number errNum
  36266.     --enter statements to perform when no records are found such as...
  36267.     display dialog "Sorry, the item you selected could not be found."
  36268.     return
  36269. end try
  36270. e    No Changef(instrumentation
  36271. performance analysisq
  36272. Dev.CD Apr 00 SDK1
  36273. D!All Packages
  36274. Tool Chest Edition
  36275. Int'l Developer Contacts 2/96 94
  36276. isk 1
  36277. ft JIS.
  36278.  The HZ converter now handles the tilde-tilde and tilde-linefeed combinations correctly.
  36279.  The alias "CN-GB" has been added for "EUC-CN" and "GB2312".
  36280.  Support has been added for the encodings ISO 8859-3, ISO 8859-4, ISO 8859-15, Windows CP 1257, Windows CP 1258. Limited support has been added for the Mac OS Tibetan encoding.
  36281.  Various mappings for CJK encodings were improved.
  36282.  Added loose mappings for variant forms of Han characters (e.g., simplified vs. traditional), yielding 
  36283. 5fewer missing characters in some conversions.
  36284.  Added Euro to Mac Cyrillic and Ukrainian encodings.
  36285.  Added conversion from arbitrary Unicode to maximally decomposed Unicode.
  36286.  Improved multiple script runs and long digit sequences.
  36287.  Improved building conversions involving Unicode variants, including UTF-8.
  36288. Dec 97L
  36289. Dec 99
  36290. and/oro
  36291. anderson
  36292. animation
  36293. animatorsj
  36294. annotated
  36295. announcementj
  36296. announcingj
  36297. educationalj
  36298. eenie
  36299. effect
  36300. effective
  36301. effectively
  36302. effectiveness
  36303. effects
  36304. efficient
  36305. efficiently
  36306. effort
  36307. effortless
  36308. effortlessly
  36309. effortss
  36310. egetinfo
  36311. egret
  36312. egret-based
  36313. egrets
  36314. egretwakeup
  36315. ehancements
  36316. either
  36317. eject
  36318. ejected
  36319. elaborates
  36320. electronic
  36321. electronics
  36322. element
  36323.  as...
  36324.     display dialog "Sorry, the item you selected could not be found."
  36325.     return
  36326. end try
  36327. ercard
  36328. QuickTime VR
  36329. IMPORTANT INFO ABOUT QUICKTIME VR
  36330. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  36331. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  36332. http://www.apple.com/store
  36333. To get started,  you can go to the Develop
  36334. 54396X
  36335. Apr 95
  36336. p--set theItem to choose file -- uncomment to test in an AS editor
  36337.     tell application "Finder"
  36338.         open item "Dev.CD Apr 95
  36339. Dev.CD Jan 95"
  36340.         activate
  36341.     end tell
  36342. on error errMsg number errNum
  36343.     --enter statements to perform when no records are found such as...
  36344.     display dialog "Sorry, the item you selected could not be found."
  36345.     return
  36346. end try
  36347. All Packages
  36348. F    PowerTalkO
  36349. Dev.CD Apr 95P
  36350. Dev.CD Apr 9V
  36351. 54397X
  36352. Apr 95
  36353. b--set theItem to choose file -- uncomment to test in an AS editor
  36354.     tell application "Finder"
  36355.         open item "Dev.CD Apr 95"
  36356.         activate
  36357.     end tell
  36358. on error errMsg number errNum
  36359.     --enter statements to perform when no records are found such as...
  36360.     display dialog "Sorry, the item you selected could not be found."
  36361.     return
  36362. end try
  36363. All Packages
  36364. F    PowerTalkO
  36365. Dev.CD Apr 95P
  36366. Dev.CD Apr 9V
  36367. 54398X
  36368. Apr 95
  36369. CTabHandle
  36370. clutq
  36371. Dev.CD Mar 00 RL Disk 1
  36372. All Packages
  36373. 54174X
  36374. Feb 00^
  36375. --set theItem to choose file -- uncomment to test in an AS editor
  36376.     tell application "Finder"
  36377.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Instance Variables:"
  36378.         activate
  36379.     end tell
  36380. on error errMsg number errNum
  36381.     --enter statements to perform when no records are found such as...
  36382.     display dialog "Sorry, the item you selected could not be found."
  36383.     return
  36384. end try
  36385. e    No ChangefFHyperCard
  36386. variable
  36387. button
  36388. field
  36389. instance variables
  36390. global
  36391. saving stateq
  36392. Dev.CD Feb 00 TC
  36393. All Packages
  36394. HyperCard Player 2.4
  36395. 54175X
  36396.  Network Server Dev. Guide Applications for A/UX  by John Morley.   This is an introduction to writing Macintosh applications meant to run under A/UX, explaining the basics and pointing out some potential gotchas.
  36397. Print Hints From Luke & Zz: CopyMask, CopyDeepMask, and LaserWriter Driver 7.0  by Pete 
  36398.  Alexander.   How do you print graphics that use CopyMask an
  36399. --set theItem to choose file -- uncomment to test in an AS editor
  36400.     tell application "Finder"
  36401.         open item "Dev.CD May 97 TC
  36402. Dev.CD Nov 96 TC
  36403. Dev.CD Aug 96 TC"
  36404.         activate
  36405.     end tell
  36406. on error errMsg number errNum
  36407.     --enter statements to perform when no records are found such as...
  36408.     display dialog "Sorry, the item you selected could not be found."
  36409.     return
  36410. end try
  36411. on error errMsg number errNum
  36412.     --enter statements to perform when no records are found such as...
  36413.     display dialog "Sorry, the item you selected could not be found."
  36414.     return
  36415. end try
  36416. All Packages
  36417. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  36418. Dev.CD Jan 94
  36419. Dev.CD Oct 93
  36420. Dev.CD Jul 93P6Dev.CD Apr 94
  36421. Dev.CD Jan 94
  36422. Dev.CD Oct 93
  36423. Dev.CD Jul 9V
  36424. 53736X
  36425. Apr 94
  36426. the Mac
  36427.  OS.   See the document "Cyrillic Read Me First" or "Lisez-moi (Cyrillique)" for details and installation instructions. 
  36428. e    No Change
  36429.  98ol provides an easy way to log informat
  36430. linked
  36431. linkers
  36432. linkingA
  36433. links[
  36434. linton
  36435. lipton
  36436. lisez-moi
  36437. lispj
  36438. listd
  36439. buttons
  36440. devices
  36441. directional
  36442. elements
  36443. x-axes
  36444. list's
  36445. ell application "Finder"
  36446.         open item "Dev.CD Jun 97 SSW"
  36447.         activate
  36448.     end tell
  36449. on error errMsg number errNum
  36450.     --enter statements to perform when no records are found such as...
  36451.     display dialog "Sorry, the item you selected could not be found."
  36452.     return
  36453. end try
  36454. All Packages
  36455. F    QuickTimeO
  36456. Dev.CD Jun 97 SSWP
  36457. Dev.CD Jun 97 SSV
  36458. 52142X
  36459. Jun 97
  36460. pascal
  36461. passphrase
  36462. password
  36463. er Drive
  36464.     C0].
  36465. OSL, Object Support Library, AppleScript, AE
  36466. ObjectSupportLib
  36467. Read MeK
  36468. Jan 97OdDev.CD Jan 97 SDK1:Development Kits (Disc 1):Interfaces&Libraries:RuntimeLibraries:ObjectSupportLib:PoDev.CD Jan 97 SDK1
  36469.  - Development Kits (Disc 1)
  36470.  - Interfaces&Libraries
  36471.  - RuntimeLibraries
  36472.  - ObjectSupportLibitectural overview and shows how to support 3D data in your application.
  36473. Copland: The Mac OS Moves Into the Future  by Tim Dierks.  Here
  36474. s a preview of the future of the Mac OS, detailing s
  36475. ome of the major features and components and giving some suggestions about how to get ready for it now.
  36476. Creating PCI Device Drivers  by Martin Minow.  All about the new driver model on PCI-based Macintosh computers, and advice on porting existing drivers.
  36477. Custom Color Search Procedures  by Jim Wintermyre.  Learn about this useful method of customizing Color QuickDraw
  36478. s color handling. A real-world graphics problem is investigated and then solved using a custom color search procedure and 
  36479. on-SCS
  36480. QuickTime
  36481. Dev.CD Feb 00 TC
  36482. D!All Packages
  36483. Tool Chest Edition
  36484. MyHelpMenuI
  36485. Sample code to demonstrate how to append your own help menu items under the help menu. As an aside, also shows how to implement hierarchical sub-menus.
  36486. Appending your own help menu items. How to implement hierarchical sub-menus.J'Sample Code.img
  36487. Windows Sample Code.imgK
  36488. Mar 98N#help, menu, hierarchical, sub-menusO
  36489. Dev.CD Feb 00 TC:Sample Code:P
  36490. Dev.CD Feb 00 TC
  36491.  - Sample CodeV
  36492. 54300X
  36493. Feb 00^
  36494. r--set theItem to choose file -- uncomment to test in an AS editor
  36495.     tell application "Finder"
  36496.         open item "Dev.CD Feb 00 TC:Sample Code:"
  36497.         activate
  36498.     end tell
  36499. on error errMsg number errNum
  36500.     --enter statements to perform when no records are found such as...
  36501.     display dialog "Sorry, the item you selected could not be found."
  36502.     return
  36503. end try
  36504. e    No Changef help
  36505. hierarchical
  36506. sub-menusq
  36507. Dev.CD Feb 00 TC
  36508. N&C MacsBug Macros/Templates Macros/TemplatesV
  36509. 54301X
  36510. Dev.CD Feb 00 TC
  36511.  - Sample CodeV
  36512. 54702X
  36513. Feb 00^
  36514. r--set theItem to choose file -- uncomment to test in an AS editor
  36515.     tell application "Finder"
  36516.         open item "Dev.CD Feb 00 TC:Sample Code:"
  36517.         activate
  36518.     end tell
  36519. on error errMsg number errNum
  36520.     --enter statements to perform when no records are found such as...
  36521.     display dialog "Sorry, the item you selected could not be found."
  36522.     return
  36523. end try
  36524. e    No Changeq
  36525. Dev.CD Feb 00 TC
  36526. D!All Packages
  36527. Tool Chest Edition
  36528. F(Snippets - Development Tools & Languages
  36529. doccreator
  36530. doccreator
  36531. docsr
  36532. files
  36533. doctor
  36534. doctypes
  36535. doctypes
  36536. documenation
  36537. documenation
  36538. document
  36539. document
  36540. converter
  36541. documentation
  36542. --set theItem to choose file -- uncomment to test in an AS editor
  36543.     tell application "Finder"
  36544.         open item "Dev.CD Apr 94
  36545. Dev.CD Jan 94
  36546. Dev.CD Oct 93
  36547. Dev.CD Jul 93
  36548. Dev.CD Apr 93"
  36549.         activate
  36550.     end tell
  36551. on error errMsg number errNum
  36552.     --enter statements to perform when no records are found such as...
  36553.     display dialog "Sorry, the item you selected could not be found."
  36554.     return
  36555. end try
  36556. makefile
  36557. makefiles
  36558. makefolder
  36559. makeicon
  36560. makeitable
  36561. makemake
  36562. makerp
  36563. makes
  36564. manipulation
  36565. manipulations
  36566. manner
  36567. manualy
  36568. manually
  36569. manuals
  36570. manufacturers
  36571. All Packages
  36572. QuickDraw GXO
  36573. Dev.CD Apr 95
  36574. Dev.CD Jan 95P
  36575. Dev.CD Apr 95
  36576. Dev.CD Jan 9V
  36577. 54509X
  36578. Apr 95
  36579. p--set theItem to choose file -- uncomment to test in an AS editor
  36580.     tell application "Finder"
  36581.         open item "Dev.CD Apr 95
  36582. Dev.CD Jan 95"
  36583.         activate
  36584.     end tell
  36585. on error errMsg number errNum
  36586.     --enter statements to perform when no records are found such as...
  36587.     display dialog "Sorry, the item you selected could not be found."
  36588.     return
  36589. end try
  36590. All Packages
  36591. QuickDraw GXO
  36592. Dev.CD Apr 95
  36593. Dev.CD Jan 95P
  36594. Dev.CD Apr 95
  36595. Dev.CD Jan 9V
  36596. 54510X
  36597. Apr 95
  36598. p--set theItem to choose file -- uncomment to test in an AS editor
  36599.     tell application "Finder"
  36600.         open item "Dev.CD Apr 95
  36601. Dev.CD Jan 95"
  36602.         activate
  36603.     end tell
  36604. on error errMsg number errNum
  36605.     --enter statements to perform when no records are found such as...
  36606.     display dialog "Sorry, the item you selected could not be found."
  36607.     return
  36608. end try
  36609. alette
  36610. fmSprockets
  36611. DrawSprocket
  36612. NetSprocket
  36613. InputSprocket
  36614. SoundSprocket
  36615. Sprite
  36616. CD Audio
  36617. Redbook audio
  36618. Dev.CD Feb 00 TC
  36619. D!All Packages
  36620. Tool Chest Edition
  36621. Standard File Samples
  36622. Summary:  Three samples involving Standard File dialogs.
  36623. NOTE: StandardGetFolder replaces CustomGetFile
  36624.  StandardGetFolder: This demonstrates a CustomGetFile call, with additions to the dialog to allow selection of a folder or volume.  This sample is loosely based on the previous CustomGetFolder sample.  This fixes numerous bugs and is substantially better for localization, as it uses Script Manager calls to handle the strings.
  36625. CustomPutAppend:  This demonstrates a CustomPutDialog witW
  36626. solaris
  36627. specialT
  36628. specialized
  36629. specifics
  36630. summary
  36631. application
  36632. demonstrates
  36633. ption management routines.  The code from this sample is featured in the latest release (v1.2) of the book 
  36634. Inside Macintosh: Open Transport
  36635. .JwGetSetOptions-68K
  36636. GetSetOptions-68K.
  36637. GetSetOptions-PPC
  36638. GetSetOptions-PPC.
  36639. GetSetOptions.c
  36640. Read Me About GetSetOptionsK
  36641. Nov 97L
  36642. Jun 98M
  36643. Open Transport 1.1.1 or higherN4Open Transport, OTOptionManagment, option managementOGDev.CD Jun 98 RL1:What's New:Sample Code:Networking:GetSetOptions1.0d1:PRDev.CD Jun 98 RL1
  36644.  - What's New
  36645.  - Sample Code
  36646.  - Networking
  36647.  - GetSetOptions1.0d1V
  36648. 52905X
  36649. Jun 98^
  36650. e    No Change
  36651. evelopment Kits
  36652.  - Mac OS
  36653.  - ContextualMenuManagerSDK 1.0.3that has been the only print driver sample available since 1991.  It writes to PICT resources, so it's not too useful as is, but illustrates what needs to be done with a minimum of extra gunk.
  36654. Changes since 2.0: Chooser support added. Bugs fixed. Save to PICT file as well as resouce.
  36655. 49759X
  36656. 1e    No Change
  36657. me for Java (MRJ) 2.1
  36658. - Windows 95, 98, or NT::
  36659.     - JRE/JDK from Sun Microsystems, Inc. recommended
  36660. QuickTime, Java, MRJy, the item you selected could not be found."
  36661.     return
  36662. end try
  36663. Dev.CD Oct 93
  36664. Dev.CD Jul 93
  36665. Dev.CD Apr 93"
  36666.         activate
  36667.     end tell
  36668. on error errMsg number errNum
  36669.     --enter statements to perform when no records are found such as...
  36670.     display dialog "Sorry, the item you selected could not be found."
  36671.     return
  36672. end try
  36673. All Packages
  36674. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  36675. Dev.CD Jan 94
  36676. Dev.CD Oct 93
  36677. Dev.CD Jul 93
  36678. Dev.CD Apr 93PDDev.CD Apr 94
  36679. Dev.CD Jan 94
  36680. Dev.CD Oct 93
  36681. Dev.CD Jul 93
  36682. Dev.CD Apr 9V
  36683. 51290X
  36684. Apr 94
  36685. exceeds
  36686. except
  36687. exception
  36688. exceptional
  36689. exceptions
  36690. hecht
  36691. hedgingj
  36692. height
  36693. helpZ
  36694. W UNIX.J'Sample Code.img
  36695. Windows Sample Code.imgK
  36696. May 98L
  36697. Jun 98M
  36698. Open TransportNkopen transport, netstat, display, dump, arp, cache logical physical interfaces routing table tcp udp statusO
  36699. Dev.CD Feb 00 TC:Sample Code:P
  36700. Dev.CD Feb 00 TC
  36701.  - Sample CodeV
  36702. 53094X
  36703. Feb 00^
  36704. r--set theItem to choose file -- uncomment to test in an AS editor
  36705.     tell application "Finder"
  36706.         open item "Dev.CD Feb 00 TC:Sample Code:"
  36707.         activate
  36708.     end tell
  36709. on error errMsg number errNum
  36710.     --enter statements to perform when no records are found such as...
  36711.     display dialog "Sorry, the item you selected could not be found."
  36712.     return
  36713. end try
  36714. e    No Changeffopen transport
  36715. netstat
  36716. display
  36717. cache logical physical interfaces routing table tcp udp statusq
  36718. Dev.CD Feb 00 TC
  36719. =D!All Packages
  36720. Tool Chest Edition
  36721. parserV
  36722. parses
  36723. parsing
  36724. parsons
  36725. partj
  36726. partial
  36727. participation
  36728. particularN
  36729. particularly
  36730. parties
  36731. partition
  36732. partitions
  36733. partners
  36734. partnership
  36735. partnerships
  36736. partsp
  36737. party
  36738. pascal\
  36739. passwords
  36740. paste
  36741. patch
  36742. patchesW
  36743. patchingU
  36744. patching
  36745. service
  36746. routinesU
  36747. patent
  36748. pathname
  36749. pathnames
  36750. pathsd
  36751. --set theItem to choose file -- uncomment to test in an AS editor
  36752.     tell application "Finder"
  36753.         open item "Dev.CD Apr 94
  36754. Dev.CD Jan 94
  36755. Dev.CD Oct 93
  36756. Dev.CD Jul 93
  36757. Dev.CD Apr 93"
  36758.         activate
  36759.     end tell
  36760. on error errMsg number errNum
  36761.     --enter statements to perform when no records are found such as...
  36762.     display dialog "Sorry, the item you selected could not be found."
  36763.     return
  36764. end try
  36765. Issue 24 references:K
  36766. Dec 95L
  36767. Dec 95OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 24:PQDev.CD Mar 00 RL Disk 1
  36768.  - Technical Documentation
  36769.  - Develop
  36770.  - develop Issue 24V
  36771. viiiv
  36772. 5e    No Changef
  36773. URL Access
  36774. Internet
  36775. Dev.CD Aug 99 TC
  36776. 6D!All Packages
  36777. Tool Chest Edition
  36778. US Distribution GuideI
  36779. Summary: This piece is intended to assist non-US developers understand the US market and the 3rd party software distribution channel in he US.J
  36780. US Distribution GuideK
  36781. Vol VIIM
  36782. Adobe Acrobat Reader.OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  36783.  - Programs & Marketing
  36784.  - Market & Distribution GuidesV
  36785. 55100X
  36786. May 98^
  36787. --set theItem to choose file -- uncomment to test in an AS editor
  36788.     tell application "Finder"
  36789.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  36790.         activate
  36791.     end tell
  36792. on error errMsg number errNum
  36793.     --enter statements to perform when no records are found such as...
  36794.     display dialog "Sorry, the item you selected could not be found."
  36795.     return
  36796. end try
  36797. e    No Changeq
  36798. Dev.CD May 98 TC
  36799. All Packages
  36800. F    UtilitiesV
  36801. 55101X
  36802. his preliminary documen
  36803. rPC G4 processor with Altivec; an ATI RAGE 128
  36804.    graphics controller; built-in Zip and DVD drives; built-in
  36805.    Ethernet, USB, and FireWire ports; and an optional AirPort Card
  36806.    wireless LAN module.
  36807.    The developer note includes information about
  36808.    - the features of the Power Mac G4
  36809.    - compatibility issues
  36810.    - the internal logic of the Power Mac G4
  36811.    - the I/O ports and built-in I/O devices
  36812.    - the RAM expansion DIMM
  36813.    - the PCI expansion slots
  36814.    - the system software that comes
  36815.  with the Power Mac G4
  36816. =============
  36817. MAC OS 8 and 9:
  36818. =============
  36819. Apple Type Services for Unicode Imaging Reference [UPDATE]  
  36820. This document describes the complete API reference for ATSUI and is  updated for ATSUI 1.2. New features in ATSUI 1.2 include a linguistically based breakline and added tab character handling. The document also contains an appendix detailing the API elements from other technologies that are also used by ATSUI.
  36821. ------------------------------------------------
  36822. Dev.CD Jun 97 SSV
  36823. 54456X
  36824. Jun 97
  36825. f--set theItem to choose file -- uncomment to test in an AS editor
  36826.     tell application "Finder"
  36827.         open item "Dev.CD Jun 97 SSW"
  36828.         activate
  36829.     end tell
  36830. on error errMsg number errNum
  36831.     --enter statements to perform when no records are found such as...
  36832.     display dialog "Sorry, the item you selected could not be found."
  36833.     return
  36834. end try
  36835. All Packages
  36836. QuickDraw 3DO
  36837. Dev.CD Jun 97 SSWP
  36838. Dev.CD Jun 97 SSV
  36839. 54457X
  36840. Jun 97
  36841. f--set theItem to choose file -- uncomment to test in an AS editor
  36842.     tell application "Finder"
  36843.         open item "Dev.CD Jun 97 SSW"
  36844.         activate
  36845.     end tell
  36846. on error errMsg number errNum
  36847.     --enter statements to perform when no records are found such as...
  36848.     display dialog "Sorry, the item you selected could not be found."
  36849.     return
  36850. end try
  36851. All Packages
  36852. QuickDraw 3DO
  36853. Dev.CD Jun 97 SSWP
  36854. Dev.CD Jun 97 SSV
  36855. 54458X
  36856. Jun 97
  36857. t Kits:Mac OS:Apple Guide:chpubs
  36858. ort  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  36859. Network Stream:  NetworkStream is a C++ Stream IO class object for OpenTransport Network I/O. Written in Metrowerks C++, it implements a TNetworkBuf, TNetworkOStream  and TNetworkIOStream object. 
  36860. OT Code Resource:  This piece of sample code shows how to cal
  36861. l Open Transport from a 68K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  36862. OT Server Sample:  The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Ope
  36863. than what the app asked for.  This is useful for multimedia developers who ship on CD ROM but want to adjust the size of their SIZE resource depending on available memory, CPU, etc.
  36864. Process:  An MPW tool that prints information about all running processes under System 7.0.
  36865. quitapps:  DTS Code Snippet to quit all running applications (except yourself)
  36866. SubLaunch:  This sample application shows how to launch one application from another.
  36867. J'Sample Code.img
  36868. Windows Sample Code.imgK
  36869. Feb 92L
  36870. Nov 96O
  36871. Dev.CD Feb 00 TC:Sample Code:P
  36872. Dev.CD Feb 00 TC
  36873.  - Sample Codeay Manager SDKV
  36874. 51619X
  36875. Apr 00^
  36876. #//ftp.apple.com/developer/Development_Kits/Display_Manager_SDK.sit.hqx
  36877. system
  36878. enabler
  36879. system
  36880. enabler
  36881. mactv
  36882. system
  36883. picker
  36884. system
  36885. update
  36886. taiwan
  36887. taiwan
  36888. chinese
  36889. option
  36890. 6.0.3
  36891. --set theItem to choose file -- uncomment to test in an AS editor
  36892.     tell application "Finder"
  36893.         open item "Dev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  36894.         activate
  36895.     end tell
  36896. on error errMsg number errNum
  36897.     --enter statements to perform when no records are found such as...
  36898.     display dialog "Sorry, the item you selected could not be found."
  36899.     return
  36900. end try
  36901. alog "Sorry, the item you selected could not be found."
  36902.     return
  36903. end try
  36904. All Packages
  36905. QuickDraw GXO#Dev.CD Aug 96 TC
  36906. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  36907. Dev.CD Jan 96 SDKV
  36908. 53246X
  36909. Aug 96
  36910. backlight
  36911. backlight
  36912. control
  36913. balloonify
  36914. balloonify
  36915. balloonify
  36916. balloony
  36917. balloony
  36918. balloony
  36919. resources
  36920. balloonyhelp
  36921. balloonyhelp
  36922. balloonyres
  36923. balloonyres
  36924. basic
  36925. basic
  36926. connectivity
  36927. 1.1.1
  36928. bbedit
  36929. bbedit
  36930. extensions
  36931. GetDir 2.6 (US)
  36932. GetFInfo 1.3 (US)
  36933. GetIcon 1.0 (US)
  36934. GetMode 1.4 (US)
  36935. GetVInfo 1.0 (US)
  36936. GetVolumes 1.1 (US)
  36937. GlobalList 1.1 (US)
  36938. GlobalMaster 1.0 (US)
  36939. HowMany 1.1 (US)
  36940. ICNToICON 1.8 (US)
  36941. Infoid 1.1 (US)
  36942. InputDialog 1.2 (US)
  36943. IsDate 1.0 (US)
  36944. IsFinderLocked 1.2 (US)
  36945. KillRes 1.4 (US)
  36946. LaunchDoc 1.0 (US)
  36947. LineCount 1.7 (US)
  36948. ListComponents 1.0 (US)
  36949. ListLogic 1.6 (US)
  36950. Listoid 3.4 (US)
  36951. ListSelect 5.1 (US)
  36952. MacType 1.3 (US)
  36953. Menu 2.1 (US)
  36954. MergeItems 1.0 (US)
  36955. Mousoid 1.1 (US)
  36956. Notification 1.0 (US)
  36957. usList 1.0 (US)
  36958. Oldies:
  36959. PICToid 1.3 (US)
  36960. PictToClip 1.7 (US)
  36961. PlayIt 1.0 (US)
  36962. PPCList 1.1 (US)
  36963. PrintPICT 1.4 (US)
  36964. PrintPICTList 1.3 (US)
  36965. Privileges 1.3 (US)
  36966. Promptoid 1.5 (US)
  36967. QCopy 1.2 (US)
  36968. Recordit 1.0 (US)
  36969. RemoveFolder 1.2 (US)
  36970. ReplaceAttributes 1.0 (US)
  36971. ReplaceCharSet 1.1 (US)
  36972. ResolveAlias 1.2 (US)
  36973. ResText 2.3 (US)
  36974. RestoreCtrlChars 1.1 (US)
  36975. SayText 1.1 (US)
  36976. ScrapXCMDs 1.9 (US)
  36977. SelectDir 1.1 (US)
  36978. SelectFile 1.2 (US)
  36979. SendPS 1.4 (US)
  36980. ServerVols 1.1 (US)
  36981. SetFileFlag 1.2 (US)
  36982. SetFinderLock 
  36983. --set theItem to choose file -- uncomment to test in an AS editor
  36984.     tell application "Finder"
  36985.         open item "Dev.CD Feb 00 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:"
  36986.         activate
  36987.     end tell
  36988. on error errMsg number errNum
  36989.     --enter statements to perform when no records are found such as...
  36990.     display dialog "Sorry, the item you selected could not be found."
  36991.     return
  36992. end try
  36993.  displayed and effectively merchandised. The goal of this campaign is to 
  36994. build a stronger, more financially secure Mac community that will continue to thrive for many years.
  36995. Some of the planned activities to support this campaign include:
  36996.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  36997.  In-Store Merchandising Programs and Promotion
  36998.  Wholesale Distribution Programs
  36999.  Magazine Advertising Campaigns
  37000.  Mail-Order Catalog Programs and Promotions
  37001.  Apple Online Store Programs and Promotions 
  37002. To be considered for inclusion in these exciting, high-v
  37003. network-aware
  37004. network-connected
  37005. network/hard-disk
  37006. networkable
  37007. networkingj
  37008. networks
  37009. networksetuphelpers
  37010. networkstream
  37011. never
  37012. never-before-possibl
  37013. nevertheless
  37014.     ok.rK
  37015. Oct 92OADev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:PLDev.CD Feb 00 TC
  37016.  - Tool Chest
  37017.  - Devices
  37018.  - NuBus/Slot Manager
  37019.  - Slot LookV
  37020. 49720X
  37021. Feb 00^
  37022. #formation packet from:
  37023. Meeting Support Unli
  37024. generic
  37025. generic
  37026. module
  37027. cwpro2t
  37028. german
  37029. german
  37030. 1.1.3
  37031. germany
  37032. germany
  37033. distributors/localiz
  37034. gestalt
  37035. gestalt
  37036. gestalt
  37037. selectors
  37038. gestalt
  37039. submission
  37040. getbootvol
  37041. getbootvol
  37042. getdinfo
  37043. getdinfo
  37044. getdir
  37045. getdir
  37046. geteof
  37047. geteof
  37048. getfinfo
  37049. getfinfo
  37050. gethelpstrings
  37051. geticon
  37052. geticon
  37053. getinfo
  37054. getinfo
  37055. global
  37056. glossars
  37057. glossaryw
  37058. glypha
  37059. glypha
  37060. glyphaiv
  37061. glyphaiv
  37062. glyphaiv
  37063. goodies
  37064. graphical
  37065. graphical
  37066. interface
  37067. graphicsR
  37068. grayscaleo
  37069. groupdrawing
  37070. easyview
  37071. guideS
  37072. guide
  37073. guide
  37074. contents
  37075. guidelines
  37076. spooler
  37077. patch
  37078. Feb 00MmPowerPC, System 8.1+, SoundSprocket, QuickDraw 3D, and either Universal Headers 3.3 or the SoundSprocket SDK.N(SoundSprocket, 3D sound, reverb, effectsOADev.CD Feb 00 TC:What's New?:Sample Code:Games:SoundSprocketTest:PLDev.CD Feb 00 TC
  37079.  - What's New?
  37080.  - Sample Code
  37081.  - Games
  37082.  - SoundSprocketTestV
  37083. 54727X
  37084. Feb 00^
  37085. --set theItem to choose file -- uncomment to test in an AS editor
  37086.     tell application "Finder"
  37087.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:SoundSprocketTest:"
  37088.         activate
  37089.     end tell
  37090. on error errMsg number errNum
  37091.     --enter statements to perform when no records are found such as...
  37092.     display dialog "Sorry, the item you selected could not be found."
  37093.     return
  37094. end try
  37095. e    No Changef%SoundSprocket
  37096. 3D sound
  37097. reverb
  37098. effectsq
  37099. Dev.CD Feb 00 TC
  37100. F    SourceBugI
  37101. SourceBug is a source-level debugger for debugging 68K-based applications.
  37102. Runs on any Macintosh but debugs 68K applications only.J
  37103. MPW etc.imgnly.J
  37104. MPW etc.imgo Change
  37105. almost
  37106. along
  37107. alpha
  37108. alphabatize
  37109. alphabetic
  37110. alreadyZ
  37111. alsoN
  37112. quicktake
  37113. documentation
  37114. quicktake
  37115. marketing
  37116. items
  37117. quicktake
  37118. first
  37119. quicktake/macintosh
  37120. quicktake/macintosh
  37121. image
  37122. quicktake/windows
  37123. quicktake/windows
  37124. quicktime
  37125. All Packages
  37126. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  37127. Dev.CD Jan 94
  37128. Dev.CD Oct 93
  37129. Dev.CD Jul 93
  37130. Dev.CD Apr 93PDDev.CD Apr 94
  37131. Dev.CD Jan 94
  37132. Dev.CD Oct 93
  37133. Dev.CD Jul 93
  37134. Dev.CD Apr 9V
  37135. 54991X
  37136. Apr 94
  37137. --set theItem to choose file -- uncomment to test in an AS editor
  37138.     tell application "Finder"
  37139.         open item "Dev.CD Apr 94
  37140. Dev.CD Jan 94
  37141. Dev.CD Oct 93
  37142. Dev.CD Jul 93
  37143. Dev.CD Apr 93"
  37144.         activate
  37145.     end tell
  37146. on error errMsg number errNum
  37147.     --enter statements to perform when no records are found such as...
  37148.     display dialog "Sorry, the item you selected could not be found."
  37149.     return
  37150. end try
  37151. All Packages
  37152. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  37153. Dev.CD Jan 94
  37154. Dev.CD Oct 93
  37155. Dev.CD Jul 93
  37156. Dev.CD Apr 93PDDev.CD Apr 94
  37157. Dev.CD Jan 94
  37158. Dev.CD Oct 93
  37159. Dev.CD Jul 93
  37160. Dev.CD Apr 9V
  37161. 54992X
  37162. Apr 94
  37163. Wion of the network card in conjunck card in conjunc
  37164. Dev.CD Jan 94P
  37165. Dev.CD Jan 9V
  37166. 54586X
  37167. Jan 94
  37168. b--set theItem to choose file -- uncomment to test in an AS editor
  37169.     tell application "Finder"
  37170.         open item "Dev.CD Jan 94"
  37171.         activate
  37172.     end tell
  37173. on error errMsg number errNum
  37174.     --enter statements to perform when no records are found such as...
  37175.     display dialog "Sorry, the item you selected could not be found."
  37176.     return
  37177. end try
  37178. All Packages
  37179. F    QuickTimeOsDev.CD Jan 94
  37180. Dev.CD Oct 93
  37181. Dev.CD Jul 93
  37182. Dev.CD Apr 93
  37183. Dev.CD Mar 93
  37184. Dev.CD Feb 93
  37185. Dev.CD Jan 93
  37186. Dev.CD Nov/Dec 92PrDev.CD Jan 94
  37187. Dev.CD Oct 93
  37188. Dev.CD Jul 93
  37189. Dev.CD Apr 93
  37190. Dev.CD Mar 93
  37191. Dev.CD Feb 93
  37192. Dev.CD Jan 93
  37193. Dev.CD Nov/Dec 9V
  37194. 54587X
  37195. Jan 94
  37196. All Packages
  37197. System 7.5 Update 1.0O
  37198. Dev.CD Jan 96 SSWP
  37199. Dev.CD Jan 96 SSV
  37200. 54774X
  37201. Jan 96
  37202. f--set theItem to choose file -- uncomment to test in an AS editor
  37203.     tell application "Finder"
  37204.         open item "Dev.CD Jan 96 SSW"
  37205.         activate
  37206.     end tell
  37207. on error errMsg number errNum
  37208.     --enter statements to perform when no records are found such as...
  37209.     display dialog "Sorry, the item you selected could not be found."
  37210.     return
  37211. end try
  37212. All Packages
  37213. System 7.5 Update 1.0O
  37214. Dev.CD Jan 96 SSWP
  37215. Dev.CD Jan 96 SSV
  37216. 54775X
  37217. Jan 96
  37218. f--set theItem to choose file -- uncomment to test in an AS editor
  37219.     tell application "Finder"
  37220.         open item "Dev.CD Jan 96 SSW"
  37221.         activate
  37222.     end tell
  37223. on error errMsg number errNum
  37224.     --enter statements to perform when no records are found such as...
  37225.     display dialog "Sorry, the item you selected could not be found."
  37226.     return
  37227. end try
  37228. All Packages
  37229. System 7.5 Update 1.0V
  37230. 54776X
  37231. g: WWDC Developers Plan Aggressive Adoption of OpenDoc; Business Feature: Launching a New Product
  37232. The Pop Rocket Story; Developer Outlook: Working With Composers in Multimedia.
  37233. Listings: The Internet Page.
  37234. August 1995 Apple Directions Articles
  37235. News Section: Strategy Mosaic (Strategy 1999, part 2); News (Power PC Performas; Newton DILs); Editor's Note (Global Mac Expansion); IndustryWatch (Cool Developments).
  37236. Technology:  CD Highlights; Human Interface (Information); Apple Color LaserWr
  37237. iter 12/600 PS; OpenDoc Human Interface FAQs.
  37238. Market Research Monthly (Apple Cross-Platform Strategy); Marketing Feature (Saving Packaging Costs & the Environment); Developer Outlook (Benefits of AppleScript).
  37239. July 1995 Apple Directions Articles
  37240. News Section: Strategy Mosaic (Strategy 1999, part 1); News (Power Macintosh 9500; Denali; QuickTime VR & Apple Media Kit; Newton European Developer Programs; New Printers; QuickDraw 3D Beta); Editor's Note (WWDC Highlights).
  37241. Technology:  CD Hi
  37242. Sep 99
  37243. strategicj
  37244. strategies
  37245. strategyj
  37246. stream
  37247. streamedit
  37248. streaming
  37249. streamlined
  37250. streamnop
  37251. streamnop
  37252. sample
  37253. streams
  37254. module
  37255. designed
  37256. streams
  37257. strengths
  37258. stress
  37259. stress-tested
  37260. strictlyo
  37261. stride
  37262. string
  37263. stringing
  37264. strings
  37265. stringservices
  37266. strip
  37267. stripunits
  37268. strlist
  37269. strlog
  37270. stroke
  37271. stroll
  37272. strong
  37273. stronger
  37274. strongestj
  37275. strongly
  37276. structglinfo
  37277. structs
  37278. structure
  37279. structured
  37280. structures
  37281. successfullyx
  37282. suchQ
  37283. - Common
  37284.     - Sun Compliant Java Runtime Environment 1.1
  37285.     - QuickTime 3 
  37286.     - QTJava.zip
  37287.     - QTJava media samples
  37288. - Mac OS:
  37289.     - System 8 or later
  37290.     - Macintosh Runtime for Java (MRJ) 2.1
  37291. - Windows 95, 98, or NT::
  37292.     - JRE/JDK from Sun Microsystems, Inc. recommended
  37293. QuickTime, Java, MRJ
  37294. detect
  37295. detecting
  37296. detection
  37297. ways_
  37298. wdefcolorsample
  37299. wdefpatch
  37300. wdefs
  37301. ll-trod
  37302. wereo
  37303. what_
  37304. }F,Sample Code - Interapplication Communication
  37305. (** = new, * = revised)
  37306. 7Edit 3.1:  The aim of this application and its code is to give an example of creating a Scriptable Application. A scriptable application goes far beyond supporting just the basic four events of the Required Suite (Open Application, Open Documents, Print Documents and Quit Application).
  37307. AEObject-Edition1.0.2 Sample:  This sample demonstrates how to use the Edition Manager and the Apple Event Manager, as well as some features of the AE Object Model and the AE Objec
  37308. attributes
  37309. atworld
  37310. audio
  37311. audio
  37312. compression
  37313. playback
  37314. codec
  37315. authentication
  37316. automated
  37317. automation
  37318. aware
  37319. D!All Packages
  37320. Tool Chest Edition
  37321. MacApp Developer Survey
  37322.      2.0.6 Patch is an update for MacTCP 2.0.4.  Since the MacTCP 2.0.4 to 2.0.6 Patch must be applied to an unmodified MacTCP 2.0.4, be sure to get or install a fresh copy from your original disks befor
  37323. y of NBP. Two names are registered and confirmed. A lookup is performed with both lower case and upper case initial letters of the object. Also demonstrates the use of the PSetSelfSend capability.
  37324. Transition Queue Watcher:  This sample program demonstrates the implementation of an AppleTalk Transition Queue to demonstrate the messages which get passed when transition events take place.
  37325. UDPSample:  This sample illustrates how to send and receive MacTCP UDP packets, setting up a simple con
  37326. nectionless chat program.  Instead of an outstanding read command, an ASR is  used to inform the program there is data to be received.
  37327. Zap TCP Application:  This small app contains a trap patch to _ExitToShell which will search all open MacTCP connections for any connections which are allocated within the currently quitting or crashing application. Any such connection will be closed and its assocated MacTCP stream will be released.  This will prevent most of the Mac crashes associated wit
  37328. All Packages
  37329. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  37330. Dev.CD Jan 94
  37331. Dev.CD Oct 93P(Dev.CD Apr 94
  37332. Dev.CD Jan 94
  37333. Dev.CD Oct 9V
  37334. 54971X
  37335. Apr 94
  37336. ~--set theItem to choose file -- uncomment to test in an AS editor
  37337.     tell application "Finder"
  37338.         open item "Dev.CD Apr 94
  37339. Dev.CD Jan 94
  37340. Dev.CD Oct 93"
  37341.         activate
  37342.     end tell
  37343. on error errMsg number errNum
  37344.     --enter statements to perform when no records are found such as...
  37345.     display dialog "Sorry, the item you selected could not be found."
  37346.     return
  37347. end try
  37348. All Packages
  37349. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  37350. Dev.CD Jan 94
  37351. Dev.CD Oct 93P(Dev.CD Apr 94
  37352. Dev.CD Jan 94
  37353. Dev.CD Oct 9V
  37354. 54972X
  37355. Apr 94
  37356.  creating an Apple Event suite for mail within applications. This package contains Mail Suite documentation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  37357. Nov 96V
  37358. 50536X
  37359. 1e    No Change
  37360. v.CD Feb 00 TC
  37361. --set theItem to choose file -- uncomment to test in an AS editor
  37362.     tell application "Finder"
  37363.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:"
  37364.         activate
  37365.     end tell
  37366. on error errMsg number errNum
  37367.     --enter statements to perform when no records are found such as...
  37368.     display dialog "Sorry, the item you selected could not be found."
  37369.     return
  37370. end try
  37371.  in its use.
  37372.  Apple doesn't own this package.  Please read the copyright meB
  37373. ssage. 
  37374.  Apple doesn't support this package.  Please contact the original author(s) for support (and expressions of gratitude, as appropriate!)
  37375. JFAbout ZoneRanger
  37376. Metrowerks ZoneRanger 1.1
  37377. ZoneRanger Revision HistoryK
  37378. May 94L
  37379. Nov 94M
  37380. any Macintosh computer.N'utility, heap zones, handles, resourcesO2Dev.CD Nov 99 TC:Tool Chest:Memory:ZoneRanger 1.1:P:Dev.CD Nov 99 TC
  37381.  - Tool Chest
  37382.  - Memory
  37383.  - ZoneRanger 1.17@
  37384. 6.05@
  37385. 8/24@
  37386. 4PQDev.CD Mar 00 RL Disk 1
  37387.  - Technical Documentation
  37388.  - Develop
  37389.  - develop Issue 1900 TC:Tool Chest:Interapplication Communication:Server Remote Control 1.1:P]Dev.CD Feb 00 TC
  37390.  - Tool Chest
  37391.  - Interapplication Communication
  37392.  - Server Remote Control 1.1
  37393. readme
  37394. 1.5.1
  37395. readme
  37396. 2.1.1
  37397. inder"
  37398.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:SNMP:SNMP Development:"
  37399.         activate
  37400.     end tell
  37401. on error errMsg number errNum
  37402.     --enter statements to perform when no records are found such as...
  37403.     display dialog "Sorry, the item you selected could not be found."
  37404.     return
  37405. end try
  37406. e    No Changef
  37407. Network Managementq
  37408. Dev.CD Feb 00 TC
  37409. D!All Packages
  37410. Mac OS SDK Edition
  37411. SOMobjects
  37412.  for Mac OS
  37413. bbedit
  37414. bbedit
  37415. extensions
  37416.  file -- uncomment to test in an AS editor
  37417.     tell application "Finder"
  37418.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Shared Library Manager:"
  37419.         activate
  37420.     end tell
  37421. on error errMsg number errNum
  37422.     --enter statements to perform when no records are found such as...
  37423.     display dialog "Sorry, the item you selected could not be found."
  37424.     return
  37425. end try
  37426. Deletedf:ASLM
  37427. Apple Shared Library Manager
  37428. DLL Dynamic Link Libraryq
  37429. Dev.CD Jul 99 SDK1
  37430. All Packages
  37431. Apple Standards for DevelopersI
  37432. Summary: This document discusses Apple's new role in creating and supporting national and international standards for data interchange and temporal media data formats.
  37433. JsApple Standards
  37434. AppleSingle/AppleDouble Format:
  37435. BinHex 4.0:
  37436. Mac OS Text Encodings:
  37437. MacBinary:
  37438. Multimedia Standards:K
  37439. Vol VIIIM
  37440. Adobe Acrobat Reader.O@Dev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:V
  37441. 52704X
  37442. 1e    No Change
  37443. 54252X
  37444. Apr 00^
  37445. --set theItem to choose file -- uncomment to test in an AS editor
  37446.     tell application "Finder"
  37447.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:"
  37448.         activate
  37449.     end tell
  37450. on error errMsg number errNum
  37451.     --enter statements to perform when no records are found such as...
  37452.     display dialog "Sorry, the item you selected could not be found."
  37453.     return
  37454. end try
  37455. e    No Changeq
  37456. Dev.CD Apr 00 SDK1
  37457. D!All Packages
  37458. Mac OS SDK Edition
  37459. Macintosh Easy Open 1.1.1
  37460.     ject, the ink object, and the transform object.
  37461. QuickDraw GX Printing
  37462. This book shows you how to support basic printing features including desktop printers, and how to use QuickDraw GX printing objects to customize printing and perform advanced printing-related tasks.
  37463. QuickDraw GX Printing Extensions and Drivers
  37464. This book shows you how to extend the printing capabilities of QuickDraw GX by creating a printing extension that can work with any appl
  37465. CAttachment.cp
  37466. CAttachment.h
  37467. CFilterControl.cp
  37468. CFilterControl.h
  37469. CGrayBox.cp
  37470. CGrayBox.h
  37471. CQuickTimeWindow.cp
  37472. CQuickTimeWindow.h
  37473. CSliderControl.cp
  37474. CSliderControl.h
  37475. CSliderControl.rsrc
  37476. CSoundboardApp.cp
  37477. CSoundboardApp.h
  37478. CSoundboardWindow.cp
  37479. CSoundboardWindow.h
  37480. GWLayers.c
  37481. GWLayers.h
  37482. MCPlayMovie.h
  37483. Soundboard.PPob
  37484. Soundboard.prefix
  37485. Soundboard.rsrc
  37486. SoundBoard.
  37487. Soundboard_debug.prefix
  37488. Why was this archived?
  37489. definition
  37490. binhex
  37491. protocol
  37492. summary
  37493. developer
  37494. edition
  37495. quickview
  37496. devel
  37497. summary
  37498. developer's
  37499. transl
  37500. summary
  37501. electronic
  37502. version
  37503. develop
  37504. magazine
  37505. summary
  37506. prgram
  37507. guide
  37508. macintosh
  37509. power
  37510. ng joysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  37511.  NetSprocket 1ackages
  37512. ORDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:JavaSprites:P`Dev.CD Feb 00 TC
  37513.  - What's New?
  37514.  - Sample Code
  37515.  - QuickTime
  37516.  - QuickTime for Java
  37517.  - JavaSpritesV
  37518. 54205X
  37519. Feb 00^
  37520. --set theItem to choose file -- uncomment to test in an AS editor
  37521.     tell application "Finder"
  37522.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:JavaSprites:"
  37523.         activate
  37524.     end tell
  37525. on error errMsg number errNum
  37526.     --enter statements to perform when no records are found such as...
  37527.     display dialog "Sorry, the item you selected could not be found."
  37528.     return
  37529. end try
  37530. e    No Changef
  37531. QuickTime
  37532. Dev.CD Feb 00 TC
  37533. D!All Packages
  37534. Tool Chest Edition
  37535. jGNE Helper
  37536.     2M8MacTCP 1.1, MacTCP Token Ring Extension, Token Ring cardOIDev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:PTDev.CD Feb 00 TC
  37537.  - Tool Chest
  37538.  - Networking
  37539.  - MacTCP
  37540.  - MacTCP Token Ring MTU ToolV
  37541. 53022X
  37542. 1TU ToolV
  37543. 53022X
  37544. 1e    No Change
  37545. --set theItem to choose file -- uncomment to test in an AS editor
  37546.     tell application "Finder"
  37547.         open item "Dev.CD Apr 94
  37548. Dev.CD Jan 94
  37549. Dev.CD Oct 93
  37550. Dev.CD Jul 93
  37551. Dev.CD Apr 93"
  37552.         activate
  37553.     end tell
  37554. on error errMsg number errNum
  37555.     --enter statements to perform when no records are found such as...
  37556.     display dialog "Sorry, the item you selected could not be found."
  37557.     return
  37558. end try
  37559. Wthe item you selected could not be found."
  37560.     return
  37561. end try
  37562. Oct 98M:AppleShare client 3.8, Appearance Manager 1.0.2 or later.
  37563. N0keychain, password storage, passphrase, passwordO7Dev.CD Jan 99 SDK1:Development Kits:Keychain SDK 1.0.1:P<Dev.CD Jan 99 SDK1
  37564.  - Development Kits
  37565.  - Keychain SDK 1.0.1robat format.
  37566. The Kit includes:
  37567. Guide to Macintosh PowerBook Qualified Program
  37568. Program Technical Specifications
  37569. Program Pre-testing Guidelines
  37570. Legal Documentation for licensing and program participation
  37571. ard dialogs for the following operations:
  37572. - open document
  37573. - save documents
  37574. - select volume
  37575. - select folder
  37576. - select file
  37577. - select object
  37578. ng a read-only or read-only compressed image  from volumes that have data at the end of the volume has been corrected.
  37579. Changes from Disk Copy 6.2
  37580.  Added Navigation Services support.
  37581.  Added ability to duplicate a floppy.
  37582.  Added support for creating self-mounting images.
  37583.  Various improvements to AppleScript support.
  37584.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  37585.  Imaging a fo
  37586. risko
  37587. risks
  37588. rmapz
  37589. robbins
  37590. roberts
  37591. robix
  37592. robust
  37593. robustness
  37594. rocketj
  37595. roger
  37596. roland
  37597. rolev
  37598. rolled
  37599. rollin
  37600. romaja
  37601. roman
  37602. romanized
  37603. romresourcedump
  37604. rosenberg
  37605. rotate
  37606. rotatebegin/end
  37607. rotated
  37608. rotatestring
  37609. rotating
  37610. rotation
  37611. roughly
  37612. round
  37613. rounded
  37614. rounded-corner
  37615. roundupj
  37616. routeb
  37617. router
  37618. routers
  37619. routine
  37620. routinesU
  37621. ts3sound
  37622. ts3sound1
  37623. ts3sound1
  37624. ts3sound2
  37625. ts3sound2
  37626. ts3sound3
  37627. ts3sound3
  37628. ts3testapi
  37629. ts3testapi
  37630. ts3testapi
  37631. ts3testhilevel
  37632. ts3testhilevel
  37633. ts3testhilevel
  37634. ts3testlolevel
  37635. ts3testlolevel
  37636. ts3testlolevel
  37637. ts3utils
  37638. ts3utils
  37639. ts3utils
  37640. ts3window
  37641. ts3window
  37642. ts3window
  37643. tunnelsim
  37644. tupledumper
  37645. turkish
  37646. turkish
  37647. 1.1.3
  37648. tweencamera
  37649. tweencamera
  37650. summary
  37651. sample
  37652. network
  37653. chess
  37654. application
  37655. summary
  37656. monitor
  37657. iotracer
  37658. performance
  37659. tools
  37660. summary
  37661. application
  37662. 45506X
  37663. All Packages
  37664. QuickDraw GXO
  37665. Dev.CD Aug 96 TCP
  37666. Dev.CD Aug 96 TV
  37667. 54523X
  37668. Aug 96
  37669. e--set theItem to choose file -- uncomment to test in an AS editor
  37670.     tell application "Finder"
  37671.         open item "Dev.CD Aug 96 TC"
  37672.         activate
  37673.     end tell
  37674. on error errMsg number errNum
  37675.     --enter statements to perform when no records are found such as...
  37676.     display dialog "Sorry, the item you selected could not be found."
  37677.     return
  37678. end try
  37679. All Packages
  37680. QuickDraw GXO
  37681. Dev.CD Aug 96 TCP
  37682. Dev.CD Aug 96 TV
  37683. 54524X
  37684. Aug 96
  37685. e--set theItem to choose file -- uncomment to test in an AS editor
  37686.     tell application "Finder"
  37687.         open item "Dev.CD Aug 96 TC"
  37688.         activate
  37689.     end tell
  37690. on error errMsg number errNum
  37691.     --enter statements to perform when no records are found such as...
  37692.     display dialog "Sorry, the item you selected could not be found."
  37693.     return
  37694. end try
  37695. All Packages
  37696. QuickDraw GXO
  37697. Dev.CD Aug 96 TCP
  37698. Dev.CD Aug 96 TV
  37699. 54525X
  37700. magazine
  37701. magazines
  37702. This is useful for programs, like games, that switch resolutions on the fly, thereby causing havoc for the user
  37703. s desktop icons.
  37704. JORead Me About Snapshot Sample
  37705. Snapshot Sample
  37706. SnapshotSample.c
  37707. SnapshotSample.
  37708. Feb 97L
  37709. Dec 97N
  37710. grab icon desktopO=Dev.CD Feb 00 TC:Tool Chest:OS Utilities:SnapshotSample1.0b4:PEDev.CD Feb 00 TC
  37711.  - Tool Chest
  37712.  - OS Utilities
  37713.  - SnapshotSample1.0b4
  37714. interrupted
  37715. interview-based
  37716. intoB
  37717. intranets
  37718. intricacies
  37719. introducedd
  37720. introduces
  37721. introducing
  37722. introduction
  37723. intuitive
  37724. invaluable
  37725. invariably
  37726. invested
  37727. investigated
  37728. Dev.CD Jan 94
  37729. Dev.CD Oct 9V
  37730. 54569X
  37731. Jan 94
  37732. p--set theItem to choose file -- uncomment to test in an AS editor
  37733.     tell application "Finder"
  37734.         open item "Dev.CD Jan 94
  37735. Dev.CD Oct 93"
  37736.         activate
  37737.     end tell
  37738. on error errMsg number errNum
  37739.     --enter statements to perform when no records are found such as...
  37740.     display dialog "Sorry, the item you selected could not be found."
  37741.     return
  37742. end try
  37743. All Packages
  37744. F    QuickTimeO
  37745. Dev.CD Jan 94P
  37746. Dev.CD Jan 9V
  37747. 54570X
  37748. Jan 94
  37749. b--set theItem to choose file -- uncomment to test in an AS editor
  37750.     tell application "Finder"
  37751.         open item "Dev.CD Jan 94"
  37752.         activate
  37753.     end tell
  37754. on error errMsg number errNum
  37755.     --enter statements to perform when no records are found such as...
  37756.     display dialog "Sorry, the item you selected could not be found."
  37757.     return
  37758. end try
  37759. All Packages
  37760. F    QuickTimeO
  37761. Dev.CD Jan 94P
  37762. Dev.CD Jan 9V
  37763. 54571X
  37764. Jan 94
  37765. All Packages
  37766. System Enabler 065 (LC 575)O
  37767. Dev.CD Apr 94
  37768. Dev.CD Jan 94P
  37769. Dev.CD Apr 94
  37770. Dev.CD Jan 9V
  37771. 54895X
  37772. Apr 94
  37773. p--set theItem to choose file -- uncomment to test in an AS editor
  37774.     tell application "Finder"
  37775.         open item "Dev.CD Apr 94
  37776. Dev.CD Jan 94"
  37777.         activate
  37778.     end tell
  37779. on error errMsg number errNum
  37780.     --enter statements to perform when no records are found such as...
  37781.     display dialog "Sorry, the item you selected could not be found."
  37782.     return
  37783. end try
  37784. All Packages
  37785. System Enabler 065 (LC 575)O
  37786. Dev.CD Apr 94
  37787. Dev.CD Jan 94P
  37788. Dev.CD Apr 94
  37789. Dev.CD Jan 9V
  37790. 54896X
  37791. Apr 94
  37792. lisez-moi
  37793. lispj
  37794. listd
  37795. buttons
  37796. devices
  37797. directional
  37798. elements
  37799. x-axes
  37800. list's
  37801. *About Clipboard Mag'n 0.76.txt
  37802. About Clipboard Magician
  37803. About Clipboard Magician 0.76
  37804. About Clipboard Magician.txt
  37805. Alchemist
  37806. Clipboard Magician
  37807. FKEYs for Clipboard Magican
  37808. iconpict.p
  37809. Magic Wand
  37810. Magic Wand Utility
  37811. programming information
  37812. programming information.txt
  37813. System 7 related CNVT
  37814. testmagic.p
  37815. ay dialog "Sorry, the item you selected could not be found."
  37816.     return
  37817. end try
  37818. All Packages
  37819. System 7.5 Update 1.0O
  37820. Dev.CD Jul 95P
  37821. Dev.CD Jul 9V
  37822. 53542X
  37823. Jul 95
  37824. b--set theItem to choose file -- uncomment to test in an AS editor
  37825.     tell application "Finder"
  37826.         open item "Dev.CD Jul 95"
  37827.         activate
  37828.     end tell
  37829. on error errMsg number errNum
  37830.     --enter statements to perform when no records are found such as...
  37831.     display dialog "Sorry, the item you selected could not be found."
  37832.     return
  37833. end try
  37834. All Packages
  37835. System 7.5 Update 1.0O
  37836. Dev.CD Jul 95P
  37837. Dev.CD Jul 9V
  37838. 53543X
  37839. Jul 95
  37840. Carbon,  CarbonLibeloper.apple.com/sdk
  37841. Jun 97
  37842. f--set theItem to choose file -- uncomment to test in an AS editor
  37843.     tell application "Finder"
  37844.         open item "Dev.CD Jun 97 SSW"
  37845.         activate
  37846.     end tell
  37847. on error errMsg number errNum
  37848.     --enter statements to perform when no records are found such as...
  37849.     display dialog "Sorry, the item you selected could not be found."
  37850.     return
  37851. end try
  37852. dD!All Packages
  37853. Tool Chest Edition
  37854. QuickTime 4 for Mac and Windows
  37855. With a customer base of more than five million Mac and Windows users who downloaded the preview release, and a growing list of online publishers
  37856. including, most recently, Fox News Online, Fox Sports Online and The Weather Channel
  37857. QuickTime 4 is the hottest streaming technology on the Internet.
  37858. Over 17,000 software products are built with QuickTime, and 400 new QuickTime-enabled products are created every month. And more than 57% of websites that use video use QuickTime.
  37859. For more informatme Sprockets
  37860. Carbon Printing Manager 
  37861. Color P
  37862. JTObject
  37863. Read ME 2.0
  37864. Readme 2.1.1
  37865. SetupProj
  37866. Source
  37867. StdFileSaver
  37868. wDev registration infoK
  37869. Vol VIIIL
  37870. Nov 96M*MPW with SC. Can only be compiled for 68K.N!printers drivers sample code pictO:Dev.CD Feb 00 TC:Tool Chest:Printing:STD File Saver 2.1.1:PBDev.CD Feb 00 TC
  37871.  - Tool Chest
  37872.  - Printing
  37873.  - STD File Saver 2.1.1V
  37874. 54737X
  37875. Feb 00^
  37876. --set theItem to choose file -- uncomment to test in an AS editor
  37877.     tell application "Finder"
  37878.         open item "Dev.CD Feb 00 TC:Tool Chest:Printing:STD File Saver 2.1.1:"
  37879.         activate
  37880.     end tell
  37881. on error errMsg number errNum
  37882.     --enter statements to perform when no records are found such as...
  37883.     display dialog "Sorry, the item you selected could not be found."
  37884.     return
  37885. end try
  37886. e    No Changef!printers drivers sample code pictq
  37887. Dev.CD Feb 00 TC
  37888. StopXPP dcmdI
  37889. Summary: The StopXPP dcmd attempts to close all open ASP (and thus AFP) sessions with an asyncronous closeAll call to the .XPP driver.J
  37890. Networks.imger.J
  37891. Networks.img Change
  37892. --set theItem to choose file -- uncomment to test in an AS editor
  37893.     tell application "Finder"
  37894.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Shared Library Manager:"
  37895.         activate
  37896.     end tell
  37897. on error errMsg number errNum
  37898.     --enter statements to perform when no records are found such as...
  37899.     display dialog "Sorry, the item you selected could not be found."
  37900.     return
  37901. end try
  37902. Deletedf:ASLM
  37903. Apple Shared Library Manager
  37904. DLL Dynamic Link Libraryq
  37905. Dev.CD Jul 99 SDK1
  37906. All Packages
  37907. Apple Standards for DevelopersI
  37908. Summary: This document discusses Apple's new role in creating and supporting national and international standards for data interchange and temporal media data formats.
  37909. JsApple Standards
  37910. AppleSingle/AppleDouble Format:
  37911. BinHex 4.0:
  37912. Mac OS Text Encodings:
  37913. MacBinary:
  37914. Multimedia Standards:K
  37915. Vol VIIIM
  37916. Adobe Acrobat Reader.O@Dev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:V
  37917. 53948X
  37918. 1e    No Change
  37919. conferencingj
  37920. y be sent or retreived using URL Access function calls.  URL Access allows file:, http:, and ftp: based URLs.
  37921. MacFileSigning APIs allow the signing and verification of files using digital certificates.  It is possible to specify which portions of files are to be used to calculate the signature.
  37922. Any software using these libraries for the purpose of encryption will need to submit an application for one-time approval with the NSA/Commerce Department.
  37923. Applications:
  37924. Documents:
  37925. Examples:
  37926. Includes:
  37927. Libraries:
  37928. README
  37929. Security README
  37930. to System Folder:
  37931. to System Folder 8.5.1:
  37932. Utilities:K
  37933. Dec 99M
  37934. MacOS9, Power PC.N0Keychain, URL Access, Cryptography, File SigningOHDev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:Security SDK:PSDev.CD Mar 00 RL Disk 1
  37935.  - What's New
  37936.  - Development Kits
  37937.  - Mac OS
  37938.  - Security SDK
  37939. relstring
  37940. remoteS
  37941. remote
  37942. control
  37943. remote
  37944. control
  37945. remote
  37946. control
  37947. removefile
  37948. removefile
  37949. removefolder
  37950. webobjects
  37951. webobjects
  37952. memory
  37953. webobjects
  37954. tools
  37955. techniques
  37956. webobjects36
  37957. webobjects36
  37958. webobjectsandjava
  37959. webobjectscategories
  37960. webobjectscategories
  37961. webobjectsperformanc
  37962. webobjectsperformanc
  37963. webobjectstoolsandte
  37964. webobjectstoolsandte
  37965. hypercard
  37966. only at this time
  37967. , SDK includes components which allow QTIC-savvy applications to deal with QuickTake 150 and 200 digital cameras. Applications will work with other cameras, if the vendor provides a QuickTime IC camera component.
  37968. Does not work with the original Apple QuickTake 100 digital camera.
  37969. JbDocumentation:
  37970. Interfaces&Libraries:
  37971. QuickTime
  37972.  IC SDK 1.0 contents
  37973. Sample Code:
  37974. Supporting Files:K
  37975. Jul 97ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  37976.  IC SDK 1.01:procket should set this mo
  37977. macintoshes@
  37978. magazine
  37979. magic@
  37980. magician@
  37981. makethefolder@
  37982. manager's@
  37983. many@
  37984. markets@
  37985. mechanisms@
  37986. medium@
  37987. memory@
  37988. mentioned@
  37989. might@
  37990. mixed-partition@
  37991. moment@
  37992. monroe@
  37993. morefiles@
  37994. mounted/re-mounted@
  37995. move@
  37996. movie's@
  37997. those
  37998. developers
  37999. object-based@
  38000. obtaining@
  38001. offers@
  38002. on-line-service@
  38003. only@
  38004. opportunity@
  38005. originally@
  38006. osborne@
  38007. outlines@
  38008. outperform@
  38009. packages@
  38010. parser@
  38011. patterns@
  38012. person@
  38013. plan@
  38014. platform@
  38015. poor@
  38016. power
  38017. developer
  38018. note@
  38019. preferred@
  38020. press@
  38021. problem@
  38022. products@
  38023. programs@
  38024. prototyping@
  38025. publishing
  38026. second
  38027. edition@
  38028. quarter@
  38029. quickdraw
  38030. dimension
  38031. macintosh
  38032. graphics
  38033. pablo@
  38034. range@
  38035. rappoport@
  38036. recordj
  38037. 54308X
  38038. Dec 99^
  38039. --set theItem to choose file -- uncomment to test in an AS editor
  38040.     tell application "Finder"
  38041.         open item "Dev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:"
  38042.         activate
  38043.     end tell
  38044. on error errMsg number errNum
  38045.     --enter statements to perform when no records are found such as...
  38046.     display dialog "Sorry, the item you selected could not be found."
  38047.     return
  38048. end try
  38049. Deletedf*AIX
  38050. Network Server
  38051. Symbiotic
  38052. client
  38053. serverq
  38054. Dev.CD Dec 99 RL
  38055. All Packages
  38056. Network Services Location (NSL)
  38057. 54309X
  38058. h developer needs to know about.
  38059. Macintosh Hybrid Applications for A/UX  by John Morley.   This is an introduction to writing Macintosh applications meant to run under A/UX, explaining the basics and pointing out some potential gotchas.
  38060. Print Hints From Luke & Zz: CopyMask, CopyDeepMask, and LaserWriter Driver 7.0  by Pete 
  38061.  Alexander.   How do you print graphics that use CopyMask an
  38062. BJ(develop Issue  5:
  38063. develop Issue  5 code:K
  38064. Vol IIIL
  38065. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  5:PJDev.CD Mar 00 RL
  38066.  - Technical Documentation
  38067.  - develop
  38068.  - develop Issue  5d then displays the info for you.
  38069. ComboWalker
  38070. Digitizers
  38071. DrawTextCodec Example
  38072. Dumpster
  38073. GetInfo Init
  38074. GrabGuy b15
  38075. MovieShop
  38076. QuickTime XCMDs 
  38077. Reinstaller
  38078. Set Movie Info
  38079. Things!K
  38080. Jul 92M7Color capable Mac (68020 or above), hard disk, 4 mb RAMO6Dev.CD Feb 00 TC:Tool Chest:QuickTime:QuickTime Tools:P>Dev.CD Feb 00 TC
  38081.  - Tool Chest
  38082.  - QuickTime
  38083.  - QuickTime ToolsameSprocket_SDKs/q
  38084. Dev.CD Apr 00 SDK1
  38085. {D!All Packages
  38086. Tool Chest Edition
  38087. Gestalt Selectors List 4.3
  38088. PCI Sound Input driverIzA PCI sound input driver showing how to make a PCI sound input driver rather than the classic 68K only sound input driver.J'Sample Code.img
  38089. Windows Sample Code.imgK
  38090. Aug 97M
  38091. PCI Power MacN$Sound Input Driver, PCI driver, ndrvO
  38092. Dev.CD Feb 00 TC:Sample Code:P
  38093. Dev.CD Feb 00 TC
  38094.  - Sample CodeV
  38095. 48134X
  38096. Summary: System 7.0 standard window definition procedure.
  38097. Features: Use this as a guideline for making your custom windows emulate the standard system 7 look.J
  38098. StandardWDEF.aK
  38099. Vol VIIIM
  38100. System 7.0O4Dev.CD Feb 00 TC:Tool Chest:Toolbox:System 7.0 WDEF:P<Dev.CD Feb 00 TC
  38101.  - Tool Chest
  38102.  - Toolbox
  38103.  - System 7.0 WDEFV
  38104. 54772X
  38105. Feb 00^
  38106. --set theItem to choose file -- uncomment to test in an AS editor
  38107.     tell application "Finder"
  38108.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:System 7.0 WDEF:"
  38109.         activate
  38110.     end tell
  38111. on error errMsg number errNum
  38112.     --enter statements to perform when no records are found such as...
  38113.     display dialog "Sorry, the item you selected could not be found."
  38114.     return
  38115. end try
  38116. e    No Changeq
  38117. Dev.CD Feb 00 TC
  38118. All Packages
  38119. System 7.5 Update 1.0O
  38120. Dev.CD Jan 96 SSWP
  38121. Dev.CD Jan 96 SSV
  38122. 54773X
  38123. Jan 96
  38124. expansion
  38125. ramifications
  38126. randall
  38127. random
  38128. Indian Language KitV
  38129. 47959X
  38130. All Packages
  38131. System Enabler 003 (LC III)OEDev.CD Apr 94
  38132. Dev.CD Jan 94
  38133. Dev.CD Oct 93
  38134. Dev.CD Jul 93
  38135. Dev.CD Apr 93PDDev.CD Apr 94
  38136. Dev.CD Jan 94
  38137. Dev.CD Oct 93
  38138. Dev.CD Jul 93
  38139. Dev.CD Apr 9V
  38140. 54846X
  38141. Apr 94
  38142. --set theItem to choose file -- uncomment to test in an AS editor
  38143.     tell application "Finder"
  38144.         open item "Dev.CD Apr 94
  38145. Dev.CD Jan 94
  38146. Dev.CD Oct 93
  38147. Dev.CD Jul 93
  38148. Dev.CD Apr 93"
  38149.         activate
  38150.     end tell
  38151. on error errMsg number errNum
  38152.     --enter statements to perform when no records are found such as...
  38153.     display dialog "Sorry, the item you selected could not be found."
  38154.     return
  38155. end try
  38156. All Packages
  38157. System Enabler 003 (LC III)OEDev.CD Apr 94
  38158. Dev.CD Jan 94
  38159. Dev.CD Oct 93
  38160. Dev.CD Jul 93
  38161. Dev.CD Apr 93PDDev.CD Apr 94
  38162. Dev.CD Jan 94
  38163. Dev.CD Oct 93
  38164. Dev.CD Jul 93
  38165. Dev.CD Apr 9V
  38166. 54847X
  38167. Apr 94
  38168. numbers
  38169. numerals
  38170. numerousp
  38171. nvram
  38172. nvramrc
  38173. 55085X
  38174. Sep 97^
  38175. --set theItem to choose file -- uncomment to test in an AS editor
  38176.     tell application "Finder"
  38177.         open item "Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:"
  38178.         activate
  38179.     end tell
  38180. on error errMsg number errNum
  38181.     --enter statements to perform when no records are found such as...
  38182.     display dialog "Sorry, the item you selected could not be found."
  38183.     return
  38184. end try
  38185. Deletedf+QuickView
  38186. Toolbox Assistant
  38187. quick referenceq
  38188. Dev.CD Sep 97 RL
  38189. (D(All Packages
  38190. Reference Library Edition
  38191. Toolbox Assistant Update
  38192. All Packages
  38193. System UpdateO
  38194. Dev.CD Oct 94
  38195. Dev.CD Apr 94P
  38196. Dev.CD Oct 94
  38197. Dev.CD Apr 9V
  38198. 55043X
  38199. Oct 94
  38200. p--set theItem to choose file -- uncomment to test in an AS editor
  38201.     tell application "Finder"
  38202.         open item "Dev.CD Oct 94
  38203. Dev.CD Apr 94"
  38204.         activate
  38205.     end tell
  38206. on error errMsg number errNum
  38207.     --enter statements to perform when no records are found such as...
  38208.     display dialog "Sorry, the item you selected could not be found."
  38209.     return
  38210. end try
  38211. All Packages
  38212. System UpdateO
  38213. Dev.CD Oct 94P
  38214. Dev.CD Oct 9V
  38215. 55044X
  38216. Oct 94
  38217. b--set theItem to choose file -- uncomment to test in an AS editor
  38218.     tell application "Finder"
  38219.         open item "Dev.CD Oct 94"
  38220.         activate
  38221.     end tell
  38222. on error errMsg number errNum
  38223.     --enter statements to perform when no records are found such as...
  38224.     display dialog "Sorry, the item you selected could not be found."
  38225.     return
  38226. end try
  38227. All Packages
  38228. System UpdateV
  38229. 55045X
  38230. 54086X
  38231. Mar 00^
  38232. --set theItem to choose file -- uncomment to test in an AS editor
  38233.     tell application "Finder"
  38234.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue  3:"
  38235.         activate
  38236.     end tell
  38237. on error errMsg number errNum
  38238.     --enter statements to perform when no records are found such as...
  38239.     display dialog "Sorry, the item you selected could not be found."
  38240.     return
  38241. end try
  38242. Next CDq
  38243. Dev.CD Mar 00 RL
  38244. AD(All Packages
  38245. Reference Library Edition
  38246. develop Issue  4
  38247.     cted could not be found."
  38248.     return
  38249. end try
  38250. e    No Changeq
  38251. Dev.CD Feb 00 TC
  38252. oD!All Packages
  38253. Tool Chest Edition
  38254. RAMDisk 1.4d5
  38255. <Summary:  This sample demonstrates how to write a simple Mac OS block device driver, in this case a RAM disk.  It also demonstrates how to bundle a system extension (INIT), driver (DRVR) and control panel (cdev) in one file, to achieve maximum functionality while minimising the number of items in the System Folder.
  38256. Dev.CD Jun 97 SSV
  38257. 54540X
  38258. Jun 97
  38259. f--set theItem to choose file -- uncomment to test in an AS editor
  38260.     tell application "Finder"
  38261.         open item "Dev.CD Jun 97 SSW"
  38262.         activate
  38263.     end tell
  38264. on error errMsg number errNum
  38265.     --enter statements to perform when no records are found such as...
  38266.     display dialog "Sorry, the item you selected could not be found."
  38267.     return
  38268. end try
  38269. All Packages
  38270. QuickDraw GXO
  38271. Dev.CD Jun 97 SSWP
  38272. Dev.CD Jun 97 SSV
  38273. 54541X
  38274. Jun 97
  38275. f--set theItem to choose file -- uncomment to test in an AS editor
  38276.     tell application "Finder"
  38277.         open item "Dev.CD Jun 97 SSW"
  38278.         activate
  38279.     end tell
  38280. on error errMsg number errNum
  38281.     --enter statements to perform when no records are found such as...
  38282.     display dialog "Sorry, the item you selected could not be found."
  38283.     return
  38284. end try
  38285. All Packages
  38286. QuickDraw GXO
  38287. Dev.CD Jun 97 SSWP
  38288. Dev.CD Jun 97 SSV
  38289. 54542X
  38290. Jun 97
  38291. nical Notes:V
  38292. 52669X
  38293. Deleted
  38294. O>Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:How to Detect a CD:PIDev.CD Feb 00 TC
  38295.  - Tool Chest
  38296.  - Devices
  38297.  - CD-ROM
  38298.  - How to Detect a CDV
  38299. 54168X
  38300. Feb 00^
  38301. --set theItem to choose file -- uncomment to test in an AS editor
  38302.     tell application "Finder"
  38303.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:How to Detect a CD:"
  38304.         activate
  38305.     end tell
  38306. on error errMsg number errNum
  38307.     --enter statements to perform when no records are found such as...
  38308.     display dialog "Sorry, the item you selected could not be found."
  38309.     return
  38310. end try
  38311. e    No Changef
  38312. CD-ROM
  38313. Device Manager
  38314. Dev.CD Feb 00 TC
  38315. All Packages
  38316. HTMLSample
  38317. 54169X
  38318. ords are found such as...
  38319.     display dialog "Sorry, the item you selected could not be found."
  38320.     return
  38321. end try
  38322. e    No Changef5Open Transport
  38323. no-copy receives
  38324. OTBuffer
  38325. OTBufferInfoq
  38326. Dev.CD Feb 00 TC
  38327. &D!All Packages
  38328. Tool Chest Edition
  38329. NuBus Testerlexibility opens up a world of new possibilities, a
  38330. halftone
  38331. handles
  38332. handoff
  38333. handoff
  38334. endpoints
  38335. handwriting
  38336. hardware
  38337. hardware
  38338. acceleration
  38339. hardware
  38340. address
  38341. hardware
  38342. developer
  38343. documentation
  38344. zones
  38345. heaps
  38346. hebrew
  38347. helpp
  38348. browser
  38349. center
  38350. pages
  38351. systemsp
  38352. helper
  38353. menubar
  38354. corners
  38355. desktop
  38356. finder
  38357. grayrgn
  38358. hierarchical
  38359. level
  38360. hooper
  38361. hp-ux
  38362. rendering
  38363. htmlrenderinglib
  38364. human
  38365. human
  38366. interface
  38367. guidelines
  38368. hypercard
  38369. hypercard
  38370. player
  38371. cardbus
  38372. ibook
  38373. family
  38374. plotting
  38375. resources
  38376. gestalttable
  38377. gestaltvalue
  38378. getadevtype
  38379. getdctlentry
  38380. getfinfo
  38381. getinfo
  38382. getkeysU
  38383. getlastchange
  38384. getmfsize
  38385. getnextevent
  38386. getopen
  38387. getownergroup
  38388. getprocessinformatio
  38389. getstdfilterproc
  38390. gettable/settable
  38391. gettingj
  38392. getting/setting
  38393. getvinfo
  38394. getzonelist
  38395. giveN
  38396. given`
  38397. givesf
  38398. giving
  38399. glance
  38400. globalj
  38401. global-aware
  38402. globally
  38403. globals
  38404. glossariess
  38405. glossaryw
  38406. gluen
  38407. summary
  38408. folder
  38409. contains
  38410. dozens
  38411. samples
  38412. kit, Video toolkitORDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:P]Dev.CD Feb 00 TC
  38413.  - Tool Chest
  38414.  - Development Kits
  38415.  - HyperCard Related
  38416.  - HyperCard Toolkits Macintosh that supports QuickTime video digitizingN5Navigable Movies, Pan/Tilt Movies, Virtual NavigationOWDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:Navigable Movie Toolkit:PbDev.CD Feb 00 TC
  38417.  - Tool Chest
  38418.  - Development Kits
  38419.  - HyperCard Related
  38420.  - Navigable Movie Toolkitng, dynamic linking, lproj, localized strings, Info.plist, Collection Services, CFArray.h, CFDictionary.h, CFBag.h, CFSet.h, CFTree.h, CFData.h, CFBinaryHeap.h, CFBitVector.h, CFArray, CFDictionary, CFBag, CFSet, CFTree, CFData, CFBinaryHeap, CFBitVector, collection, container, ordered collection, tree, set, bag, heap, vector, Property List Services, CFPropertyList.h, property list, information property list, info plist, Info.plist, CFA
  38421. macsbug
  38422. macros/templates
  38423. macros/templates
  38424. navigable
  38425. navigable
  38426. movie
  38427. toolkit
  38428. navigation
  38429. navigation
  38430. services
  38431. Wide Web, Help Center, HTML link, Unicode Utilities, Unicode, locales, text, collation, characters, Window Manager, windows, structure region, content region, window class, window classes, window layers, window attributes, scrolling, Menu Manager, menus, Carbon, Apple menu, MDEF, menu items
  38432. All Packages
  38433. 601 Processor Upgrade EnablerO
  38434. Dev.CD Jul 95P
  38435. Dev.CD Jul 9V
  38436. 50166X
  38437. Jul 95
  38438. b--set theItem to choose file -- uncomment to test in an AS editor
  38439.     tell application "Finder"
  38440.         open item "Dev.CD Jul 95"
  38441.         activate
  38442.     end tell
  38443. on error errMsg number errNum
  38444.     --enter statements to perform when no records are found such as...
  38445.     display dialog "Sorry, the item you selected could not be found."
  38446.     return
  38447. end try
  38448. All Packages
  38449. 50167X
  38450. Summary: This is the electronic version of develop magazine.
  38451.  Issue 20 highlights:
  38452. Getting the Most out of AOCE Catalog Records  by Christine Buttin.  AOCE templates let you extend AOCE catalogs to store new kinds of data. This article introduces you to writing AOCE templates by providing an example template that extends the built-in User record.
  38453. Exploring Advanced AOCE Templates Through Celestial Mechanics  by Harry R. Chesley.
  38454. AOCE templates allow you to specify how the Finder displa
  38455. ys your data and how the user interacts with it. This article shows how to use some of the more advanced features of the template mechanism.
  38456. Make Your Own Sound Components  by Kip Olson.  Sound Manager 3.0 supports plug-in components for compression, decompression, custom hardware support, and more. This introduction to Sound Manager components will get you started.
  38457. Scripting the Finder From Your Application  by Greg Anderson.  The System 7.5 Finder is OSL-compliant, opening the door to 
  38458. B-British:
  38459. BR-BrazilianPortuguese:
  38460. C-French Canadian:
  38461. CH-Simplified Chinese:
  38462. D-German:
  38463. DK-Danish:
  38464. Dutch:
  38465. E-Spanish:
  38466. F-French:
  38467. H-Norwegian:
  38468. Japanese:
  38469. K-Finnish:
  38470. KH-HangulKorean:
  38471. N-Dutch:
  38472. PO-Portuguese:
  38473. S-Swedish:
  38474. T-Italian:
  38475. TA-TradChinese:K
  38476. Apr 93L
  38477. Jul 98M
  38478. Requires a Mac OS
  38479. based computer with a 68040 or PowerPC processor (excludes 68030-based systems with 68040 processor upgrade card). At least 12MB of physical RAM with Virtual Memory set to at least 20MBN
  38480. OS 8, 8.1, Update,  ImageO@Dev.CD Jul 98 SSW/SDK:System Software:Worldwide System Software:PEDev.CD Jul 98 SSW/SDK
  38481.  - System Software
  38482.  - Worldwide System SoftwareV
  38483. 55131X
  38484. Jul 98^
  38485. SSW/SDK
  38486. e    No Change
  38487. dout@
  38488. isn't@
  38489. issue
  38490. highlights@
  38491. issues
  38492. utility
  38493. compatible
  38494. system
  38495. it's@
  38496. joysticks@
  38497. keyboard@
  38498. language@
  38499. laterapple@
  38500. layer@
  38501. licensed@
  38502. life@
  38503. listed@
  38504. little-known@
  38505. long-term@
  38506. low-level@
  38507. macapp@
  38508. cordj
  38509. 54700X
  38510. Feb 00^
  38511. --set theItem to choose file -- uncomment to test in an AS editor
  38512.     tell application "Finder"
  38513.         open item "Dev.CD Feb 00 TC:Tool Chest:OS Utilities:SnapshotSample1.0b4:"
  38514.         activate
  38515.     end tell
  38516. on error errMsg number errNum
  38517.     --enter statements to perform when no records are found such as...
  38518.     display dialog "Sorry, the item you selected could not be found."
  38519.     return
  38520. end try
  38521. e    No Changef
  38522. grab icon desktopq
  38523. Dev.CD Feb 00 TC
  38524. D!All Packages
  38525. Tool Chest Edition
  38526. Snarfer
  38527.     uncomment to test in an AS editor
  38528.     tell application "Finder"
  38529.         open item "Dev.CD Jan 96 SSW"
  38530.         activate
  38531.     end tell
  38532. on error errMsg number errNum
  38533.     --enter statements to perform when no records are found such as...
  38534.     display dialog "Sorry, the item you selected could not be found."
  38535.     return
  38536. end try
  38537. All Packages
  38538. QuickDraw 3DO
  38539. Dev.CD Jan 96 SSWP
  38540. Dev.CD Jan 96 SSV
  38541. 51960X
  38542. Jan 96
  38543. tersj
  38544. japanj
  38545. japanesej
  38546. jasik's
  38547. client
  38548. tutorial
  38549. java's
  38550. javadoc
  38551. javascript
  38552. jazzed-up
  38553. jbindery
  38554. jdirect
  38555. jgnefilter
  38556. jmanager
  38557. johnson
  38558. joinsj
  38559. joseph
  38560. journey
  38561. joust
  38562. ver Gestalt.J'Sample Code.img
  38563. Windows Sample Code.imgK
  38564. Jun 98NBdevice, driver, block, storage, Drive,r Gestalt, CD-ROM, hard diskO
  38565. Dev.CD Feb 00 TC:Sample Code:P
  38566. Dev.CD Feb 00 TC
  38567.  - Sample CodeV
  38568. 52870X
  38569. Feb 00^
  38570. #n the SDK#4.  The GX interfaces (which are part of the Universal Interfaces, version 2.1) have been renamed, 
  38571. thin a whole sentense. This makes it difficult for an application to break text into words, or morphemes.
  38572. Now, LAA analyzes text, breaks it into morphemes, and returns them with lexical information, which applications can use to perform high-level tasks such as mentioned above. "Kotoeri", Apple's input method for Japanese, uses LAA to convert a string entered all in phonetic characters into a text of Kanji and Kana characters in the right order. It uses LAA to convert a given text of KanjC
  38573. i and Kana characters back into a string of phonetic characters as well.
  38574. Language Analysis SDK provides API for Language Analysis Manager and Dictionary Manager.
  38575. Japanese is the only target language in this release.
  38576. Language Analysis SDK.imgK
  38577. Jan 99M#MacOS 8.5 Japanese version or newerNvLanguage, Analysis, Language Analysis Architecture, Japanese, morpheme, Dictionary Manager, Analysis, Language ManagerOADev.CD Apr 00 SDK1:Development Kits:Mac OS:Language Analysis SDK:ample Code
  38578. All Packages
  38579. System 7.5 Update 1.0O
  38580. Dev.CD Jul 95P
  38581. Dev.CD Jul 9V
  38582. 54803X
  38583. Jul 95
  38584. b--set theItem to choose file -- uncomment to test in an AS editor
  38585.     tell application "Finder"
  38586.         open item "Dev.CD Jul 95"
  38587.         activate
  38588.     end tell
  38589. on error errMsg number errNum
  38590.     --enter statements to perform when no records are found such as...
  38591.     display dialog "Sorry, the item you selected could not be found."
  38592.     return
  38593. end try
  38594. All Packages
  38595. System 7.5 Update 2.0O"Dev.CD May 96 TC
  38596. Dev.CD Jul 96 SSWP!Dev.CD May 96 TC
  38597. Dev.CD Jul 96 SSV
  38598. 54804X
  38599. May 96
  38600. w--set theItem to choose file -- uncomment to test in an AS editor
  38601.     tell application "Finder"
  38602.         open item "Dev.CD May 96 TC
  38603. Dev.CD Jul 96 SSW"
  38604.         activate
  38605.     end tell
  38606. on error errMsg number errNum
  38607.     --enter statements to perform when no records are found such as...
  38608.     display dialog "Sorry, the item you selected could not be found."
  38609.     return
  38610. end try
  38611. vP=Dev.CD Feb 00 TC
  38612.  - Tool Chest
  38613.  - Localization
  38614.  - FMAT Editoromment to test in an AS editor
  38615.     tell application "Finder"
  38616.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38617.         activate
  38618.     end tell
  38619. on error errMsg number errNum
  38620.     --enter statements to perform when no records are found such as...
  38621.     display dialog "Sorry, the item you selected could not be found."
  38622.     return
  38623. end try
  38624. e    No Changef;Cryptographic Authentication 
  38625. AppleShare IP
  38626.  Appearance Mgrq
  38627. Dev.CD Feb 00 TC
  38628. [D(All Packages
  38629. Reference Library Edition
  38630. Pippin Technical Notes
  38631. HSummary:  Pippin is a new multimedia and Internet playback architecture based on Power Macintosh and licensed by Apple to Bandai Digital Entertainment. Because it is based on Mac, most Pippin development is the same as Mac development. The tech notes in this folder cover all the Pippin-specific aspects of developing on Pippin.
  38632. tem you selected could not be found."
  38633.     return
  38634. end try
  38635. All Packages
  38636. nO9Dev.CD Apr 00 SDK1:Development Kits:Hardware:CardBus DDK:PADev.CD Apr 00 SDK1
  38637.  - Development Kits
  38638.  - Hardware
  38639.  - CardBus DDK"Dev.CD Apr 94
  38640. Dev.CD Jan 94
  38641. Dev.CD Oct 93
  38642. Dev.CD Jul 93
  38643. Dev.CD Apr 93"
  38644.         activate
  38645.     end tell
  38646. on error errMsg number errNum
  38647.     --enter statements to perform when no records are found such as...
  38648.     display dialog "Sorry, the item you selected could not be found."
  38649.     return
  38650. end try
  38651. network
  38652. administrator's
  38653. guide
  38654. second
  38655. edition
  38656. nsstring
  38657. nsthread
  38658. nubusQ
  38659. nubustester
  38660. nubustester
  38661. library
  38662. source
  38663. detect
  38664. early
  38665. macintosh
  38666. nuclear
  38667. number
  38668. numbers
  38669. numerals
  38670. numeric
  38671. nvram
  38672. nvramrc
  38673. foundation
  38674. reference
  38675. board
  38676. boards
  38677. bodyi
  38678. bones
  38679. book[
  38680. books[
  38681. boolean
  38682. boost
  38683. booth
  38684. booting
  38685. border
  38686. bores
  38687. bytes
  38688. cableT
  38689. cache
  38690. cachedp
  38691. call`
  38692. call-backs
  38693. callbacks
  38694. calledW
  38695. callhyper
  38696. calls`
  38697. cannot
  38698. capabilities[
  38699. capability
  38700. captureT
  38701. carbon
  38702. carbon
  38703. 1.0.2
  38704. available
  38705. develope
  38706. carbonlib
  38707. cardO
  38708. cardbus
  38709. cardsQ
  38710. cards&drivers
  38711. carej
  38712. carrieso
  38713. casess
  38714. catch
  38715. e    No Changef2MemHell
  38716. Memory
  38717. stress
  38718. debug
  38719. debugging
  38720. testingq
  38721. Dev.CD Feb 00 TC
  38722. D!All Packages
  38723. Tool Chest Edition
  38724. Memory Monitor
  38725. Summary:  Memory Monitor is a software utility which provides memory usage information to a programatically driven environment, such as Virtual User (V.U.), AppleScript or any Apple Event capable environment. Memory Monitor was created to assist test engineers using an automated test environment to obtain memory usage information without the need of human intervention. It has been used extensively for gathering Ram foot print information of software products. It can also help locate memoryer errNum
  38726.     --enter statements to perform when no records are found such as...
  38727.     display dialog "Sorry, the item you selected could not be found."
  38728.     return
  38729. end try
  38730. e    No Changef8balloon help
  38731. finder help strings
  38732. spinning cursors
  38733. acurq
  38734. Dev.CD Feb 00 TC
  38735. ~D!All Packages
  38736. Tool Chest Edition
  38737. GetPPPStatusDev.CD Apr 92
  38738. Dev.CD Mar 9V
  38739. 49790X
  38740. Apr 92
  38741. )OYDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DetachedController:PgDev.CD Feb 00 TC
  38742.  - What's New?
  38743.  - Sample Code
  38744.  - QuickTime
  38745.  - QuickTime for Java
  38746.  - DetachedControllerV
  38747. 54063X
  38748. Feb 00^
  38749. --set theItem to choose file -- uncomment to test in an AS editor
  38750.     tell application "Finder"
  38751.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DetachedController:"
  38752.         activate
  38753.     end tell
  38754. on error errMsg number errNum
  38755.     --enter statements to perform when no records are found such as...
  38756.     display dialog "Sorry, the item you selected could not be found."
  38757.     return
  38758. end try
  38759. e    No Changef
  38760. QuickTime
  38761. Dev.CD Feb 00 TC
  38762. *D(All Packages
  38763. Reference Library Edition
  38764. develop Issue  1
  38765.     lk.  Each of the classes' methods corresponds to an AFP call.
  38766. AppleTalk Libraries:  A set of AppleTalk librariesthat features Name Binding Protocol,  Zone Information Protocol,  AppleTalk Filing Protocol, and more
  38767. compatible Indian language sites on the web.
  38768. The Indian Language Kit includes Apple TrueType fonts that display and print high-quality Devanagari, Gurmukhi and Gujarati characters at any size. Documents can be printed on both QuickDraw and PostScript printers. If you use a QuickDraw GX application with the kit you will be able to access additional advanced typography features supported by Apple QuickDraw GX technology.
  38769. The kit comes with a selection of keyboard layouts accompanied by a r
  38770. !eference card. The default INSCRIPT layout, developed in India to address the special needs of Indian languages, permits all the Indian scripts to be typed in a common way. For users who prefer a phonetic Romanized input option, a QWERTY keyboard layout is also provided for each language.
  38771. Install 1
  38772. Install 2K
  38773. May 97O7Dev.CD Feb 00 TC:Language Kits:Indian Language Kit 1.0:P<Dev.CD Feb 00 TC
  38774.  - Language Kits
  38775.  - Indian Language Kit 1.0r's Note (WWDC Highlights).
  38776. Technology:  CD Hi
  38777. ug 96 TC
  38778. Dev.CD May 96 TC
  38779. Dev.CD Feb 96 TCPSDev.CD May 97 TC
  38780. Dev.CD Nov 96 TC
  38781. Dev.CD Aug 96 TC
  38782. Dev.CD May 96 TC
  38783. Dev.CD Feb 96 TV
  38784. 52956X
  38785. May 97
  38786. --set theItem to choose file -- uncomment to test in an AS editor
  38787.     tell application "Finder"
  38788.         open item "Dev.CD May 97 TC
  38789. Dev.CD Nov 96 TC
  38790. Dev.CD Aug 96 TC
  38791. Dev.CD May 96 TC
  38792. Dev.CD Feb 96 TC"
  38793.         activate
  38794.     end tell
  38795. on error errMsg number errNum
  38796.     --enter statements to perform when no records are found such as...
  38797.     display dialog "Sorry, the item you selected could not be found."
  38798.     return
  38799. end try
  38800. All Packages
  38801. Japanese Language KitO
  38802. Dev.CD Feb 95P
  38803. Dev.CD Feb 9V
  38804. 52957X
  38805. Feb 95
  38806. application.  Put those help strings into a text file.
  38807. e    No Change
  38808. tokenizeO9Dev.CD Apr 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:ngeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqx
  38809. All Packages
  38810. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  38811. Dev.CD Jan 94
  38812. Dev.CD Oct 93
  38813. Dev.CD Jul 93
  38814. Dev.CD Apr 93PDDev.CD Apr 94
  38815. Dev.CD Jan 94
  38816. Dev.CD Oct 93
  38817. Dev.CD Jul 93
  38818. Dev.CD Apr 9V
  38819. 55005X
  38820. Apr 94
  38821. --set theItem to choose file -- uncomment to test in an AS editor
  38822.     tell application "Finder"
  38823.         open item "Dev.CD Apr 94
  38824. Dev.CD Jan 94
  38825. Dev.CD Oct 93
  38826. Dev.CD Jul 93
  38827. Dev.CD Apr 93"
  38828.         activate
  38829.     end tell
  38830. on error errMsg number errNum
  38831.     --enter statements to perform when no records are found such as...
  38832.     display dialog "Sorry, the item you selected could not be found."
  38833.     return
  38834. end try
  38835. All Packages
  38836. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  38837. Dev.CD Jan 94
  38838. Dev.CD Oct 93
  38839. Dev.CD Jul 93
  38840. Dev.CD Apr 93PDDev.CD Apr 94
  38841. Dev.CD Jan 94
  38842. Dev.CD Oct 93
  38843. Dev.CD Jul 93
  38844. Dev.CD Apr 9V
  38845. 55006X
  38846. Apr 94
  38847. features
  38848. allows
  38849. users
  38850. chess
  38851. network
  38852. --set theItem to choose file -- uncomment to test in an AS editor
  38853.     tell application "Finder"
  38854.         open item "Dev.CD Apr 94
  38855. Dev.CD Jan 94
  38856. Dev.CD Oct 93
  38857. Dev.CD Jul 93
  38858. Dev.CD Apr 93"
  38859.         activate
  38860.     end tell
  38861. on error errMsg number errNum
  38862.     --enter statements to perform when no records are found such as...
  38863.     display dialog "Sorry, the item you selected could not be found."
  38864.     return
  38865. end try
  38866.  Code:
  38867. e    No Changeq
  38868. Dev.CD Feb 00 TC
  38869. D!All Packages
  38870. Tool Chest Edition
  38871. Sample Code - QuickDraw
  38872. (** = new, * = revised)
  38873. OffSample:  OffSample demonstrates the usage of the Offscreen unit.  It shows how to use off-screen bitmaps and pixel maps to produce flicker- free updating with a minimum of code restructuring.  OffSample attempts to reduce the amount of 
  38874. knowledge
  38875.  it has of the off- screen structure so as to minimize its dependence upon that unit.
  38876. Palette&GWorld (Fat):  This code sample demonstrates how to use a palette when drawing into a GWorld. The trick is understanding tha
  38877. on-line@
  38878. on-line-service@
  38879. only@
  38880. opencheckedout@
  38881. opportunity@
  38882. optimize@
  38883. oracle@
  38884. organizational@
  38885. originally@
  38886. osborne@
  38887. ottraceroutesample@
  38888. outlines@
  38889. outperform@
  38890. packages@
  38891. painting@
  38892. parser@
  38893. patterns@
  38894. person@
  38895. photographs@
  38896. plan@
  38897. platform@
  38898. poor@
  38899. popmenus@
  38900. MacOS more accessible.
  38901. Speech Recognition Manager: This QuickView database documents the speech recognition services for Macintosh computers.
  38902. Inside Macintosh: Telephony: This QuickView Database describes the Telephone Manager, the part of the Macintosh system software that you can use to develop applications and other software that provide telephony capabilities (that is, capabilities that allow you to manage telephones, and in particular to establish or control connections between teleD
  38903. phones on a telephone network). You can use the Telephone Manager to develop a wide range of applications, including screen-based telephone dialers, computer-based answering-machines, call forwarders, and so forth.
  38904. Jh Read Me First!
  38905. Adv Color Imaging on the Mac OS:
  38906. Apple Game Sprockets:
  38907. IM-Telephony:
  38908. Speech Recognition:K
  38909. Feb 97OZDev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:QuickView Databases-Standalone:
  38910. drivers
  38911. devnotes
  38912. dialog
  38913. dialogs
  38914. dictation
  38915. Summary:  The QuickDraw GX Print Spooler Patch fixes a problem when trying to print to AppleShare and Novell Netware print spoolers.  This patch makes changes to the QuickDraw GX extension and the LaserWriter GX printer driver.  You should work with copies of the GX extension and GX driver, and then move the modified files into your system's Extensions folder.
  38916. These spooler patches replace any previous versions. This version fixes a problem where users were unable to patch certain localizB
  38917. ed versions of GX.
  38918. JuGX Spooler Patch Read Me
  38919. QDGX 1.1.1 Spooler Patch 1.0.2
  38920. QDGX 1.1.2 Spooler Patch 1.0.2
  38921. QDGX 1.1.3 Spooler Patch 1.0.2K
  38922. Jun 96M3QuickDraw GX (minimum 1.1.1), System 7.5 (minimum).N:QuickDraw GX spooler print patch AppleShare Novell NetwareOBDev.CD Feb 00 TC:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:PJDev.CD Feb 00 TC
  38923.  - Tool Chest
  38924.  - QuickDraw GX
  38925.  - QDGX Spooler Patch 1.0.2>
  38926. electronics
  38927. element
  38928. In Use
  38929. Summary: In Use is an INIT that displays an indicator in your menu bar similar to an "In Use" light on a hard disk whenever a SCSI device is accessed.  It is useful for people with multiple hard disks, since it can display the SCSI ID when in use, and for people with internal drives.
  38930. J4In Use
  38931. In Use Release Notes
  38932. In Use Release Notes.txtK
  38933. Vol IIIL
  38934. Vol VIIIO0Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:In Use:P;Dev.CD Feb 00 TC
  38935.  - Tool Chest
  38936.  - Devices
  38937.  - SCSI
  38938.  - In UseV
  38939. 54183X
  38940. Feb 00^
  38941. --set theItem to choose file -- uncomment to test in an AS editor
  38942.     tell application "Finder"
  38943.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:In Use:"
  38944.         activate
  38945.     end tell
  38946. on error errMsg number errNum
  38947.     --enter statements to perform when no records are found such as...
  38948.     display dialog "Sorry, the item you selected could not be found."
  38949.     return
  38950. end try
  38951. e    No Changeq
  38952. Dev.CD Feb 00 TC
  38953. All Packages
  38954. Indian Language KitV
  38955. 54184X
  38956. b--set theItem to choose file -- uncomment to test in an AS editor
  38957.     tell application "Finder"
  38958.         open item "Dev.CD Apr 95"
  38959.         activate
  38960.     end tell
  38961. on error errMsg number errNum
  38962.     --enter statements to perform when no records are found such as...
  38963.     display dialog "Sorry, the item you selected could not be found."
  38964.     return
  38965. end try
  38966. g an automated process which includes Program Linking as a Guest. Full information is provided in the User's Guide included in the package. 
  38967. Hardware: Macintosh Plus or better. 
  38968. System Software: Mac OS 7.5 or greater (it's been te"Finder"
  38969.         open item "Dev.CD Apr 93"
  38970.         activate
  38971.     end tell
  38972. on error errMsg number errNum
  38973.     --enter statements to perform when no records are found such as...
  38974.     display dialog "Sorry, the item you selected could not be found."
  38975.     return
  38976. end try
  38977. All Packages
  38978. System Enabler 111 (PB 160/180)O
  38979. Dev.CD Apr 93P
  38980. Dev.CD Apr 9V
  38981. 52464X
  38982. Apr 93
  38983. hypercardc
  38984. tough
  38985. toward
  38986. towards
  38987. tpifile
  38988. tpifile
  38989. sample
  38990. module
  38991. tpifile
  38992. traceT
  38993. traceroute
  38994. tracing
  38995. track`
  38996. tracker
  38997. tracking
  38998. tracks
  38999. traddriverloaderlib
  39000. trade
  39001. trade-offs
  39002. trademark
  39003. tradition
  39004. traditional
  39005. traffic
  39006. trained
  39007. trainingj
  39008. traits
  39009. transaction
  39010. transfer
  39011. transferred
  39012. transfers
  39013. transform
  39014. transformations
  39015. transitiono
  39016. translates
  39017. translateds
  39018. translaterotate
  39019. translates
  39020. 54733X
  39021. Apr 00^
  39022. --set theItem to choose file -- uncomment to test in an AS editor
  39023.     tell application "Finder"
  39024.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Speech Synthesis Manager:"
  39025.         activate
  39026.     end tell
  39027. on error errMsg number errNum
  39028.     --enter statements to perform when no records are found such as...
  39029.     display dialog "Sorry, the item you selected could not be found."
  39030.     return
  39031. end try
  39032. e    No Changef3Speech
  39033. Synthesis
  39034. Text-to-Speech
  39035. MacinTalk
  39036. PlainTalkq
  39037. Dev.CD Apr 00 SDK1
  39038. D!All Packages
  39039. Tool Chest Edition
  39040. SprocketInvaders
  39041. SprocketInvaders is a full featured game specfically built to demonstrate GameSprockets.  It contains implmentations of Draw, Sound, Input and Net Sprocket.  It also shows some other basic techniques for games, such as handling events loops, sprites and CD audio.
  39042. e    No Change
  39043. b--set theItem to choose file -- uncomment to test in an AS editor
  39044.     tell application "Finder"
  39045.         open item "Dev.CD Jul 95"
  39046.         activate
  39047.     end tell
  39048. on error errMsg number errNum
  39049.     --enter statements to perform when no records are found such as...
  39050.     display dialog "Sorry, the item you selected could not be found."
  39051.     return
  39052. end try
  39053. ministration version 1.1 with an older version of Apple Shared Library Manager.
  39054. AppleTalk Connection relies on the latest release of MacSNMP vs are found such as...
  39055.     display dialog "Sorry, the item you selected could not be found."
  39056.     return
  39057. end try
  39058. All Packages
  39059. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  39060. Dev.CD Jan 94
  39061. Dev.CD Oct 93
  39062. Dev.CD Jul 93
  39063. Dev.CD Apr 93PDDev.CD Apr 94
  39064. Dev.CD Jan 94
  39065. Dev.CD Oct 93
  39066. Dev.CD Jul 93
  39067. Dev.CD Apr 9V
  39068. 52506X
  39069. Apr 94
  39070. exrom-1func
  39071. sresource
  39072. extensione
  39073. extensions
  39074. features
  39075. filesi
  39076. filter
  39077. FD!All Packages
  39078. Tool Chest Edition
  39079. WebObjects Performance Tuning
  39080. Performance Tuning
  39081. By Theresa Ray of Tensor Information Systems, Inc.
  39082. Performance tuning your WebObjects application is a critical step on the road to successful deployment of a web site. Optimization of a web site is always productive, only costs a moderate amount of development time, and results in a solid, scalable system. By properly coding, testing and administrating your application, your web site can be a great success!
  39083. HJoAppleTalk Administration 1.0.2
  39084. AppleTalk Connection 1.0.2
  39085. Overview - AppleTalk s/w
  39086. Overview - AppleTalk s/w.txtK
  39087. Aug 93M
  39088. System 7 for the SNMP softwareN
  39089. AppleTalk, SNMP, networkingOBDev.CD Feb 00 TC:Tool Chest:Networking:SNMP:AppleTalk SW for SNMP:PMDev.CD Feb 00 TC
  39090.  - Tool Chest
  39091.  - Networking
  39092.  - SNMP
  39093.  - AppleTalk SW for SNMPV
  39094. 53966X
  39095. Feb 00^
  39096. --set theItem to choose file -- uncomment to test in an AS editor
  39097.     tell application "Finder"
  39098.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:SNMP:AppleTalk SW for SNMP:"
  39099.         activate
  39100.     end tell
  39101. on error errMsg number errNum
  39102.     --enter statements to perform when no records are found such as...
  39103.     display dialog "Sorry, the item you selected could not be found."
  39104.     return
  39105. end try
  39106. e    No Changef
  39107. AppleTalk
  39108. networkingq
  39109. Dev.CD Feb 00 TC
  39110. ID!All Packages
  39111. Mac OS SDK Edition
  39112. AppleTalk Wide Area
  39113.     uch as...
  39114.     display dialog "Sorry, the item you selected could not be found."
  39115.     return
  39116. end try
  39117. composersj
  39118. composit
  39119. composite
  39120. composited
  39121. compositepictures
  39122. compositing
  39123. composition
  39124. compositor
  39125. compound
  39126. compound-document
  39127. comprehensive
  39128. compress
  39129. compressed
  39130. compressimage
  39131. compressionP
  39132. compression/decompreP
  39133. compressor/decompres
  39134. comprised
  39135. compromising
  39136. compuserve
  39137. computerj
  39138. suite
  39139. suitesm
  39140. super
  39141. survey
  39142. switch
  39143. synchronization
  39144. synthesis
  39145. systemx
  39146. technicalS
  39147. technotes
  39148. terminology^
  39149. tester
  39150. testing
  39151. textedit
  39152. GrayTiaslab
  39153. OTDumpPortRegistryI
  39154. This very simple sample dumps a text version of the OT port registry to stdout.  The compiled executable also makes a handy debugging tool.
  39155. You have to run the 68K version on a 68K Mac and the PPC version on a PPC Mac.
  39156. J'Sample Code.img
  39157. Windows Sample Code.imgK
  39158. Apr 97L
  39159. Jun 98M
  39160. Open Transport 1.1.1 or greaterN@open transport, port registry, OTGetIndexedPort, dump, list, seeO
  39161. Dev.CD Feb 00 TC:Sample Code:P
  39162. Dev.CD Feb 00 TC
  39163.  - Sample CodeV
  39164. 54339X
  39165. Feb 00^
  39166. r--set theItem to choose file -- uncomment to test in an AS editor
  39167.     tell application "Finder"
  39168.         open item "Dev.CD Feb 00 TC:Sample Code:"
  39169.         activate
  39170.     end tell
  39171. on error errMsg number errNum
  39172.     --enter statements to perform when no records are found such as...
  39173.     display dialog "Sorry, the item you selected could not be found."
  39174.     return
  39175. end try
  39176. e    No Changef;open transport
  39177. port registry
  39178. OTGetIndexedPort
  39179. Dev.CD Feb 00 TC
  39180. >D!All Packages
  39181. Tool Chest Edition
  39182. scripts
  39183. scriptswitcher
  39184. scriptx
  39185. scriptx
  39186. 1.5.1
  39187. scroll
  39188. samples
  39189. tools
  39190. sdec/scomP
  39191. security
  39192. security
  39193. sedit
  39194. sedit
  39195. 1.0b3
  39196. setup
  39197. sharedu
  39198. simpletext
  39199. sound
  39200. source
  39201. sources
  39202. spooler
  39203. stack
  39204. standardsv
  39205. starter
  39206. stream
  39207. strip
  39208. stylew
  39209. success
  39210. suite
  39211. suitesm
  39212. super
  39213. survey
  39214. switch
  39215. synchronization
  39216. systemx
  39217. technicalS
  39218. technotes
  39219. terminology^
  39220. tester
  39221. textedit
  39222. All Packages
  39223. System Enabler 065 (LC 575)O
  39224. Dev.CD Apr 94
  39225. Dev.CD Jan 94P
  39226. Dev.CD Apr 94
  39227. Dev.CD Jan 9V
  39228. 54890X
  39229. Apr 94
  39230. p--set theItem to choose file -- uncomment to test in an AS editor
  39231.     tell application "Finder"
  39232.         open item "Dev.CD Apr 94
  39233. Dev.CD Jan 94"
  39234.         activate
  39235.     end tell
  39236. on error errMsg number errNum
  39237.     --enter statements to perform when no records are found such as...
  39238.     display dialog "Sorry, the item you selected could not be found."
  39239.     return
  39240. end try
  39241. All Packages
  39242. System Enabler 065 (LC 575)O
  39243. Dev.CD Apr 94P
  39244. Dev.CD Apr 9V
  39245. 54891X
  39246. Apr 94
  39247. b--set theItem to choose file -- uncomment to test in an AS editor
  39248.     tell application "Finder"
  39249.         open item "Dev.CD Apr 94"
  39250.         activate
  39251.     end tell
  39252. on error errMsg number errNum
  39253.     --enter statements to perform when no records are found such as...
  39254.     display dialog "Sorry, the item you selected could not be found."
  39255.     return
  39256. end try
  39257. All Packages
  39258. 54892
  39259. manualb
  39260. mappings
  39261. markc
  39262. market
  39263. marketing
  39264. marketing
  39265. stuff
  39266. markpascal
  39267. masher
  39268. media
  39269. megamovies
  39270. memhell
  39271. memhell
  39272. 1.0a6
  39273. readme
  39274. memory
  39275. memory
  39276. management
  39277. menud
  39278. menutest
  39279. message
  39280. meta-content
  39281. meta-content
  39282. format
  39283. metrowerks
  39284. metrowerks
  39285. build
  39286. script
  39287. mib-clients
  39288. mib-documentation
  39289. mib-libraries
  39290. midiconverter
  39291. midiconverter
  39292. readme
  39293. midiconverter
  39294. readme
  39295. mini-conference
  39296. packageX
  39297. updated
  39298. 1.1.6
  39299. 100basetx
  39300. 100basetx
  39301. ethernet
  39302. 2.1.1
  39303. 2.1.2
  39304. 2.1.3
  39305. 2.1.4
  39306. 3.2.1
  39307. barrier
  39308. limit
  39309. sound
  39310. ments many of the of the techniques described in Paul Smith's develop articles - 'Programming for Flexibility: Th V
  39311. 51654X
  39312. Vol. V
  39313. b--set theItem to choose file -- uncomment to test in an AS editor
  39314.     tell application "Finder"
  39315.         open item "Dev CD Vol. V"
  39316.         activate
  39317.     end tell
  39318. on error errMsg number errNum
  39319.     --enter statements to perform when no records are found such as...
  39320.     display dialog "Sorry, the item you selected could not be found."
  39321.     return
  39322. end try
  39323. yD!All Packages
  39324. Tool Chest Edition
  39325. Fragment Tool
  39326.     and quickly with a click of the mou
  39327. All Packages
  39328. WorldScript UpdaterO
  39329. Dev.CD Jul 96 SSWP
  39330. Dev.CD Jul 96 SSV
  39331. 55128X
  39332. Jul 96
  39333. f--set theItem to choose file -- uncomment to test in an AS editor
  39334.     tell application "Finder"
  39335.         open item "Dev.CD Jul 96 SSW"
  39336.         activate
  39337.     end tell
  39338. on error errMsg number errNum
  39339.     --enter statements to perform when no records are found such as...
  39340.     display dialog "Sorry, the item you selected could not be found."
  39341.     return
  39342. end try
  39343. All Packages
  39344. WorldScript UpdaterO
  39345. Dev.CD Jul 96 SSWP
  39346. Dev.CD Jul 96 SSV
  39347. 55129X
  39348. Jul 96
  39349. f--set theItem to choose file -- uncomment to test in an AS editor
  39350.     tell application "Finder"
  39351.         open item "Dev.CD Jul 96 SSW"
  39352.         activate
  39353.     end tell
  39354. on error errMsg number errNum
  39355.     --enter statements to perform when no records are found such as...
  39356.     display dialog "Sorry, the item you selected could not be found."
  39357.     return
  39358. end try
  39359. TD!All Packages
  39360. Tool Chest Edition
  39361. Worldwide QuickDraw GX
  39362. registration
  39363. registry
  39364. related
  39365. release
  39366. rename
  39367. renderer
  39368. rendering
  39369. rendering
  39370. unicode
  39371. replace
  39372. replacement
  39373. reports
  39374. resdistributor
  39375. resedit
  39376. resedit
  39377. 2.1.1
  39378. disassembly
  39379. disassembler
  39380. viewer
  39381. edito
  39382. resolution
  39383. resource
  39384. resource
  39385. management
  39386. resources
  39387. return
  39388. return
  39389. investment
  39390. reverb
  39391. rgbforecolor
  39392. rhapsody
  39393. rhapsody
  39394. pages
  39395. rhapsody
  39396. release
  39397. notes
  39398. ringQ
  39399. riser
  39400. robustness
  39401. rotation
  39402. router
  39403. routing
  39404. ntime
  39405. sample
  39406. sample
  39407. sample
  39408. survey
  39409. saving
  39410. saving
  39411. files
  39412. saving
  39413. state
  39414. timing
  39415. scanner
  39416. screen
  39417. script
  39418. scriptable
  39419. scriptable
  39420. printing
  39421. scripting
  39422. Jan 96
  39423. g--set theItem to choose file -- uncomment to test in an AS editor
  39424.     tell application "Finder"
  39425.         open item "Dev.CD Jan 96 SDK1"
  39426.         activate
  39427.     end tell
  39428. on error errMsg number errNum
  39429.     --enter statements to perform when no records are found such as...
  39430.     display dialog "Sorry, the item you selected could not be found."
  39431.     return
  39432. end try
  39433. All Packages
  39434. QuickDraw GXO
  39435. Dev.CD Jan 96 SDK1P
  39436. Dev.CD Jan 96 SDKV
  39437. 54479X
  39438. Jan 96
  39439. g--set theItem to choose file -- uncomment to test in an AS editor
  39440.     tell application "Finder"
  39441.         open item "Dev.CD Jan 96 SDK1"
  39442.         activate
  39443.     end tell
  39444. on error errMsg number errNum
  39445.     --enter statements to perform when no records are found such as...
  39446.     display dialog "Sorry, the item you selected could not be found."
  39447.     return
  39448. end try
  39449. All Packages
  39450. QuickDraw GXO
  39451. Dev.CD Jan 96 SDK1P
  39452. Dev.CD Jan 96 SDKV
  39453. 54480X
  39454. Jan 96
  39455. vefile
  39456. removefolder
  39457. ook at a simple te
  39458. library[
  39459. revisedX
  39460. J'Sample Code.img
  39461. Windows Sample Code.imgK
  39462. Aug 95M-System 7 or greater, Universal Interfaces 2.0N+hide MenuBar corners desktop Finder GrayRgnO
  39463. Dev.CD Feb 00 TC:Sample Code:P
  39464. Dev.CD Feb 00 TC
  39465.  - Sample CodeV
  39466. 54165X
  39467. Feb 00^
  39468. r--set theItem to choose file -- uncomment to test in an AS editor
  39469.     tell application "Finder"
  39470.         open item "Dev.CD Feb 00 TC:Sample Code:"
  39471.         activate
  39472.     end tell
  39473. on error errMsg number errNum
  39474.     --enter statements to perform when no records are found such as...
  39475.     display dialog "Sorry, the item you selected could not be found."
  39476.     return
  39477. end try
  39478. Movedf+hide MenuBar corners desktop Finder GrayRgnq
  39479. Dev.CD Feb 00 TC
  39480. D!All Packages
  39481. Tool Chest Edition
  39482. HITEC (super front end to VU)
  39483.     r Picker 2.0  by Shannon Holland. The new Color Picker Manager is flexible and customizable, allowing much tighter integration of color pickers with your application.
  39484. Implementing Inheritance in Scripts  by Paul G. Smith. Supporting inheritanc
  39485. dimming
  39486. dimms
  39487. diractive
  39488. direct
  39489. direct-manipulation
  39490. direction
  39491. directional
  39492. directionsj
  39493. directly
  39494. directories
  39495. directoryB
  39496. directs
  39497. directsetentries
  39498. direformat
  39499. dirid
  39500. dirid's
  39501. dirty
  39502. disable
  39503. disable
  39504. mouse
  39505. keyboard
  39506. disable
  39507. speech
  39508. disabledY
  39509. disableeject
  39510. disables
  39511. disabling
  39512. disambiguatorj
  39513. disappear
  39514. disassembler
  39515. disassemblepictures
  39516. disassembly
  39517. te titles, and wish to understand the tools and technology required for DVD production.
  39518. Apr 99ted could not be found."
  39519.     return
  39520. end try
  39521. All Packages
  39522. QuickDraw 3DO
  39523. Dev.CD Jan 96 SSWV
  39524. 45732X
  39525. Aug 96
  39526. e--set theItem to choose file -- uncomment to test in an AS editor
  39527.     tell application "Finder"
  39528.         open item "Dev.CD Aug 96 TC"
  39529.         activate
  39530.     end tell
  39531. on error errMsg number errNum
  39532.     --enter statements to perform when no records are found such as...
  39533.     display dialog "Sorry, the item you selected could not be found."
  39534.     return
  39535. end try
  39536. All Packages
  39537. QuickDraw GXO
  39538. Dev.CD Aug 96 TCP
  39539. Dev.CD Aug 96 TV
  39540. 54526X
  39541. Aug 96
  39542. e--set theItem to choose file -- uncomment to test in an AS editor
  39543.     tell application "Finder"
  39544.         open item "Dev.CD Aug 96 TC"
  39545.         activate
  39546.     end tell
  39547. on error errMsg number errNum
  39548.     --enter statements to perform when no records are found such as...
  39549.     display dialog "Sorry, the item you selected could not be found."
  39550.     return
  39551. end try
  39552. All Packages
  39553. QuickDraw GXO
  39554. Dev.CD Aug 96 TCP
  39555. Dev.CD Aug 96 TV
  39556. 54527X
  39557. Aug 96
  39558. .adobe.com/acrobat/register.html
  39559. To view the latest information
  39560. All Packages
  39561. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  39562. Dev.CD Jan 94
  39563. Dev.CD Oct 93
  39564. Dev.CD Jul 93
  39565. Dev.CD Apr 93PDDev.CD Apr 94
  39566. Dev.CD Jan 94
  39567. Dev.CD Oct 93
  39568. Dev.CD Jul 93
  39569. Dev.CD Apr 9V
  39570. 55033X
  39571. Apr 94
  39572. --set theItem to choose file -- uncomment to test in an AS editor
  39573.     tell application "Finder"
  39574.         open item "Dev.CD Apr 94
  39575. Dev.CD Jan 94
  39576. Dev.CD Oct 93
  39577. Dev.CD Jul 93
  39578. Dev.CD Apr 93"
  39579.         activate
  39580.     end tell
  39581. on error errMsg number errNum
  39582.     --enter statements to perform when no records are found such as...
  39583.     display dialog "Sorry, the item you selected could not be found."
  39584.     return
  39585. end try
  39586. All Packages
  39587. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  39588. Dev.CD Jan 94
  39589. Dev.CD Oct 93
  39590. Dev.CD Jul 93
  39591. Dev.CD Apr 93PDDev.CD Apr 94
  39592. Dev.CD Jan 94
  39593. Dev.CD Oct 93
  39594. Dev.CD Jul 93
  39595. Dev.CD Apr 9V
  39596. 55034X
  39597. Apr 94
  39598. differentiating
  39599. differentiation
  39600. differing
  39601. differs
  39602. {F    PowerTalkO
  39603. Dev.CD Apr 95P
  39604. Dev.CD Apr 9 to choose file -- uncomment to test in an AS editor
  39605.     tell application "Finder"
  39606.         open item "Dev.CD Feb 00 TC:Sample Code:"
  39607.         activate
  39608.     end tell
  39609. on error errMsg number errNum
  39610.     --enter statements to perform when no records are found such as...
  39611.     display dialog "Sorry, the item you selected could not be found."
  39612.     return
  39613. end try
  39614. e    No Changef
  39615. async deviceq
  39616. Dev.CD Feb 00 TC
  39617. TD!All Packages
  39618. Tool Chest Edition
  39619. ATA Demo 1.3
  39620. +ATADemo is a CodeWarrior C sample that will call the ATA Manager and scan the ATA bus and list the various device configuration data.  This sample has been updated to properly work with the .AppleCD driver installed.
  39621. This sample has been updated to properly work with the .AppleCD driver installed.
  39622. J'Sample Code.img
  39623. Windows Sample Code.imgK
  39624. Jan 98L
  39625. May 99M
  39626. ATA Manager, Mac OS 8.5N
  39627. ATA, ATAPI, CD RomO
  39628. Dev.CD Feb 00 TC:Sample Code:P
  39629. Dev.CD Feb 00 TC
  39630.  - Sample CodeV
  39631. 52734X
  39632. Feb 00^
  39633. truetype
  39634. truffles
  39635. truncate
  39636. truth
  39637. trying
  39638. tsmte
  39639. ttextgridview
  39640. ttextlistview
  39641. tubetest
  39642. tuneplayer
  39643. tuning
  39644. tunnel
  39645. tupledumper
  39646. tuples
  39647. turbo
  39648. turkish
  39649. turnedA
  39650. turning
  39651. turns
  39652. turtle
  39653. tutorialq
  39654. tween
  39655. twice
  39656. twiddle
  39657. twisted
  39658. twists
  39659. two-byte
  39660. two-dimensional
  39661. two-part
  39662. two-phase
  39663. two-way
  39664. twocolumn
  39665. twofold
  39666. Jan 95
  39667. b--set theItem to choose file -- uncomment to test in an AS editor
  39668.     tell application "Finder"
  39669.         open item "Dev.CD Jan 95"
  39670.         activate
  39671.     end tell
  39672. on error errMsg number errNum
  39673.     --enter statements to perform when no records are found such as...
  39674.     display dialog "Sorry, the item you selected could not be found."
  39675.     return
  39676. end try
  39677. All Packages
  39678. AppleScriptO
  39679. Dev.CD Jan 95P
  39680. Dev.CD Jan 9V
  39681. 53955X
  39682. Jan 95
  39683. b--set theItem to choose file -- uncomment to test in an AS editor
  39684.     tell application "Finder"
  39685.         open item "Dev.CD Jan 95"
  39686.         activate
  39687.     end tell
  39688. on error errMsg number errNum
  39689.     --enter statements to perform when no records are found such as...
  39690.     display dialog "Sorry, the item you selected could not be found."
  39691.     return
  39692. end try
  39693. All Packages
  39694. AppleScriptO
  39695. Dev.CD Jan 95P
  39696. Dev.CD Jan 9V
  39697. 53956X
  39698. Jan 95
  39699. electronics
  39700. element
  39701. May 93M.Any Macintosh with the MIDI Manager installed.O0Dev.CD Feb 00 TC:Tool Chest:Devices:Qwertytunes:P8Dev.CD Feb 00 TC
  39702.  - Tool Chest
  39703.  - Devices
  39704.  - QwertytunesV
  39705. 54644X
  39706. Feb 00^
  39707. --set theItem to choose file -- uncomment to test in an AS editor
  39708.     tell application "Finder"
  39709.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:Qwertytunes:"
  39710.         activate
  39711.     end tell
  39712. on error errMsg number errNum
  39713.     --enter statements to perform when no records are found such as...
  39714.     display dialog "Sorry, the item you selected could not be found."
  39715.     return
  39716. end try
  39717. e    No Changeq
  39718. Dev.CD Feb 00 TC
  39719. oD!All Packages
  39720. Tool Chest Edition
  39721. RAMDisk 1.4d5
  39722. <Summary:  This sample demonstrates how to write a simple Mac OS block device driver, in this case a RAM disk.  It also demonstrates how to bundle a system extension (INIT), driver (DRVR) and control panel (cdev) in one file, to achieve maximum functionality while minimising the number of items in the System Folder.
  39723. fitsj
  39724. fivej
  39725. fixed
  39726. fixesV
  39727. fixingy
  39728. fkeys]
  39729. flags
  39730. flash
  39731. flashes
  39732. flashing
  39733. flat-panel
  39734. flattenning
  39735. flavor
  39736. flavors
  39737. flexibility
  39738. flexible
  39739. flicker
  39740. flicker-free
  39741. flickers
  39742. flight-sim
  39743. flightsim
  39744. flipping
  39745. float-to-int
  39746. floating
  39747. flood
  39748. flookup
  39749. floor
  39750. floppies
  39751. floppy
  39752. flowing
  39753. flush
  39754. flushing
  39755. focus
  39756. focuses
  39757. --set theItem to choose file -- uncomment to test in an AS editor
  39758.     tell application "Finder"
  39759.         open item "Dev.CD Apr 94
  39760. Dev.CD Jan 94
  39761. Dev.CD Oct 93
  39762. Dev.CD Jul 93
  39763. Dev.CD Apr 93"
  39764.         activate
  39765.     end tell
  39766. on error errMsg number errNum
  39767.     --enter statements to perform when no records are found such as...
  39768.     display dialog "Sorry, the item you selected could not be found."
  39769.     return
  39770. end try
  39771. drawkeycaps
  39772. drawline
  39773. drawsprocket's
  39774. drawtextcodec
  39775. drill
  39776. driven
  39777. driven
  39778. driverU
  39779. driver's
  39780. drivergestalt
  39781. drivergestaltexplore
  39782. drivergestaltexplore
  39783. sample
  39784. showing
  39785. driverloaderlib
  39786. MPWTool 1.0I
  39787. Summary: This is an MPW tool which plays sounds. It is able to select a sound to play at random from the sound resources within itself. This tool can also be used to signal events like "build completed."
  39788. This package is System 7.0 compatible.JVBuildFailed
  39789. BuildProgram
  39790. BuildSucceeded
  39791. MakeFile
  39792. MPWTool
  39793. MPWTool.c
  39794. Read Me
  39795. Read Me.txtK
  39796. Vol XIM
  39797. MPWOADev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MPWTool:PLDev.CD Feb 00 TC
  39798.  - Tool Chest
  39799.  - Development Kits
  39800.  - MPW Related
  39801.  - MPWToolV
  39802. 54291X
  39803. Feb 00^
  39804. --set theItem to choose file -- uncomment to test in an AS editor
  39805.     tell application "Finder"
  39806.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MPWTool:"
  39807.         activate
  39808.     end tell
  39809. on error errMsg number errNum
  39810.     --enter statements to perform when no records are found such as...
  39811.     display dialog "Sorry, the item you selected could not be found."
  39812.     return
  39813. end try
  39814. carbon
  39815. window
  39816. detectorsh
  39817. develop
  39818. develop
  39819. issue
  39820. develop
  39821. issue
  39822. develop
  39823. issue
  39824. develop
  39825. issue
  39826. develop
  39827. issue
  39828. develop
  39829. issue
  39830. develop
  39831. issue
  39832. develop
  39833. issue
  39834. develop
  39835. issue
  39836. develop
  39837. issue
  39838. develop
  39839. issue
  39840. develop
  39841. issue
  39842. develop
  39843. issue
  39844. develop
  39845. issue
  39846. develop
  39847. issue
  39848. develop
  39849. issue
  39850. develop
  39851. issue
  39852. develop
  39853. issue
  39854. develop
  39855. issue
  39856. develop
  39857. issue
  39858. develop
  39859. issue
  39860. develop
  39861. issue
  39862. develop
  39863. issue
  39864. elopersv
  39865. development
  39866. dictation
  39867. digests
  39868. directionsj
  39869. driver
  39870. editor
  39871. emulator
  39872. enablerC
  39873. essentials
  39874. eventm
  39875. format
  39876. formatter
  39877. french
  39878. germany
  39879. glossariess
  39880. script
  39881. scriptableprinting
  39882. scriptableprinting
  39883. scriptableprinting
  39884. scriptablestuffiteng
  39885. scriptablestuffiteng
  39886. scripting
  39887. scriptingadditions
  39888. criptswitcher
  39889. scriptx
  39890. scriptx
  39891. platforms
  39892. scriptx
  39893. differences
  39894. tools
  39895. tools
  39896. scsimonitor
  39897. scsimonitor
  39898. sectionreport
  39899. security
  39900. security
  39901. readme
  39902. sedit
  39903. sedit
  39904. documentation
  39905. selectdir
  39906. selectdir
  39907. selectfile
  39908. selectfile
  39909. selectors
  39910. sendae]
  39911. sendae
  39912. sendae
  39913. sendps
  39914. sendps
  39915. serial
  39916. serverS
  39917. server
  39918. controller
  39919. server
  39920. controller
  39921. server
  39922. controller
  39923. server
  39924. remote
  39925. control
  39926. servercontrolintf
  39927. 54206X
  39928. Feb 00^
  39929. --set theItem to choose file -- uncomment to test in an AS editor
  39930.     tell application "Finder"
  39931.         open item "Dev.CD Feb 00 TC:Tool Chest:OS Utilities:jGNE Helper:"
  39932.         activate
  39933.     end tell
  39934. on error errMsg number errNum
  39935.     --enter statements to perform when no records are found such as...
  39936.     display dialog "Sorry, the item you selected could not be found."
  39937.     return
  39938. end try
  39939. e    No Changef6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperq
  39940. Dev.CD Feb 00 TC
  39941. D!All Packages
  39942. Tool Chest Edition
  39943. F    JISAppletI
  39944. This demo program shows how to display any QuickTime content within a java.awt.Applet where the content is read using a java.io.InputStreamJ*AppletTag.js
  39945. classes
  39946. README.txt
  39947. sa.bat
  39948. Feb 00
  39949. C:What's New?:Sample Code:QuickTime:QuickTime for Java:JISApplet:V
  39950. 54207X
  39951. 1e    No Change
  39952. eives
  39953. OTBuffer
  39954. OTBufferInfoq
  39955. Dev.CD Feb 00 TC
  39956. &D!All Packages
  39957. Tool Chest Edition
  39958. NuBus Testersses. Here
  39959. s a look at the new features and how to 
  39960. 54365X
  39961. Jan 94
  39962. p--set theItem to choose file -- uncomment to test in an AS editor
  39963.     tell application "Finder"
  39964.         open item "Dev.CD Jan 94
  39965. Dev.CD Dec 93"
  39966.         activate
  39967.     end tell
  39968. on error errMsg number errNum
  39969.     --enter statements to perform when no records are found such as...
  39970.     display dialog "Sorry, the item you selected could not be found."
  39971.     return
  39972. end try
  39973. All Packages
  39974. Performa 7.1P6O
  39975. Dev.CD Jun 94
  39976. Dev.CD Jul 94P
  39977. Dev.CD Jun 94
  39978. Dev.CD Jul 9V
  39979. 54366X
  39980. Jun 94
  39981. p--set theItem to choose file -- uncomment to test in an AS editor
  39982.     tell application "Finder"
  39983.         open item "Dev.CD Jun 94
  39984. Dev.CD Jul 94"
  39985.         activate
  39986.     end tell
  39987. on error errMsg number errNum
  39988.     --enter statements to perform when no records are found such as...
  39989.     display dialog "Sorry, the item you selected could not be found."
  39990.     return
  39991. end try
  39992. YD!All Packages
  39993. Tool Chest Edition
  39994. Performance Tools
  39995.     return
  39996. end try
  39997. All Packages
  39998. QuickDraw GXO
  39999. Dev.CD Jan 96 SDK1P
  40000. Dev.CD Jan 96 SDKV
  40001. 54478 uncomment to test in an AS editor
  40002.     tell application "Finder"
  40003.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Apple Data Detectors SDK:"
  40004.         activate
  40005.     end tell
  40006. on error errMsg number errNum
  40007.     --enter statements to perform when no records are found such as...
  40008.     display dialog "Sorry, the item you selected could not be found."
  40009.     return
  40010. end try
  40011. e    No Changef1detector
  40012. contextual menu
  40013. Apple Data Detectors
  40014. Dev.CD Apr 00 SDK1
  40015. Apple Developer News archive
  40016. This folder contains the archives (in HTML format) of Apple Computer's weekly newsletter to developers, Apple Developer News. The navigation links and graphics at the top and bottom of each page do not work, but the body of each page (and relevant links to the Internet) are complete. This folder is a mirror image of the ADN content on Apple's web site and is included for those developers who do not have web access. have web access. 
  40017. ompact disc. Playable on the set-top or the desktop, DVD bridges the worlds of consumer video and personal computing in a single, unified format.
  40018. While DVD promises to be a highly-successful consumer electronics format, preparing content (
  40019. premastering
  40020. ) for DVD can be a very complex process. And like most new formats, DVD requires new tools and techniques to create rich and satisfying content that make the most of
  40021. the medium.
  40022. Working with DVD requires an in-depth understanding of the fo
  40023. ^rmat, production process, and tools required to bring titles to market. By
  40024. understanding DVD and all that it entails, professional media develop-ers
  40025. can exploit its rich potential. This book is designed for those who are interested in the DVD format, want to create titles, and wish to understand the tools and technology required for DVD production.
  40026. Apr 99ble Format:V
  40027. 51475X
  40028. 1e    No Change
  40029. r--set theItem to choose file -- uncomment to test in an AS editor
  40030.     tell application "Finder"
  40031.         open item "Dev.CD Feb 00 TC:Sample Code:"
  40032.         activate
  40033.     end tell
  40034. on error errMsg number errNum
  40035.     --enter statements to perform when no records are found such as...
  40036.     display dialog "Sorry, the item you selected could not be found."
  40037.     return
  40038. end try
  40039. apple
  40040. telecom
  40041. software
  40042. apple
  40043. workgroup
  40044. serversS
  40045. appleeventtypes^
  40046. appleeventtypes
  40047. applegloty
  40048. appleglot
  40049. appleglot
  40050. users
  40051. guidey
  40052. appleglot
  40053. whats
  40054. appleglot
  40055. 2.4b6
  40056. appleguide
  40057. appleii
  40058. appleii
  40059. auxiliary
  40060. applejack
  40061. applejack
  40062. applemodemtool
  40063. applemodemtool
  40064. v1.5.3
  40065. applescriptm
  40066. applescript
  40067. 1.3.4
  40068. applescript
  40069. suitem
  40070. applescriptfind
  40071. applesearch
  40072. applesearch
  40073. first
  40074. appleshare
  40075. appleshare
  40076. 3.6.5
  40077. appleshare
  40078. client
  40079. program
  40080. control
  40081. access
  40082. 512-919-2645
  40083. 5200x
  40084. 52xxu
  40085. 5300j
  40086. 5300c/1005300ce/1173
  40087. 53xxu
  40088. 5400x
  40089. 58.1.5
  40090. 5thcolumnB
  40091. 6-158
  40092. 6-164
  40093. 6.0.4
  40094. 6.0.5
  40095. pSummary:  This package helps developers implement inline input for TextEdit using the TSMTE extension in their applications.
  40096. Features:  The package provides sample code for implementing inline input for TextEdit, the TSMTE interfaces, and the TSMTE extension. It is intended to be used along with Macintosh Technical Note TE 27 - Inline Input for TextEdit with TSMTE.
  40097. J'Sample Code.img
  40098. Windows Sample Code.imgK
  40099. Feb 94L
  40100. May 94:Sample Code:V
  40101. 52942X
  40102. Moved
  40103. 3-076
  40104. csmp-digest-v3-077
  40105. csmp-digest-v3-078
  40106. csmp-digest-v3-079
  40107. csmp-digest-v3-080
  40108. csmp-digest-v3-081
  40109. csmp-digest-v3-082
  40110. csmp-digest-v3-083
  40111. csmp-digest-v3-084
  40112. csmp-digest-v3-085
  40113. csmp-digest-v3-086
  40114. csmp-digest-v3-087
  40115. csmp-digest-v3-088
  40116. csmp-digest-v3-089
  40117. csmp-digest-v3-090
  40118. csmp-digest-v3-091
  40119. csmp-digest-v3-092
  40120. csmp-digest-v3-093
  40121. csmp-digest-v3-094
  40122. csmp-digest-v3-095
  40123. csmp-digest-v3-096
  40124. csmp-digest-v3-097
  40125. csmp-digest-v3-098
  40126. csmp-digest-v3-099
  40127. csmp-digest-v3-100
  40128. csmp-digest-v3-101
  40129. csmp-digest-v
  40130. 3-102
  40131. csmp-digest-v3-103
  40132. csmp-digest-v3-104
  40133. csmp-digest-v3-105
  40134. csmp-digest-v3-106
  40135. csmp-digest-v3-107
  40136. csmp-digest-v3-108
  40137. csmp-digest-v3-109
  40138. csmp-digest-v3-110
  40139. csmp-digest-v3-111
  40140. csmp-digest-v3-112
  40141. csmp-digest-v3-113
  40142. csmp-digest-v3-114
  40143. csmp-digest-v3-115
  40144. csmp-digest-v3-116
  40145. csmp-digest-v3-117
  40146. csmp-digest-v3-118
  40147. csmp-digest-v3-119
  40148. csmp-digest-v3-120
  40149. csmp-digest-v3-121
  40150. csmp-digest-v3-122
  40151. csmp-digest-v3-123
  40152. csmp-digest-v3-125
  40153. csmp-digest-v3-126
  40154. csmp-digest-v3-127
  40155. csmp-digest-v3-128
  40156. csmp-digest-v
  40157. IMPORTANT INFO ABOUT SOUND MANAGER
  40158. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  40159. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  40160. http://www.apple.com/store
  40161. To get started,  you can go to the DeveloB
  40162. pers section of the QuickTime web-site where you will find many components of the SDK  on-line at:
  40163. http://www.apple.com/quicktime/developers
  40164. JpCheck the QuickTime 3 SDK
  40165. folder for more information
  40166. integrated with QuickTime.
  40167. The Sound Manager is now fullyK
  40168. Sep 93L
  40169. Oct 98O9Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Sound Manager:PADev.CD Apr 00 SDK1
  40170.  - Development Kits
  40171.  - Mac OS
  40172.  - Sound Manager
  40173. samples of AE coercions in general.
  40174. FinderOpenSelection:  This sample sends Finder 'Open Selection' events two different ways. The first, 'Send Open Selection', opens the file you select. The second,'Open Window Containing...' will open the Finder window containing the file you select.
  40175. IPCLister:  A small example of how to use IPCListPorts. This sample collects and displays all the PPC/AppleEvent capable machines in your current zone and puts them in a nice list.
  40176. ODOC:  This sample send
  40177. s an 'odoc' event to a specified running application
  40178. OSA Preserve 68K Registers:  The purpose of these functions are to save and restore a group of emulated 68K registers around calls to a PowerPC active or send function, which in turn calls YieldToAnyThread.  Provides 68K wrapper functions, named Preserve68KRegsActiveProc and Preserve68KRegsSendProc, to be installed as an OSAActiveProc or OSASendProc, respectively.
  40179. SendFinderOpen:  This snippet shows you how to send an OpenSelection Fin
  40180. 54703X
  40181. Feb 00^
  40182. r--set theItem to choose file -- uncomment to test in an AS editor
  40183.     tell application "Finder"
  40184.         open item "Dev.CD Feb 00 TC:Sample Code:"
  40185.         activate
  40186.     end tell
  40187. on error errMsg number errNum
  40188.     --enter statements to perform when no records are found such as...
  40189.     display dialog "Sorry, the item you selected could not be found."
  40190.     return
  40191. end try
  40192. e    No Changeq
  40193. Dev.CD Feb 00 TC
  40194. D!All Packages
  40195. Tool Chest Edition
  40196. Snippets - Devices
  40197. (** = new, * = revised)
  40198. Audio CD:  An MPW Tool that allows you to start, stop, pause, and continue audio CD tracks.
  40199. CD Tracker:  Pascal snippet that gets info on Audio CD tracks
  40200. CDROMDriveCheck:  An MPW C tool that checks to see which SCSI IDs are AppleCD SC drives.  It makes a status call(97) to the AppleCD SC driver (only works with this driver).
  40201. CDTool:  An MPW Tool that controls a CD drive
  40202. Disable Power Off Key:  Extension demonstrating how to disable power key for turning off mac
  40203. strutures
  40204. studies
  40205. studio
  40206. studyj
  40207. stuff
  40208. stuffit
  40209. stuffitmrj
  40210. stylew
  40211. style-linking
  40212. styled
  40213. stylemap
  40214. styles
  40215. stylewriter
  40216. stylus
  40217. sub-dialogs
  40218. sub-folderss
  40219. sub-menus
  40220. subclass
  40221. subdirectory
  40222. subfolders
  40223. subject
  40224. subjects
  40225. sublaunch
  40226. submission
  40227. submit
  40228. subprocesses
  40229. subroutine
  40230. subroutines
  40231. subsection
  40232. subset
  40233. subspace
  40234. substantially
  40235. substitute
  40236. substitutions
  40237. subtle
  40238. succeed
  40239. success
  40240. successfulf
  40241. suchQ
  40242. controlA
  40243. control's
  40244. control-keyh
  40245. controlled
  40246. controllerA
  40247. controllers
  40248. controllingA
  40249. controlrgn
  40250. controlsd
  40251. controls
  40252. 3.0.15
  40253. folder
  40254. controls/events
  40255. controlstrip
  40256. strong
  40257. stronger
  40258. strongestj
  40259. strongly
  40260. structglinfo
  40261. structs
  40262. structure
  40263. structured
  40264. structures
  40265. successfullyx
  40266. suchQ
  40267. 54233X
  40268. Feb 00^
  40269. --set theItem to choose file -- uncomment to test in an AS editor
  40270.     tell application "Finder"
  40271.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  40272.         activate
  40273.     end tell
  40274. on error errMsg number errNum
  40275.     --enter statements to perform when no records are found such as...
  40276.     display dialog "Sorry, the item you selected could not be found."
  40277.     return
  40278. end try
  40279. e    No Changeq
  40280. Dev.CD Feb 00 TC
  40281. D!All Packages
  40282. Tool Chest Edition
  40283. W tool that is used to examine the Projector state of files (i.e. whether a file belongs to a project, is checked-in/checked-out/modifiable, etc.) This version, 1.7, replaces previous versions that can be found on prior releases of the Developer's CD.
  40284. This updated release of the tool has been modified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool s while the tool 
  40285. ATags
  40286. ATags Manual
  40287. ATags Manual.txt
  40288. CTags
  40289. Ctags Manual
  40290. Ctags Manual.txt
  40291. Findtag
  40292. Findtag Manual
  40293. Findtag Manual.txt
  40294. PopTag
  40295. PopTag Manual
  40296. PopTag Manual.txt
  40297. PTags
  40298. Ptags Manual
  40299. Ptags Manual.txt
  40300. READ ME
  40301. READ ME.txt
  40302. Sample Startup
  40303. Tags.HelpK
  40304. Vol IIIL
  40305. Jan 93MDMPW and some free disk space. This package is System 7.0 compatible.O>Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Tags:PIDev.CD Feb 00 TC
  40306.  - Tool Chest
  40307.  - Development Kits
  40308.  - MPW Related
  40309.  - TagsV
  40310. 55063X
  40311. Feb 00^
  40312. --set theItem to choose file -- uncomment to test in an AS editor
  40313.     tell application "Finder"
  40314.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Tags:"
  40315.         activate
  40316.     end tell
  40317. on error errMsg number errNum
  40318.     --enter statements to perform when no records are found such as...
  40319.     display dialog "Sorry, the item you selected could not be found."
  40320.     return
  40321. end try
  40322. e    No Changeq
  40323. Dev.CD Feb 00 TC
  40324. All Packages
  40325. F$Taiwan Chinese Font Option Kit 6.0.3V
  40326. 55064X
  40327. .D!All Packages
  40328. Tool Chest Edition
  40329.  run on Mac OS X. The "CarbonLib Porting Guide" provides an overview of the Carbon interface, guidelines for converting your application, and specific information on 
  40330. how to build Carbon applications. Note that this document is a subset of the "Carbon Porting Guide" document, which additionally covers aspects of Mac OS X beyond CarbonLib and is available to registered developers.
  40331. Apple Type Services for Unicode Imaging Reference
  40332. ------------------------------
  40333. --------------------------------
  40334. This document describes the Apple Type Services for Unicode Imaging (ATSUI) programming interface and is updated for ATSUI 1.2. New features in ATSUI 1.2 include a linguistically based breakline and added tab character handling. The document features an appendix covering various API elements from the Script Manager, Unicode Utilities, and Apple Advanced Typography which are used by ATSUI.
  40335. Features:
  40336. Documentation topics included in the Mac OS library:
  40337. All Packages
  40338. F    QuickTimeO
  40339. Dev.CD Jul 93
  40340. Dev.CD Apr 93P
  40341. Dev.CD Jul 93
  40342. Dev.CD Apr 9V
  40343. 54613X
  40344. Jul 93
  40345. p--set theItem to choose file -- uncomment to test in an AS editor
  40346.     tell application "Finder"
  40347.         open item "Dev.CD Jul 93
  40348. Dev.CD Apr 93"
  40349.         activate
  40350.     end tell
  40351. on error errMsg number errNum
  40352.     --enter statements to perform when no records are found such as...
  40353.     display dialog "Sorry, the item you selected could not be found."
  40354.     return
  40355. end try
  40356. All Packages
  40357. F    QuickTimeO
  40358. Dev.CD Jul 93
  40359. Dev.CD Apr 93P
  40360. Dev.CD Jul 93
  40361. Dev.CD Apr 9V
  40362. 54614X
  40363. Jul 93
  40364. p--set theItem to choose file -- uncomment to test in an AS editor
  40365.     tell application "Finder"
  40366.         open item "Dev.CD Jul 93
  40367. Dev.CD Apr 93"
  40368.         activate
  40369.     end tell
  40370. on error errMsg number errNum
  40371.     --enter statements to perform when no records are found such as...
  40372.     display dialog "Sorry, the item you selected could not be found."
  40373.     return
  40374. end try
  40375. All Packages
  40376. OGDev.CD Feb 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Parser 5.0.7:PRDev.CD Feb 00 TC
  40377.  - Tool Chest
  40378.  - Devices
  40379.  - Apple Desktop Bus
  40380.  - ADB Parser 5.0.7V
  40381. 53916X
  40382. Feb 00^
  40383. --set theItem to choose file -- uncomment to test in an AS editor
  40384.     tell application "Finder"
  40385.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Parser 5.0.7:"
  40386.         activate
  40387.     end tell
  40388. on error errMsg number errNum
  40389.     --enter statements to perform when no records are found such as...
  40390.     display dialog "Sorry, the item you selected could not be found."
  40391.     return
  40392. end try
  40393. e    No Changeq
  40394. Dev.CD Feb 00 TC
  40395. D!All Packages
  40396. Tool Chest Edition
  40397. ADBReInit 1.0I
  40398. Summary: This Extension patches a bug in system software which can cause the PowerBook 140/170 and the Quadras to crash when _ADBReInit is called.J+ADBReInit
  40399. ADBReInit Note
  40400. ADBReInit Note.txtK
  40401. Sep 92:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:V
  40402. 53917X
  40403. 1e    No Change
  40404. xSummary:  This sample demonstrates how to compress and decompress JPEG images with QuickTime. We use the FCompressImage function but the CompressImage counterpart function could also be used. Although this sample strictly demonstrates JPEG compression/decompression you could use this as a framework for other types of compression (except for the decoding of the JPEG header).
  40405. J'Sample Code.img
  40406. Windows Sample Code.imgK
  40407. Jul 96L
  40408. May 97N"quicktime jpeg compress decompressO
  40409. Dev.CD Feb 00 TC:Sample Code:P
  40410. Dev.CD Feb 00 TC
  40411.  - Sample Codeding dcmds
  40412. Emulator Update Extension
  40413. into Debugger Prefs file
  40414. into MacsBug Preferences folder
  40415. into System folder
  40416. MacsBug 6.6 Read Me
  40417. MacsBugAppK
  40418. Apr 94L
  40419. Feb 00M@Macintosh running  Mac OS 8.x or later and a Power PC processor.N,MacsBug, debugger, debugging, assembly, bugsONDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:MacsBug 6.6:PYDev.CD Feb 00 TC
  40420.  - Tool Chest
  40421.  - Testing & Debugging
  40422.  - Debuggers & dcmds
  40423.  - MacsBug 6.6at Reader.
  40424. what's[
  40425. what's
  40426. 1.4.2_
  40427. what's
  40428. what's
  40429. bbedit
  40430. what's
  40431. 1.5.1
  40432. what's
  40433. package
  40434. what's
  40435. difference
  40436. whatsy
  40437. wherecds
  40438. wherecds
  40439. wherecds
  40440. white
  40441. window
  40442. windowdialog
  40443. windowdialog
  40444. windowpalette
  40445. windowpalette
  40446. windowsN
  40447. QuickDraw GXO
  40448. Dev.CD Apr 95P
  40449. Dev.CD Apr 9utilize recording and scripting features)N9AppleScript, Apple events, recordable, scriptable, scriptows Virtual User to "see" many more things in 7.0 Finder
  40450.     dialogs and windows. For more information, see the "Mole.code Read Me"
  40451.     document.
  40452.   ShimmerMate 1.0b1
  40453.     Shimmermate is an application which has the ability to 'bless' systems 
  40454.     on a target drive, name the Chooser on a newly installed system on a target, 
  40455.     and move files (i.e. hiding 
  40456. the system file from the finder for 
  40457.     non-blessed systems) plus several other features.  All features are
  40458.     implemented with radio buttons or text strings (such as path names to hard
  40459.     drives and system files).
  40460.     Requirements:  ShimmerMate must be launched from the same volume 
  40461.     which you will be changing system information on (i.e. de-blessing
  40462.     system folders).
  40463.   VU Aid 1.0.8
  40464.     VU Aid is a tool which is installed on any VU target to help the Virtual
  40465.     User Age
  40466. 55079X
  40467. Mar 00^    RL Disk 1
  40468. --set theItem to choose file -- uncomment to test in an AS editor
  40469.     tell application "Finder"
  40470.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:Text Encoding Converter 1.5:"
  40471.         activate
  40472.     end tell
  40473. on error errMsg number errNum
  40474.     --enter statements to perform when no records are found such as...
  40475.     display dialog "Sorry, the item you selected could not be found."
  40476.     return
  40477. end try
  40478. e    No ChangefCText Encoding Converter
  40479. Unicode
  40480. charset
  40481. character encoding
  40482. MIMEq
  40483. Dev.CD Mar 00 RL Disk 1
  40484. "D!All Packages
  40485. Tool Chest Edition
  40486. THooks
  40487. 5Summary: Ever wanted to patch a trap from a high-level language?  Now you can!  THooks is a C++ class which makes it easy to head-patch Macintosh traps from the comfort and safety of a high level language.  The THooks class takes care of the messy details; leaving you free to concentrate on your own program.
  40488. 55080X
  40489. 1e    No Change
  40490. dropshell
  40491. drvrs
  40492. dsappleevents
  40493. dsappleevents
  40494. dsappleevents
  40495. dsglobals
  40496. dsglobals
  40497. context
  40498. switch
  40499. context
  40500. switch
  40501. context
  40502. switch
  40503. context
  40504. switch
  40505. dsuserprocs
  40506. dsuserprocs
  40507. dsuserprocs
  40508. dsutils
  40509. dsutils
  40510. dsutils
  40511. ould not be found."
  40512.     return
  40513. end try
  40514. Deletedf5Global search and replace; software project archivingq
  40515. Dev.CD Nov 99 TC
  40516. KD!All Packages
  40517. Tool Chest Edition
  40518. Pascal Sample 3.0B10
  40519. Summary:  Very simple Macintosh application that supports multiple documents, Apple events, preferences and proper human interface.  Fully commented.
  40520. Features:  Supports Apple Events, preferences, proper human interface, MPW Pascal, THINK Pascal.
  40521. Issues:  No C version available yet.
  40522. JLPascal Sample
  40523. Read Me - Sample
  40524. Sample documents:
  40525. Source:
  40526. THINK Pascal files:K
  40527. Dec 93:Sample Code:Pascal Sample 3.0B10:V
  40528. 53109X
  40529. Deleted
  40530. Summary: This is the electronic version of develop magazine.
  40531.  Issue 23 highlights:
  40532. Music the Easy Way: The QuickTime Music Architecture by David Van Brink.  The QuickTime Music Architecture lets you easily add music to your application, without having to learn the intricacies of MIDI or sound production. Unleash the orchestra!
  40533. The Basics of QuickDraw 3D Geometries by Nick Thompson and Pablo Fernicola. Geometries are the backbone of any 3D graphics system. This article shows how the geo
  40534. metries in QuickDraw 3D fit in with the rest of the system, and how to make good use of them.
  40535. Implementing Shared Internet Preferences With Internet Config by Quinn 
  40536. The Eskimo!
  40537.   This article examines a shared preferences solution for Internet applications: how to use it in your applications, and also how it works, using the Component Manager as a robust shared library mechanism.
  40538. Multipane Dialogs by Norman Franke.  Dialog boxes with multiple panes are becoming more and more common. Thi
  40539. All Packages
  40540. System Enabler 065 (LC 575)O
  40541. Dev.CD Apr 94
  40542. Dev.CD Jan 94P
  40543. Dev.CD Apr 94
  40544. Dev.CD Jan 9V
  40545. 54899X
  40546. Apr 94
  40547. p--set theItem to choose file -- uncomment to test in an AS editor
  40548.     tell application "Finder"
  40549.         open item "Dev.CD Apr 94
  40550. Dev.CD Jan 94"
  40551.         activate
  40552.     end tell
  40553. on error errMsg number errNum
  40554.     --enter statements to perform when no records are found such as...
  40555.     display dialog "Sorry, the item you selected could not be found."
  40556.     return
  40557. end try
  40558. All Packages
  40559. System Enabler 065 (LC 575)O
  40560. Dev.CD Apr 94
  40561. Dev.CD Jan 94P
  40562. Dev.CD Apr 94
  40563. Dev.CD Jan 9V
  40564. 54900X
  40565. Apr 94
  40566. leverages
  40567. lexical
  40568. lexicon
  40569. libraries_
  40570. libraries
  40571. libraryA
  40572.   Debugging is a lot like being a detective.
  40573. THE VETERAN NEOPHYTE:  Manual Labor  by Jim Mensch.  Lots of activities have hidden lessons that can be applied to programming 
  40574.  for example, rebuilding a car engine.
  40575. KON & BAL
  40576. S PUZZLE PAGE:  New World Order by Cameron Esfahani and Alex Rosenberg.  Playing Marathon during work hours is not only justifiable but can actually prove fruitful.
  40577. JEdevelop Issue 26:
  40578. develop Issue 26 code:
  40579. develop Issue 26 references:K
  40580. Jun 96L
  40581. Sep 96OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 26:PQDev.CD Mar 00 RL Disk 1
  40582.  - Technical Documentation
  40583.  - Develop
  40584.  - develop Issue 26which returns the default Ethernet address for the machine using Open Transport calls.
  40585. OT Server Sample:  The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Ope
  40586. robustness
  40587. build/download
  40588. 3.2.4
  40589. sample\
  40590. sampler
  40591. samples
  40592. scanners
  40593. script
  40594. scripts
  40595. scroll
  40596. sdec/scomP
  40597. selectors
  40598. server
  40599. services
  40600. setup
  40601. sharedu
  40602. sound
  40603. source
  40604. sources
  40605. spooler
  40606. stack
  40607. standardsv
  40608. starter
  40609. stream
  40610. strip
  40611. stylew
  40612. success
  40613. suite
  40614. suitesm
  40615. super
  40616. survey
  40617. switch
  40618. synchronization
  40619. systemx
  40620. technicalS
  40621. technotes
  40622. terminology^
  40623. tester
  40624. textedit
  40625. 7:ts: Looking 
  40626. E- Common
  40627.     - Sun Compliant Java Runtime Environment 1.1
  40628.     - QuickTime 3 
  40629.     - QTJava.zip
  40630.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  40631.     - QTJava media samples
  40632. - Mac OS:
  40633.     - System 8 or later
  40634.     - Macintosh Runtime for Java (MRJ) 2.1
  40635. - Windows 95, 98, or NT::
  40636.     - JRE/JDK from Sun Microsystems, Inc. recommended
  40637. QuickTime, Java, MRJplay dialog "Sorry, the item you selected could not be found."
  40638.     return
  40639. end try
  40640. All Packages
  40641. System UpdateO
  40642. Dev.CD Oct 94P
  40643. Dev.CD Oct 9V
  40644. 52561X
  40645. Oct 94
  40646. b--set theItem to choose file -- uncomment to test in an AS editor
  40647.     tell application "Finder"
  40648.         open item "Dev.CD Oct 94"
  40649.         activate
  40650.     end tell
  40651. on error errMsg number errNum
  40652.     --enter statements to perform when no records are found such as...
  40653.     display dialog "Sorry, the item you selected could not be found."
  40654.     return
  40655. end try
  40656. All Packages
  40657. System UpdateO
  40658. Dev.CD Oct 94P
  40659. Dev.CD Oct 9V
  40660. 52562X
  40661. Oct 94
  40662. document
  40663. provides
  40664. preliminary
  40665. information
  40666. about
  40667. example
  40668. simpletext
  40669. 1.4d16
  40670. sample
  40671. extension
  40672. patches
  40673. firmware
  40674. certain
  40675. macintosh
  40676. folder
  40677. includes
  40678. folder
  40679. contains
  40680. example
  40681. illustrating
  40682. e found such as...
  40683.     display dialog "Sorry, the item you selected could not be found."
  40684.     return
  40685. end try
  40686. All Packages
  40687. F    QuickTimeO
  40688. Dev.CD Oct 93
  40689. Dev.CD Oct 93V
  40690. 53347X
  40691. Oct 93
  40692. c--set theItem to choose file -- uncomment to test in an AS editor
  40693.     tell application "Finder"
  40694.         open item "Dev.CD Oct 93
  40695.         activate
  40696.     end tell
  40697. on error errMsg number errNum
  40698.     --enter statements to perform when no records are found such as...
  40699.     display dialog "Sorry, the item you selected could not be found."
  40700.     return
  40701. end try
  40702. All Packages
  40703. F    QuickTimeO)Dev.CD Oct 93
  40704. Dev.CD Jul 93
  40705. Dev.CD Apr 93P(Dev.CD Oct 93
  40706. Dev.CD Jul 93
  40707. Dev.CD Apr 9V
  40708. 53348X
  40709. Oct 93
  40710. -AboutBox.c
  40711. AboutBox.h
  40712. CIconButtons.c
  40713. CIconButtons.h
  40714. History.c
  40715. History.h
  40716. HTMLSample
  40717. HTMLSample Help:
  40718. HTMLSample Pages:
  40719. HTMLSample.c
  40720. HTMLSample.h
  40721. HTMLSample.prj
  40722. HTMLSample.r
  40723. HTMLSample.rsrc
  40724. MakeFile
  40725. Re- C/F Registration Request
  40726. ReadMe
  40727. RenderingWindow.c
  40728. RenderingWindow.h
  40729. SampleUtils.c
  40730. SampleUtils.h
  40731. nd such as...
  40732.     display dialog "Sorry, the item you selected could not be found."
  40733.     return
  40734. end try
  40735. e    No Changef audio
  40736. compression
  40737. playback
  40738. codecq
  40739. Dev.CD Apr 00 SDK1
  40740. All Packages
  40741. New NewGWorld
  40742. This sample is designed to show the proper use of the the new flags (Mac OS 9+ and the iBooks, slot loading iMacs and AGP Graphics G4 PowerMacs) in the NewGWorld routine.  The application draws a re-sizable window that is updated from an offscreen GWorld.  The user has control over where to allocate the GWorld's PixMap data (in VRAM, in AGP memory or in system memory).  A blitting test can then be performed to test blitting speed using CopyBits.
  40743. 53069X
  40744. servercontrolintf
  40745. pictfile
  40746. pictfile
  40747. pictfile
  40748. pictfile
  40749. pictoid
  40750. pictoid
  40751. picttoclip
  40752. picttoclip
  40753. pippin
  40754. pippin
  40755. authentication
  40756. pippin
  40757. flash
  40758. access
  40759. pippin
  40760. launch
  40761. pippin
  40762. standard
  40763. pippin
  40764. startup
  40765. process
  40766. pippin
  40767. video
  40768. pippinfinder
  40769. release
  40770. notes
  40771. powerbook
  40772. powerbook
  40773. addendum
  40774. powerbook
  40775. powerbook
  40776. 2400c
  40777. powerbook
  40778. powerbook
  40779. powerbook
  40780. 2300c
  40781. powerbook
  40782. processor
  40783. powerbookg3series
  40784. powerbookg3series
  40785. powerpc
  40786. powerplant
  40787. pre-asip
  40788. pre-release
  40789. pre-release
  40790. prebuilt
  40791. preferences
  40792. prefse
  40793. prefs
  40794. system
  40795. primer
  40796. print
  40797. print2
  40798. printing
  40799. processor
  40800. e AE Objec
  40801. OUDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:PcDev.CD Feb 00 TC
  40802.  - What's New?
  40803.  - Sample Code
  40804.  - QuickTime
  40805.  - QuickTime for Java
  40806.  - QTSimpleAppletV
  40807. 54439X
  40808. Feb 00^
  40809. --set theItem to choose file -- uncomment to test in an AS editor
  40810.     tell application "Finder"
  40811.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:"
  40812.         activate
  40813.     end tell
  40814. on error errMsg number errNum
  40815.     --enter statements to perform when no records are found such as...
  40816.     display dialog "Sorry, the item you selected could not be found."
  40817.     return
  40818. end try
  40819. e    No Changef
  40820. QuickTime
  40821. Dev.CD Feb 00 TC
  40822. D!All Packages
  40823. Tool Chest Edition
  40824. QTStreamingAppletIWThis demo program shows how to display any QuickTime content within a java.awt.Applet.
  40825. J*AppletTag.js
  40826. classes
  40827. README.txt
  40828. sa.bat
  40829. Feb 00
  40830. C:What's New?:Sample Code:QuickTime:QuickTime for Java:QTStreamingApplet:V
  40831. 54440X
  40832. 1e    No Change
  40833. --set theItem to choose file -- uncomment to test in an AS editor
  40834.     tell application "Finder"
  40835.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SGCapture:"
  40836.         activate
  40837.     end tell
  40838. on error errMsg number errNum
  40839.     --enter statements to perform when no records are found such as...
  40840.     display dialog "Sorry, the item you selected could not be found."
  40841.     return
  40842. end try
  40843.  Feb 00 TC
  40844. D!All Packages
  40845. Mac OS SDK Edition
  40846. nguage Analysis Architecture (LAA) provides applications with standard interface for lexical analysis on Mac OS.
  40847. It has been difficult for an application to support features such as indexing, grammar check, sorting, text-to-speech, translation, and rubi (reading of words), for some languages including Japanese, Chineese and Korean unlike English and other European languages.
  40848. In case of Japanese text, you see no space or punctuation between words within a clause or sometimes even wisometimes even wi
  40849. 51732X
  40850. about
  40851. runtime
  40852. 2.1.4
  40853. outputs
  40854. outside
  40855. outstanding
  40856. ovals
  40857. overB
  40858. over-represented
  40859. overallg
  40860. overcome
  40861. overhead
  40862. override
  40863. overview[
  40864. p0nnz
  40865. pablo
  40866. packageU
  40867. )D!All Packages
  40868. Tool Chest Edition
  40869. Apple Developer News archive
  40870. This folder contains the archives (in HTML format) of Apple Computer's weekly newsletter to developers, Apple Developer News. The navigation links and graphics at the top and bottom of each page do not work, but the body of each page (and relevant links to the Internet) are complete. This folder is a mirror image of the ADN content on Apple's web site and is included for those developers who do not have web access. d, threads,  tasks, tasking, multitaskingO:Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Thread Manager:PBDev.CD Apr 00 SDK1
  40871.  - Development Kits
  40872.  - Mac OS
  40873.  - Thread Manager
  40874. takeng
  40875. takes
  40876. Summary:  SourceObj reads a .c.o file and its corrosponding .c file and outputs a mixed listing of 68k assembly and C source code.  Helps in writing better C/Pascal code by providing a way to view the output of MPW 68k compilers on a per source line basis.  See the file "About SourceObj" for details.
  40877. Features:
  40878. Ouput a single function/method.
  40879. Output all methods of a class.
  40880. Output all instances of a method name.
  40881. Show/Hide 68k opcodes.
  40882. General tools.imgK
  40883. Feb 94M
  40884. Works with MPW 3.2 or laterN:object code, disassembly, MPW tool, UltraSlimFast, DumpObjO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  40885.  - Tool Chest
  40886.  - Testing & Debugging
  40887.  - General toolsl
  40888. allows
  40889. summary
  40890. years
  40891. chinese
  40892. input
  40893. bottleneck
  40894. summary
  40895. fragment
  40896. simple
  40897. application
  40898. designed
  40899. summary
  40900. gxgraphics
  40901. 1.1.6
  40902. extension
  40903. encompasses
  40904. collaborationj
  40905. collect`
  40906. collectionb
  40907. All Packages
  40908. F    QuickTimeO
  40909. Dev.CD Jun 97 SSWP
  40910. Dev.CD Jun 97 SSV
  40911. 54626X
  40912. Jun 97
  40913. f--set theItem to choose file -- uncomment to test in an AS editor
  40914.     tell application "Finder"
  40915.         open item "Dev.CD Jun 97 SSW"
  40916.         activate
  40917.     end tell
  40918. on error errMsg number errNum
  40919.     --enter statements to perform when no records are found such as...
  40920.     display dialog "Sorry, the item you selected could not be found."
  40921.     return
  40922. end try
  40923. All Packages
  40924. F    QuickTimeO
  40925. Dev.CD Jun 97 SSWP
  40926. Dev.CD Jun 97 SSV
  40927. 54627X
  40928. Jun 97
  40929. f--set theItem to choose file -- uncomment to test in an AS editor
  40930.     tell application "Finder"
  40931.         open item "Dev.CD Jun 97 SSW"
  40932.         activate
  40933.     end tell
  40934. on error errMsg number errNum
  40935.     --enter statements to perform when no records are found such as...
  40936.     display dialog "Sorry, the item you selected could not be found."
  40937.     return
  40938. end try
  40939. All Packages
  40940. F    QuickTimeO
  40941. Dev.CD Jun 97 SSWP
  40942. Dev.CD Jun 97 SSV
  40943. 54628X
  40944. architecture
  40945. archiving
  40946. arrangement
  40947. aslmu
  40948. apple
  40949. shared
  40950. library
  40951. manager
  40952. dynamic
  40953. libraryu
  40954. profiler
  40955. apple
  40956. systemx
  40957. assemblers
  40958. assembly
  40959. assistance
  40960. assistant
  40961. async
  40962. async
  40963. asynchronous
  40964. driver
  40965. table
  40966. async
  40967. device
  40968. asynchronous
  40969. atapi
  40970. powerbook
  40971. atapi
  40972. atmark
  40973. atsui
  40974. attributes
  40975. atworld
  40976. audio
  40977. audio
  40978. compression
  40979. playback
  40980. codec
  40981. authentication
  40982. automated
  40983. automation
  40984. aware
  40985. D!All Packages
  40986. Tool Chest Edition
  40987. MacApp Developer Survey
  40988.     dme - InstallerK
  40989. Sep 93L
  40990. Sep 96M
  40991. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:nge
  40992.  Services SDK:
  40993. pitfalls
  40994. place
  40995. place
  40996. extensions
  40997. folder
  40998. place
  40999. system
  41000. folder
  41001. plain
  41002. plain
  41003. paper
  41004. platforms
  41005. player
  41006. playit
  41007. playit
  41008. playmovie
  41009. playmovie
  41010. playqteffectapp
  41011. playqteffectapp
  41012. playtune
  41013. playtune
  41014. please
  41015. plstringfuncs
  41016. plug-ins
  41017. plugins
  41018. po-portuguese
  41019. polish
  41020. polish
  41021. 2-1.1.3
  41022. poptag
  41023. poptag
  41024. manual
  41025. poptag
  41026. manual
  41027. popupfuncs
  41028. popupfuncs
  41029. 2.6.1
  41030. installer
  41031. popupfuncs
  41032. notes
  41033. owerbookg3series
  41034. powerpc
  41035. powerplant
  41036. pre-asip
  41037. pre-release
  41038. pre-release
  41039. prebuilt
  41040. preferences
  41041. prefse
  41042. prefs
  41043. system
  41044. primer
  41045. print
  41046. print2
  41047. printing
  41048. process
  41049. processor
  41050. events
  41051. needs
  41052. events
  41053. get1resource
  41054. getadevtype
  41055. getdctlentry
  41056. getdraghilitecolor
  41057. getfinfo
  41058. getindstring
  41059. getinfo
  41060. getkeysU
  41061. getlastchange
  41062. getmfsize
  41063. getnextevent
  41064. getnextfond
  41065. getopen
  41066. getownergroup
  41067. getprocessinformatio
  41068. getresource
  41069. getstdfilterproc
  41070. gettable/settable
  41071. getter
  41072. gettingj
  41073. getting
  41074. started
  41075. webobjects
  41076. gimedapalette
  41077. giveN
  41078. given`
  41079. givesf
  41080. giving
  41081. glance
  41082. globalj
  41083. global-aware
  41084. globally
  41085. globals
  41086. glossariess
  41087. glossaryw
  41088. gluen
  41089. curves
  41090. customo
  41091. customchoose
  41092. customenabler
  41093. customer
  41094. customer's
  41095. customersj
  41096. customget
  41097. customgetfile
  41098. customgetfolder
  41099. customicon
  41100. customise
  41101. customizable
  41102. customization
  41103. customize
  41104. customize/rewrite
  41105. customized
  41106. customizing
  41107. custompicproc
  41108. customputappend
  41109. customputdialog
  41110. customputsuffix
  41111. cutting
  41112. cvtccomments
  41113. cyberdog
  41114. cycle
  41115. cycles
  41116. cyrillic
  41117. pCDEF:  A simple example of using the PopupCDEF available in System 7 and later.
  41118. Tabs LDEF 1.0:  Tabs LDEF is a custom list definition which allows developers to easily create multiple columned lists using different sizes
  41119. 1.5.2
  41120. 1.6.1
  41121. 1.7.1
  41122. 1.7.2
  41123. 1.7.3
  41124. 1/1/70
  41125. 1/25/2000
  41126. 100lc
  41127. 12/600j
  41128. 12x16
  41129. 1337s
  41130. 140/170W
  41131. 16384p
  41132. succeed
  41133. success
  41134. successfulf
  41135. suchQ
  41136. setfileflag
  41137. setfinderlock
  41138. setfinderlock
  41139. setfinfo
  41140. setfinfo
  41141. setfolderflag
  41142. setfolderflag
  41143. setmarkers
  41144. setmfsize
  41145. setmode
  41146. setmode
  41147. setproject
  41148. setprojector
  41149. setup
  41150. setupdsp
  41151. setupdsp
  41152. setupdsp
  41153. setupgl
  41154. setupgl
  41155. setupgl
  41156. setupgl
  41157. setupgl
  41158. setupgl
  41159. setupgl
  41160. setupproj
  41161. sgcapture
  41162. gcapture2disk
  41163. products
  41164. shareware
  41165. shell
  41166. showhidefolder
  41167. showhidefolder
  41168. shtml
  41169. sighyper
  41170. signaturetoapp]
  41171. signaturetoapp
  41172. simple
  41173. simple
  41174. simpleprefs
  41175. simpleprefs
  41176. simpleprefs
  41177. simpletext
  41178. simpletext
  41179. simpletext
  41180. simpletext
  41181. simpletext
  41182. simpletext
  41183. simpletext
  41184. sample
  41185. simplified
  41186. simplified
  41187. stream
  41188. audio
  41189. commonj
  41190. cationsj
  41191. companionZ
  41192. company
  41193. compared
  41194. compatibilityY
  41195. compatibleO
  41196. compatiblesj
  41197. compilation
  41198. compile
  41199. compilers
  41200. compiles
  41201. completeR
  41202. completion
  41203. complex
  41204. compliance
  41205. componentP
  41206. component-based
  41207. components
  41208. composersj
  41209. composite
  41210. composited
  41211. compositing
  41212. compound-document
  41213. compressionP
  41214. compression/decompreP
  41215. compressor/decompres
  41216. computerj
  41217. computer'si
  41218. computer-based
  41219. computersj
  41220. computingZ
  41221. concentrate
  41222. concerns
  41223. concurrent
  41224. concurrently
  41225. condition
  41226. conditional
  41227. conference
  41228. conferencingj
  41229. MrMacTCP 2.0.2 driver, which is available as part of the TCP/IP Connection from Macintosh product or on the E
  41230. O CDN#TCP/IP, networking, standards basedLibraries:RuntimeLibraries:ObjectSupportLib:PoDev.CD Jan 97 SDK1
  41231.  - Development Kits (Disc 1)
  41232.  - Interfaces&Libraries
  41233.  - RuntimeLibraries
  41234.  - ObjectSupportLib Develop
  41235.  - develop Issue 21"Finder"
  41236.         open item "Dev.CD Feb 00 TC:Tool Chest:Localization:ScriptSwitcher:"
  41237.         activate
  41238.     end tell
  41239. on error errMsg number errNum
  41240.     --enter statements to perform when no records are found such as...
  41241.     display dialog "Sorry, the item you selected could not be found."
  41242.     return
  41243. end try
  41244. e    No Changef
  41245. scriptswitcher script switcherq
  41246. Dev.CD Feb 00 TC
  41247. D!All Packages
  41248. Mac OS SDK Edition
  41249. ScriptX 1.5.1
  41250.     'Sample Code.img
  41251. Windows Sample Code.imgK
  41252. Sep 97M
  41253. PowerPC PCI based MacintoshN
  41254. PCI ndrv driver loaderO
  41255. Dev.CD Feb 00 TC:Sample Code:P
  41256. Dev.CD Feb 00 TC
  41257.  - Sample CodeV
  41258. 40541X
  41259. Feb 00^
  41260. #als Documentation:
  41261. Ee    No Changef2Open Transport
  41262. kernel
  41263. strlog
  41264. debug
  41265. streamsq
  41266. Dev.CD Feb 00 TC
  41267. FD!All Packages
  41268. Tool Chest Edition
  41269. OTTCPWillDial
  41270. This sample shows how to use the Network Setup library (as introduced in Mac OS 8.5) to determine whether opening a TCP/IP provider will cause a modem to dial.  If the Network Setup library is not available, the sample will read the "TCP/IP Preferences" file directly.
  41271. J'Sample Code.img
  41272. Windows Sample Code.imgK
  41273. Dec 98N0network, setup, configuration, AppleTalk, TCP/IPO
  41274. Dev.CD Feb 00 TC:Sample Code:P
  41275. Dev.CD Feb 00 TC
  41276.  - Sample CodeV
  41277. 54348X
  41278. Feb 00^
  41279. r--set theItem to choose file -- uncomment to test in an AS editor
  41280.     tell application "Finder"
  41281.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41282.         activate
  41283.     end tell
  41284. on error errMsg number errNum
  41285.     --enter statements to perform when no records are found such as...
  41286.     display dialog "Sorry, the item you selected could not be found."
  41287.     return
  41288. end try
  41289. e    No Change
  41290. development
  41291. primer
  41292. zautodroneburn
  41293. dzautodroneexpl
  41294. dzautodroneexpl
  41295. dzdisplay
  41296. dzdisplay
  41297. dzdisplay
  41298. dzdrone
  41299. dzdrone
  41300. dzdrone
  41301. dzevenmoreresources
  41302. dzevenmoreresources
  41303. dzevents
  41304. dzevents
  41305. dzevents
  41306. dzgame
  41307. dzgame
  41308. dzgame
  41309. dzinput
  41310. dzinput
  41311. dzinput
  41312. dzisppresets
  41313. dzisppresets
  41314. dzisppresets
  41315. dzkeycap
  41316. dzkeycap
  41317. dzmain
  41318. dzmain
  41319. dzmain
  41320. dzmenu
  41321. dzmenu
  41322. dzmenu
  41323. dzmoreresources
  41324. dzmoreresources
  41325. dzprefix
  41326. dzprefix
  41327. dzresource
  41328. dzresource
  41329. dzresource
  41330. dzsound
  41331. dzsound
  41332. dzsound
  41333. dzsound
  41334. dzspace
  41335. dzspace
  41336. dzspace
  41337. dzthumbprint
  41338. dzthumbprint
  41339. dzutils
  41340. dzutils
  41341. dzutils
  41342. 54104X
  41343. Feb 00^
  41344. --set theItem to choose file -- uncomment to test in an AS editor
  41345.     tell application "Finder"
  41346.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:Disk I/O Performance Tools:"
  41347.         activate
  41348.     end tell
  41349. on error errMsg number errNum
  41350.     --enter statements to perform when no records are found such as...
  41351.     display dialog "Sorry, the item you selected could not be found."
  41352.     return
  41353. end try
  41354. e    No Changef
  41355. Disk I/O
  41356. Performanceq
  41357. Dev.CD Feb 00 TC
  41358. SD!All Packages
  41359. Tool Chest Edition
  41360. DiskFiller
  41361.     Item to choose file -- uncomment to test in an AS editor
  41362.     tell application "Finder"
  41363.         open item "Dev.CD Apr 95"
  41364.         activate
  41365.     end tell
  41366. on error errMsg number errNum
  41367.     --enter statements to perform when no records are found such as...
  41368.     display dialog "Sorry, the item you selected could not be found."
  41369.     return
  41370. end try
  41371. All Packages
  41372. QuickDraw GXO
  41373. Dev.CD Apr 95P
  41374. Dev.CD Apr 9V
  41375. 53264X
  41376. Apr 95
  41377. read-only
  41378. read/write
  41379. readable`
  41380. readerZ
  41381. readers
  41382. readily
  41383. reading_
  41384. readlocation
  41385. readmed
  41386. readmes
  41387. reads
  41388. readsector
  41389. ready
  41390. ready-to-print-with
  41391. realistic
  41392. realityj
  41393. really
  41394. realtime
  41395. rearrange
  41396. reasonably
  41397. reasons
  41398. reboot
  41399. rebuildY
  41400. rebuilding
  41401. rebuiltY
  41402. receive
  41403. received
  41404. receiver
  41405. receives
  41406. receiving
  41407. recent
  41408. recently
  41409. reception
  41410. recipes
  41411. recognition
  41412. recognize
  41413. recognizes
  41414. recognizing
  41415. recommendx
  41416. recommendations
  41417. recommended
  41418. recommends
  41419. recompilation
  41420. recompile
  41421. recordV
  41422. WjecN
  41423. prototyping
  41424. prove
  41425. proverbial
  41426. proves
  41427. provideZ
  41428. provider
  41429. providesU
  41430. providingo
  41431. pub/pccts
  41432. public
  41433. publicationsw
  41434. published
  41435. publisherf
  41436. publishers
  41437. publishingj
  41438. chinese
  41439. handwriting
  41440. chinese
  41441. language
  41442. chinese
  41443. language
  41444. updater
  41445. chinesetalk
  41446. chinesetalk
  41447. 6.0.3
  41448. chinesetalk
  41449. chinesetraditionalfo
  41450. chinesetraditionalfo
  41451. 6.0.5
  41452. chromakeymovie
  41453. cihui
  41454. classic
  41455. editor
  41456. resedit
  41457. codes
  41458. collection
  41459. color[
  41460. color
  41461. locator
  41462. colorpicker
  41463. colorpicker
  41464. 2.1.1
  41465. colorpopupmenus
  41466. colorsync
  41467. colorsync
  41468. colorsync
  41469. photoshop
  41470. plugins
  41471. communication
  41472. communications
  41473. communications
  41474. toolbox
  41475. compositedeffects
  41476. computer-based
  41477. computer-based
  41478. media
  41479. broadcast
  41480. conferencing
  41481. config&interleave
  41482. contacts
  41483. 55070X
  41484. Mar 00^    RL Disk 2
  41485. --set theItem to choose file -- uncomment to test in an AS editor
  41486.     tell application "Finder"
  41487.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:java:"
  41488.         activate
  41489.     end tell
  41490. on error errMsg number errNum
  41491.     --enter statements to perform when no records are found such as...
  41492.     display dialog "Sorry, the item you selected could not be found."
  41493.     return
  41494. end try
  41495. e    No Change
  41496. QuickTime For Java
  41497. Yellow Box and Java
  41498. AppKit Reference
  41499. Enterprise Objects Framework
  41500. Foundation Reference
  41501. Java Tutorial
  41502. WebObjects and Java
  41503. Enterprise Objects Framework
  41504. Foundation Reference Java Client
  41505. Mac OS Runtime for Java
  41506. MRJ Toolkit
  41507. JManager
  41508. JDirect
  41509. JBindery
  41510. /A2http://developer.apple.com/techpubs/java/java.html
  41511. Dev.CD Mar 00 RL Disk 2
  41512. All Packages
  41513. Technical Publications: MacITSummary:
  41514. Collection of Inside Macintosh books and related programming documentation.
  41515. Mar 99
  41516. edition
  41517. M<ScriptSwitcher8 updates ScriptSwitcher to work on System 8.0N
  41518. scriptswitcher script switcherO8Dev.CD Feb 00 TC:Tool Chest:Localization:ScriptSwitcher:P@Dev.CD Feb 00 TC
  41519.  - Tool Chest
  41520.  - Localization
  41521.  - ScriptSwitcherV
  41522. 54674X
  41523. Feb 00^
  41524. --set theItem to choose file -- uncomment to test in an AS editor
  41525.     tell application "Finder"
  41526.         open item "Dev.CD Feb 00 TC:Tool Chest:Localization:ScriptSwitcher:"
  41527.         activate
  41528.     end tell
  41529. on error errMsg number errNum
  41530.     --enter statements to perform when no records are found such as...
  41531.     display dialog "Sorry, the item you selected could not be found."
  41532.     return
  41533. end try
  41534. e    No Changef
  41535. scriptswitcher script switcherq
  41536. Dev.CD Feb 00 TC
  41537. D!All Packages
  41538. Mac OS SDK Edition
  41539. ScriptX 1.5.1
  41540.     ntroller
  41541. server
  41542. controller
  41543. server
  41544. remote
  41545. control
  41546. servercontrolintf
  41547. suchQ
  41548. Summary: This is the electronic version of develop magazine.
  41549.  Issue 8 highlights:
  41550. Curves Ahead: Working With Curves in QuickDraw  by Mike Reed and Konstantin Othmer.   All about quadratic B
  41551. zier curves on the Macintosh, including using the curves from TrueType fonts.
  41552. Validating Date and Time Entry in MacApp  by James Plamondon.   Here
  41553. s a new MacApp class that provides robust and flexible entry validation.
  41554. Macintosh Debugging: A Weird Journey Into the Belly of the Beast  by Bo3b Johns
  41555. on and Fred Huxham.   This article presents some very useful debugging techniques that every Macintosh developer needs to know about.
  41556. Macintosh Hybrid Applications for A/UX  by John Morley.   This is an introduction to writing Macintosh applications meant to run under A/UX, explaining the basics and pointing out some potential gotchas.
  41557. Print Hints From Luke & Zz: CopyMask, CopyDeepMask, and LaserWriter Driver 7.0  by Pete 
  41558.  Alexander.   How do you print graphics that use CopyMask an
  41559. becauseh
  41560. bechtel
  41561. become
  41562. becoming
  41563. bedford
  41564. beenN
  41565. before
  41566. befound
  41567. begin
  41568. beginning
  41569. behalf
  41570. behave
  41571. behavior
  41572. behaviors
  41573. behaviour
  41574. beinga
  41575. beings
  41576. blend
  41577. block
  41578. blockreader
  41579. blocks
  41580. Summary:  This application demonstrates how to send an AppleEvent to the Finder that will cause a new default desktop printer to be selected under QuickDraw GX. The user interface consists of a dialog that collects a string that is the name of a desktop printer. Upon hitting the default button, the application forms an AppleEvent and sends it off to the Finder. If the Printing Finder Extension (part of QuickDraw GX) is installed and a valid desktop printer was specified then that printer sB!hould become the default printer.
  41581. FSSetPrinter.c
  41582. FSSetPrinter.h
  41583. ReadMe
  41584. SetDefaultDTP
  41585. SetDefaultDTP.c
  41586. SetDefaultDTP.rsrc
  41587. SetDefaultDTP.
  41588. SetDefaultDTP.
  41589. SetDefaultDTP.
  41590. .rsrcK
  41591. Feb 96M
  41592. QuickDraw GX, System 7.5N8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolO7Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:SetDefaultDTP:P?Dev.CD Feb 00 TC
  41593.  - Tool Chest
  41594.  - QuickDraw GX
  41595.  - SetDefaultDTP
  41596. pascal
  41597. pascal
  41598. sample
  41599. processor
  41600. ocproc
  41601. hat's what we figured.  Mark is the author of ColorSieve, a popular freeware utility that helps C, Pascal, and HTML programmers look at and manipulate color information.  Patrick is the author of WebColor, a popular sharware application that helps HTML authors create web pages with custom colors defined for the background as well as the various types of links (as well as other neat features).  We felt that our programs could work together really well if they could communicate the color inf
  41602. ormation back and forth.
  41603. So, we created the Scrap Color clipboard format and supporting code library.  We will be integrating this functionality into our programs, and we hope that others will do so as well.  With the supporting code library written, it is a snap to integrate and call.  Plus, we are placing the format and code library in the public domain.  It's free to use as you like with no copyrights or licensing fees.  You don't even have to mention it in your about box.
  41604. We hope tha
  41605. Jan 94
  41606. - Common
  41607.     - Sun Compliant Java Runtime Environment 1.1
  41608.     - QuickTime 3 
  41609.     - QTJava.zip
  41610.     - QTJava media samples
  41611. - Mac OS:
  41612.     - System 8 or later
  41613.     - Macintosh Runtime for Java (MRJ) 2.1
  41614. - Windows 95, 98, or NT::
  41615.     - JRE/JDK from Sun Microsystems, Inc. recommended
  41616. QuickTime, Java, MRJund such as...
  41617.     display dialog "Sorry, the item you selected could not be found."
  41618.     return
  41619. end try
  41620. MovedfCCDEV control panel INIT MPW Symantec Metrowerks StandardFile PACK 3q
  41621. Dev.CD Feb 00 TC
  41622. D!All Packages
  41623. Tool Chest Edition
  41624. STD File Saver 2.1.1
  41625. Summary:  StdFileSaver is a sample print driver written in C. It's based upon the STD File Saver 1.1 sample in Pascal that has been the only print driver sample available since 1991.  It writes to PICT resources, so it's not too useful as is, but illustrates what needs to be done with a minimum of extra gunk.
  41626. Changes since 2.0: Chooser support added. Bugs fixed. Save to PICT file as well as resouce.
  41627. 53493X
  41628. 1e    No Change
  41629. t describes the Unicode Utilities functionality introduced in Mac OS 8.6 and 9.0. Mac OS 8.6 introduced support for locale-sensitive Unicode collation (comparing Unicode strings); this support is enhanced in Mac OS 9.0. Mac OS 8.6 also introduced support for locale-insensitive Unicode collation. Mac OS 9.0 introduces support for locale-sensitive Unicode text boundary location to determine the  boundaries of characters, clusters (for cursor movement) or words, and to determine potential linG
  41630. e break locations. Mac OS 9.0 also introduces support for obtaining the properties of a Unicode character, which is not a locale-sensitive operation.
  41631. Carbon_Menu_Mgr_API.pdf
  41632. Carbon_Window_Mgr_API.pdf
  41633. DisplayManager.pdf
  41634. HTML_RenderingLib.pdf
  41635. Locales_for_Mac_OS_8.6_9.0.pdf
  41636. UnicodeUtilities.pdf
  41637. OqDev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:
  41638. macsbug
  41639. macsbug
  41640. macsbug
  41641. debugging
  41642. guide
  41643. --set theItem to choose file -- uncomment to test in an AS editor
  41644.     tell application "Finder"
  41645.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Archive:Games:UniversalHIDModuleTest:"
  41646.         activate
  41647.     end tell
  41648. on error errMsg number errNum
  41649.     --enter statements to perform when no records are found such as...
  41650.     display dialog "Sorry, the item you selected could not be found."
  41651.     return
  41652. end try
  41653. 7.1p5
  41654. performa
  41655. 7.1p6
  41656. performance
  41657. performance
  41658. tools
  41659. pgpuam
  41660. photoshop
  41661. picker
  41662. pippin
  41663. pippin
  41664. technical
  41665. notes
  41666. player
  41667. playmovie
  41668. playtune
  41669. plug-ins
  41670. given`
  41671. givesf
  41672. giving
  41673. glance
  41674. globalj
  41675. global-aware
  41676. globals
  41677. glossariess
  41678. glossaryw
  41679. gluen
  41680. glyphse
  41681. goals
  41682. goesN
  41683. going
  41684. gonzalez
  41685. Vol IIIL
  41686. Vol VIIOIDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:PTDev.CD Feb 00 TC
  41687.  - Tool Chest
  41688.  - Development Kits
  41689.  - MPW Related
  41690.  - DTS MPW Goodiesode it is based on in that it allows the user to create the effect "by hand" e.g. without the aid of the standard QuickTime effects parameter dialog box. Instead, the program itself builds the correct effects parameter description atoms.
  41691. JeappRsrc.rsrc
  41692. main.c
  41693. main.h
  41694. Movie File.mov
  41695. QTEffects
  41696. QTEffects Project
  41697. QTEffects.c
  41698. QTEffects.h
  41699. READ MEK
  41700. Dec 99M QuickTime 4, Mac OS 7.1 or laterN
  41701. QuickTime, effectsOKDev.CD Mar 00 RL Disk 1:What's New:Sample Code:QuickTime:QTEffects Explode:PVDev.CD Mar 00 RL Disk 1
  41702.  - What's New
  41703.  - Sample Code
  41704.  - QuickTime
  41705.  - QTEffects Explode
  41706. Dev.CD Apr 93PDDev.CD Apr 94
  41707. Dev.CD Jan 94
  41708. Dev.CD Oct 93
  41709. Dev.CD Jul 93
  41710. Dev.CD Apr 9V
  41711. 51292X
  41712. Apr 94
  41713. ethernetQ
  41714. ethernets
  41715. Summary:  The February 1994 edition of the Apple Publications Style Guide provides developers with the most up-to-date style conventions used in Apple documentation. Included are general rules for style and usage, in addition to appendixes on technical notation, units of measure, how to write balloons, how to create a glossary, and a Newton Style Guide. 
  41716. This extensive revision has added many new terms and deleted obsolete ones. It includes new appendixes for writing a glossary and a NewtB
  41717. on Style Guide. 
  41718. J.Apple Pubs Glossary 3.0
  41719. Apple Style Guide 2/94K
  41720. Vol IIIL
  41721. May 94M
  41722. Adobe Acrobat Reader.N1documentation, manuals, style, usage, style guideOCDev.CD Mar 00 RL Disk 1:Technical Documentation:Publication Guides:PHDev.CD Mar 00 RL Disk 1
  41723.  - Technical Documentation
  41724.  - Publication Guides^
  41725. documentationandsamp
  41726. 54034X
  41727. Apr 00^
  41728. --set theItem to choose file -- uncomment to test in an AS editor
  41729.     tell application "Finder"
  41730.         open item "Dev.CD Apr 00 SDK1:Interactive Media Resources:CompbasedMediaBroadcastEnv:"
  41731.         activate
  41732.     end tell
  41733. on error errMsg number errNum
  41734.     --enter statements to perform when no records are found such as...
  41735.     display dialog "Sorry, the item you selected could not be found."
  41736.     return
  41737. end try
  41738. e    No Changef2Computer Based Media
  41739. Television
  41740. Broadcast
  41741. Graphicsq
  41742. Dev.CD Apr 00 SDK1
  41743. D!All Packages
  41744. Mac OS SDK Edition
  41745. ContextualMenuManagerSDK 1.0.3
  41746.     now call ReleaseResource, which is the correct call.
  41747. J'Sample Code.img
  41748. Windows Sample Code.imgK
  41749. Oct 94L
  41750. Nov 94M}Requires System 7.0.  Won't do anything harmful with previous systems.  Won't do anything useful unless System 7.5 or later.
  41751. NCCDEV control panel INIT MPW Symantec Metrowerks StandardFile PACK 3O
  41752. Dev.CD Feb 00 TC:Sample Code:P
  41753. Dev.CD Feb 00 TC
  41754.  - Sample Code
  41755. MacTCP Token Ring MTU ToolI
  41756. Summary: The MacTCP Token Ring Extension supports an MTU (maximum transmission unit) of 2000 bytes.  This tool allows users to increase this MTU size to take advantage of higher capacity networks.J
  41757. MTU Tool
  41758. Read me
  41759. Read me.txtK
  41760. Aug 92M8MacTCP 1.1, MacTCP Token Ring Extension, Token Ring cardOIDev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:PTDev.CD Feb 00 TC
  41761.  - Tool Chest
  41762.  - Networking
  41763.  - MacTCP
  41764.  - MacTCP Token Ring MTU ToolV
  41765. 54266X
  41766. 1ll modi
  41767. fying source code.
  41768.    MakeTheFolder is an improvement over the MPW command MakeFolder.  This script accepts one input parameter.  This is the name of a folder to be created.  Whereas the MPW command NewFolder will also create folders, the NewFolder command will not create a  named folder if all of its parent folders do not already exist.  This script will insure all folders in the path exist.  So this script may be called once using the full pathname of the  desired folder and this script
  41769. quicktime
  41770. windowsernal
  41771. external
  41772. system
  41773. external
  41774. extractor
  41775. faceless
  41776. faceless
  41777. background-only
  41778. family
  41779. fcode
  41780. features
  41781. feedback
  41782. fetch
  41783. field
  41784. management
  41785. manager
  41786. preview
  41787. sharing
  41788. signing
  41789. system
  41790. files
  41791. filetool
  41792. filter
  41793. content
  41794. finder
  41795. finder
  41796. appleevents
  41797. finderevents
  41798. events
  41799. finder
  41800. strings
  41801. finder
  41802. label
  41803. finder
  41804. windows
  41805. finderevents
  41806. firewire
  41807. firmware
  41808. folder
  41809. encoding
  41810. management
  41811. manager
  41812. fonts
  41813. fontsync
  41814. foreign
  41815. foreign
  41816. system
  41817. formatting
  41818. forth
  41819. foundation
  41820. foundation
  41821. reference
  41822. All Packages
  41823. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  41824. Dev.CD Jan 94
  41825. Dev.CD Oct 93
  41826. Dev.CD Jul 93
  41827. Dev.CD Apr 93PDDev.CD Apr 94
  41828. Dev.CD Jan 94
  41829. Dev.CD Oct 93
  41830. Dev.CD Jul 93
  41831. Dev.CD Apr 9V
  41832. 55029X
  41833. Apr 94
  41834. --set theItem to choose file -- uncomment to test in an AS editor
  41835.     tell application "Finder"
  41836.         open item "Dev.CD Apr 94
  41837. Dev.CD Jan 94
  41838. Dev.CD Oct 93
  41839. Dev.CD Jul 93
  41840. Dev.CD Apr 93"
  41841.         activate
  41842.     end tell
  41843. on error errMsg number errNum
  41844.     --enter statements to perform when no records are found such as...
  41845.     display dialog "Sorry, the item you selected could not be found."
  41846.     return
  41847. end try
  41848. All Packages
  41849. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  41850. Dev.CD Jan 94
  41851. Dev.CD Oct 93
  41852. Dev.CD Jul 93P6Dev.CD Apr 94
  41853. Dev.CD Jan 94
  41854. Dev.CD Oct 93
  41855. Dev.CD Jul 9V
  41856. 55030X
  41857. Apr 94
  41858. developer
  41859. notes
  41860. developers
  41861. development
  41862. device
  41863. device
  41864. driver
  41865. device
  41866. manager
  41867. devnotes
  41868. dialog
  41869. dictation
  41870. tokentalkQ
  41871. ncomment to test in an AS editor
  41872.     tell application "Finder"
  41873.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 25:"
  41874.         activate
  41875.     end tell
  41876. on error errMsg number errNum
  41877.     --enter statements to perform when no records are found such as...
  41878.     display dialog "Sorry, the item you selected could not be found."
  41879.     return
  41880. end try
  41881. e    No Changeq
  41882. Dev.CD Mar 00 RL Disk 1
  41883. All Packages
  41884. develop Issue 26
  41885. 52838X
  41886.  opportunity to populate the Contextual Menu when the user selects text.
  41887. The data that ADD searches for and the actions that can be taken on the data is developer extensible.  The detectors are written using regular expressions and the actions are written using AppleScript.
  41888. This package is the SDK which provides documentation and a tool for creating new detectors and actions.
  41889. Features: Apple Data Detectors Extension - provides base functional
  41890. All Packages
  41891. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  41892. Dev.CD Jan 94
  41893. Dev.CD Oct 93
  41894. Dev.CD Jul 93
  41895. Dev.CD Apr 93PDDev.CD Apr 94
  41896. Dev.CD Jan 94
  41897. Dev.CD Oct 93
  41898. Dev.CD Jul 93
  41899. Dev.CD Apr 9V
  41900. 54997X
  41901. Apr 94
  41902. --set theItem to choose file -- uncomment to test in an AS editor
  41903.     tell application "Finder"
  41904.         open item "Dev.CD Apr 94
  41905. Dev.CD Jan 94
  41906. Dev.CD Oct 93
  41907. Dev.CD Jul 93
  41908. Dev.CD Apr 93"
  41909.         activate
  41910.     end tell
  41911. on error errMsg number errNum
  41912.     --enter statements to perform when no records are found such as...
  41913.     display dialog "Sorry, the item you selected could not be found."
  41914.     return
  41915. end try
  41916. All Packages
  41917. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  41918. Dev.CD Jan 94
  41919. Dev.CD Oct 93
  41920. Dev.CD Jul 93
  41921. Dev.CD Apr 93PDDev.CD Apr 94
  41922. Dev.CD Jan 94
  41923. Dev.CD Oct 93
  41924. Dev.CD Jul 93
  41925. Dev.CD Apr 9V
  41926. 54998X
  41927. Apr 94
  41928. DZResource.rsrc
  41929. DZSound.c
  41930. DZSound.h
  41931. DZSound.rsrc
  41932. DZSpace.c
  41933. DZSpace.h
  41934. DZThumbprint.h
  41935. DZUtils.c
  41936. DZUtils.h
  41937. DZVersionB
  41938. Feb 0050729X
  41939. Sep 99
  41940. Arabic Language Kit 1.0.1
  41941. Chinese Language Kit 1.2 (also CLK 1.1.1)
  41942. Cyrillic Language Kit 1.0
  41943. Hebrew Language Kit 1.0.1
  41944. Indian Language Kit 1.0
  41945. Japanese Language Kit 1.2
  41946. Korean Language Kit 1.0
  41947. Any attempt to use the LKU8 with previous versions of the above Language Kits is not supported and therefore not recommended.
  41948. Arabic Language Kit 1.0.1
  41949. Chinese Language Kit 1.2 (also CLK 1.1.1)
  41950. Cyrillic Language Kit 1.0
  41951. Hebrew Language Kit 1.0.1
  41952. Indian Language Kit 1.0
  41953. Japanese Language Kit 1.2
  41954. orean Language Kit 1.0
  41955. J%LKU Install Disk 1
  41956. LKU Install Disk 2K
  41957. Nov 97M/Current Language Kits with Mac OS 8.0 or newer.NSLanguage Kit Updater Mac OS 8 Arabic Chinese Cyrillic Hebrew Indian Japanese KoreanO=Dev.CD Feb 00 TC:Language Kits:Language Kit Updater f/MacOS8:PBDev.CD Feb 00 TC
  41958.  - Language Kits
  41959.  - Language Kit Updater f/MacOS8are in the process of shipping today your latest MacApp-based product!). This information is needed ASAP.
  41960. Thanks for your feedback.
  41961. Regards,
  41962. Ricardo G
  41963. All Packages
  41964. 601 Processor Upgrade EnablerO
  41965. Dev.CD Jul 95P
  41966. Dev.CD Jul 9V
  41967. 53904X
  41968. Jul 95
  41969. b--set theItem to choose file -- uncomment to test in an AS editor
  41970.     tell application "Finder"
  41971.         open item "Dev.CD Jul 95"
  41972.         activate
  41973.     end tell
  41974. on error errMsg number errNum
  41975.     --enter statements to perform when no records are found such as...
  41976.     display dialog "Sorry, the item you selected could not be found."
  41977.     return
  41978. end try
  41979. All Packages
  41980. 601 Processor Upgrade EnablerO
  41981. Dev.CD Jul 95P
  41982. Dev.CD Jul 9V
  41983. 53905X
  41984. Jul 95
  41985. b--set theItem to choose file -- uncomment to test in an AS editor
  41986.     tell application "Finder"
  41987.         open item "Dev.CD Jul 95"
  41988.         activate
  41989.     end tell
  41990. on error errMsg number errNum
  41991.     --enter statements to perform when no records are found such as...
  41992.     display dialog "Sorry, the item you selected could not be found."
  41993.     return
  41994. end try
  41995. All Packages
  41996. 601 Processor Upgrade EnablerV
  41997. 53906X
  41998. Summary: This is the electronic version of develop magazine.
  41999.  Issue 2 highlights:
  42000. Using C++ Objects in a Handle-Based World.  Avoiding headaches when you use C++ objects in the Macintosh world.
  42001. Using Objects Safely in Object Pascal.  Guidelines to take the worry out of using objects so you can relax and enjoy their advantages.
  42002. The Secret Life of the Memory Manager.  Memory Manager behavior and how it affects your applications.
  42003. Speed Your Software Development with MacApp.  Let MacApp 
  42004. take care of the user so you can focus on writing
  42005. and reusing
  42006. code.
  42007. How to Design an Object-Based Application.  A step-by-step two-phase process for designing an object-bases application.
  42008. Unofficial C++ Style Guide.  How to harness C++
  42009. s power without getting tripped up by some of its less savory features.
  42010. Demystifying the GS/OS Cache.  Taking the mystery and confusion out of caching algorithms. 
  42011. J(develop Issue  2:
  42012. develop Issue  2 code:K
  42013. Vol IIIL
  42014. Jun 95y using URLs.  Files ma
  42015. s) or by contacting an IBM representative. Specific information on relevant IBM AIX guides is found at the beginning of each section.
  42016. Issues:  This document is to be used as a reference when developing for AIX for the Apple Network Server. It only describes the differences between AIX for the Apple Network Server and IBM's AIX. It is not intended to fully document AIX.
  42017. Network Server Dev. GuideK
  42018. Jun 96N.AIX, Network Server, Symbiotic, client, serverOWDev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:P_Dev.CD Dec 99 RL
  42019.  - Technical Documentation
  42020.  - ABS Technical Notes
  42021.  - Network Server Dev. Guide
  42022. mutable
  42023. mutable
  42024. string
  42025. networkQ
  42026. network
  42027. softwareQ
  42028. networking
  42029. newsi
  42030. notes
  42031. object-oriented
  42032. objectsupportlib
  42033. opaque
  42034. opaque
  42035. types
  42036. transport
  42037. optimizing
  42038. ordered
  42039. ordered
  42040. collection
  42041. overview
  42042. package
  42043. palette
  42044. panel
  42045. patch
  42046. 54670X
  42047. Feb 00^
  42048. r--set theItem to choose file -- uncomment to test in an AS editor
  42049.     tell application "Finder"
  42050.         open item "Dev.CD Feb 00 TC:Sample Code:"
  42051.         activate
  42052.     end tell
  42053. on error errMsg number errNum
  42054.     --enter statements to perform when no records are found such as...
  42055.     display dialog "Sorry, the item you selected could not be found."
  42056.     return
  42057. end try
  42058. e    No Changeq
  42059. Dev.CD Feb 00 TC
  42060. D!All Packages
  42061. Tool Chest Edition
  42062. Scrap Color 1.0
  42063. Summary:  Have you ever noticed that there isn't an effective way to transfer color information from one program to another without resorting to writing down the actual values of a color and then typing them back in where you want them?  It's annoying to say the least.  Especially if you want to move or keep track of a number of colors.  Also, if the information could be moved from one application to another, programs could work together better and in a more integrated fashion.
  42064. At least tard
  42065. firstp
  42066. fkeys
  42067. fkeys
  42068. clipboard
  42069. magican
  42070. flash
  42071. floattolong
  42072. floattolong
  42073. flookup
  42074. editor
  42075. folder
  42076. folder
  42077. information
  42078. foldersize
  42079. foldersize
  42080. fontmaster
  42081. fontmaster
  42082. resedit
  42083. runtime
  42084. architecture
  42085. runtime
  42086. macappX
  42087. maccheck
  42088. machine
  42089. machine
  42090. identification
  42091. macintalk
  42092. macintoshQ
  42093. macintosh
  42094. coprocessor
  42095. platformQ
  42096. macintosh
  42097. macodbc
  42098. macsbug
  42099. mactcp
  42100. r--set theItem to choose file -- uncomment to test in an AS editor
  42101.     tell application "Finder"
  42102.         open item "Dev.CD Feb 00 TC:Sample Code:"
  42103.         activate
  42104.     end tell
  42105. on error errMsg number errNum
  42106.     --enter statements to perform when no records are found such as...
  42107.     display dialog "Sorry, the item you selected could not be found."
  42108.     return
  42109. end try
  42110. rry, the item you selected could not be found."
  42111.     return
  42112. end try
  42113. e    No ChangefMMacTCP
  42114. Communications Toolbox
  42115. Serial ports
  42116. CD Audio toolkit
  42117. Video toolkitq
  42118. Dev.CD Feb 00 TC
  42119. D!All Packages
  42120. Mac OS SDK Edition
  42121. ICC Profile SpecI&Latest ICC specification for profiles.J
  42122. Embedding ICC Profile in EPS
  42123. Embedding ICC Profile in GIF89a
  42124. Embedding ICC Profile in Pict
  42125. Embedding ICC Profiles in JFIF
  42126. Embedding ICC Profiles in TIFFK
  42127. Apr 98M
  42128. ColorSync 2.xN%ColorSync, ICC, Profile SpecificationOkDev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:nge
  42129. ces SDK:
  42130. This package contains AppleShare 3.6.5, Disk Copy, Disk First Aid, Drive Setup, and Simple Text as shipped with Mac OS 8.6 International version.J
  42131. 5xxx/6xxx Tester 1.1:
  42132. About the Utilities
  42133. Acrobat Reader 4.0.1:
  42134. AppleShare 3.6.5:
  42135. Disk Copy:
  42136. Disk First Aid
  42137. Drive Utilities:
  42138. HyperCard Player:
  42139. Macintosh CD-ROM Setup 5.3.2:
  42140. SimpleTextK
  42141. Jul 99N"Disk, Drive Setup, Aid,  utilitiesO"Dev.CD Mar 00 RL Disk 1:Utilities:P$Dev.CD Mar 00 RL Disk 1
  42142.  - UtilitiesV
  42143. 55101X
  42144. Mar 00^    RL Disk 1
  42145. w--set theItem to choose file -- uncomment to test in an AS editor
  42146.     tell application "Finder"
  42147.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:"
  42148.         activate
  42149.     end tell
  42150. on error errMsg number errNum
  42151.     --enter statements to perform when no records are found such as...
  42152.     display dialog "Sorry, the item you selected could not be found."
  42153.     return
  42154. end try
  42155. e    No Changef
  42156. Drive Setup
  42157.  utilitiesq
  42158. Dev.CD Mar 00 RL Disk 1
  42159. 8D!All Packages
  42160. Tool Chest Edition
  42161. Verifier 1.0
  42162.     lette
  42163. Dev.CD Jul 95P
  42164. Dev.CD Jul 9V
  42165. 53906X
  42166. Jul 95
  42167. b--set theItem to choose file -- uncomment to test in an AS editor
  42168.     tell application "Finder"
  42169.         open item "Dev.CD Jul 95"
  42170.         activate
  42171.     end tell
  42172. on error errMsg number errNum
  42173.     --enter statements to perform when no records are found such as...
  42174.     display dialog "Sorry, the item you selected could not be found."
  42175.     return
  42176. end try
  42177. All Packages
  42178. 601 Processor Upgrade EnablerO
  42179. Dev.CD Jul 95P
  42180. Dev.CD Jul 9V
  42181. 53907X
  42182. Jul 95
  42183. b--set theItem to choose file -- uncomment to test in an AS editor
  42184.     tell application "Finder"
  42185.         open item "Dev.CD Jul 95"
  42186.         activate
  42187.     end tell
  42188. on error errMsg number errNum
  42189.     --enter statements to perform when no records are found such as...
  42190.     display dialog "Sorry, the item you selected could not be found."
  42191.     return
  42192. end try
  42193. D!All Packages
  42194. Tool Chest Edition
  42195. 7Edit
  42196.      CodeV
  42197. 47814X
  42198. Feb 00^
  42199. s structure
  42200. 54263X
  42201. Apr 98^
  42202. --set theItem to choose file -- uncomment to test in an AS editor
  42203.     tell application "Finder"
  42204.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacSNMP:"
  42205.         activate
  42206.     end tell
  42207. on error errMsg number errNum
  42208.     --enter statements to perform when no records are found such as...
  42209.     display dialog "Sorry, the item you selected could not be found."
  42210.     return
  42211. end try
  42212. e    No Changeq
  42213. Dev.CD Apr 98 SDK1
  42214. D!All Packages
  42215. Mac OS SDK Edition
  42216. MacTCP Developer Tools
  42217. Summary:  Contains documentation, header files, and tools to enable developers to write applications which use MacTCP as a networking protocol.
  42218. Issues:  User license required for MacTCP. Redistribution license required from Apple if you want to ship the MacTCP driver to your customers
  42219. J]802 LAP:
  42220. HyperCard MacTCP Toolkit 1.0:
  42221. MacTCP LAP Tech Note
  42222. Universal Interfaces:
  42223. ZapTCP 1.1:K
  42224. Aug 93nge
  42225. erformed to test blitting speed using CopyBits.
  42226. 51825X
  42227. Jo.http://developer.apple.com/techpubs/index.htmlq
  42228. Dev.CD Apr 00 SDK1
  42229. KD!All Packages
  42230. Mac OS SDK Edition
  42231. F DeveloperDocumentation: Hardware
  42232. =================
  42233. What's New and Updated:
  42234. ==================
  42235. Power Mac G4 Developer Note
  42236. --------------------------------------
  42237. This developer note provides technical information about the Power Mac G4 computer. The developer note includes information about 
  42238.        - features 
  42239.        - compatibility issues 
  42240.        - internal logic 
  42241.        - I/O ports and built-in I/O devices 
  42242.        - RAM expansion 
  42243.        - expansion slots 
  42244.        - system software 
  42245. G4.pdfK
  42246. Apr 00L
  42247. Apr 00NWHardware Developer Documentation, developer notes, devnotes, Power Mac, Power MacintoshOWDev.CD Apr 00 SDK1:What's New:Developer Documentation:Developer Documentation:hardware:PbDev.CD Apr 00 SDK1
  42248.  - What's New
  42249.  - Developer Documentation
  42250.  - Developer Documentation
  42251.  - hardwareV
  42252. 54097X
  42253. Apr 00^
  42254. #://developer.apple.com/techpubs/index.html
  42255. All Packages
  42256. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  42257. Dev.CD Jan 94
  42258. Dev.CD Oct 93
  42259. Dev.CD Jul 93
  42260. Dev.CD Apr 93PDDev.CD Apr 94
  42261. Dev.CD Jan 94
  42262. Dev.CD Oct 93
  42263. Dev.CD Jul 93
  42264. Dev.CD Apr 9V
  42265. 54884X
  42266. Apr 94
  42267. --set theItem to choose file -- uncomment to test in an AS editor
  42268.     tell application "Finder"
  42269.         open item "Dev.CD Apr 94
  42270. Dev.CD Jan 94
  42271. Dev.CD Oct 93
  42272. Dev.CD Jul 93
  42273. Dev.CD Apr 93"
  42274.         activate
  42275.     end tell
  42276. on error errMsg number errNum
  42277.     --enter statements to perform when no records are found such as...
  42278.     display dialog "Sorry, the item you selected could not be found."
  42279.     return
  42280. end try
  42281. All Packages
  42282. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  42283. Dev.CD Jan 94
  42284. Dev.CD Oct 93
  42285. Dev.CD Jul 93
  42286. Dev.CD Apr 93PDDev.CD Apr 94
  42287. Dev.CD Jan 94
  42288. Dev.CD Oct 93
  42289. Dev.CD Jul 93
  42290. Dev.CD Apr 9V
  42291. 54885X
  42292. Apr 94
  42293. 53911X
  42294. Feb 00^
  42295. r--set theItem to choose file -- uncomment to test in an AS editor
  42296.     tell application "Finder"
  42297.         open item "Dev.CD Feb 00 TC:Sample Code:"
  42298.         activate
  42299.     end tell
  42300. on error errMsg number errNum
  42301.     --enter statements to perform when no records are found such as...
  42302.     display dialog "Sorry, the item you selected could not be found."
  42303.     return
  42304. end try
  42305. e    No ChangefmA/ROSE
  42306. Macintosh Coprocessor Platform
  42307. Ethernet NB
  42308. PowerPC
  42309. Network Software
  42310. AppleTalk
  42311. TokenTalk
  42312. Token Ringq
  42313. Dev.CD Feb 00 TC
  42314. D!All Packages
  42315. Tool Chest Edition
  42316. About Developer University
  42317.      in an AS editor
  42318.     tell application "Finder"
  42319.         open item "Dev.CD Jul 96 SSW"
  42320.         activate
  42321.     end tell
  42322. on error errMsg number errNum
  42323.     --enter statements to perform when no records are found such as...
  42324.     display dialog "Sorry, the item you selected could not be found."
  42325.     return
  42326. end try
  42327. All Packages
  42328. WorldScript UpdaterO
  42329. Dev.CD Jul 96 SSWV
  42330. 53881X
  42331. --set theItem to choose file -- uncomment to test in an AS editor
  42332.     tell application "Finder"
  42333.         open item "Dev.CD Apr 94
  42334. Dev.CD Jan 94
  42335. Dev.CD Oct 93
  42336. Dev.CD Jul 93
  42337. Dev.CD Apr 93"
  42338.         activate
  42339.     end tell
  42340. on error errMsg number errNum
  42341.     --enter statements to perform when no records are found such as...
  42342.     display dialog "Sorry, the item you selected could not be found."
  42343.     return
  42344. end try
  42345. ultimate
  42346. upgrade
  42347. anyone
  42348. internet
  42349. runtime
  42350. runtime
  42351. 2.1.4
  42352. upgrade
  42353. 2.1.3
  42354. Summary: This is the electronic version of develop magazine.
  42355.  Issue 15 highlights:
  42356. Getting Started With QuickDraw GX by Pete ("Luke") Alexander.  A brief introduction to QuickDraw GX, and a simple GX-aware sample.
  42357. Developing QuickDraw GX Printing Extensions  by Sam Weiss.  All about these nifty new add-ons to QuickDraw GX printing.
  42358. QuickDraw GX for PostScript Programmers by Daniel Lipton.  The two graphics models are compared, along with useful code snippets for each.
  42359. Managing Compon
  42360. ent Registration  by Gary Woodcock.  For those cases where you may need to manage the component registration process, here's how.
  42361. Floating Windows: Keeping Afloat in the Window Manager by Dean Yu.  A way to implement floating windows without patching traps, and a library you can use in your own application.
  42362. Working in the Third Dimension by Jamie Osborne and Deanna Thomas.  This article shows off a nice 3-D interface and presents a set of MacApp objects you can use to create your own suc
  42363. samples
  42364. showing
  42365. variat
  42366. there's
  42367. thereby
  42368. therefore
  42369. theresa
  42370. these[
  42371. theta
  42372. sound
  42373. manager
  42374. declaration
  42375. declaration
  42376. defproc
  42377. defprocs
  42378. demos
  42379. design
  42380. design
  42381. robustness
  42382. detachedcontroller
  42383. detect
  42384. detection
  42385. Record.zip
  42386. Feb 00
  42387. C:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:V
  42388. 50993X
  42389. 1e    No Change
  42390. LOqDev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:P
  42391. Dev.CD Apr 00 SDK1
  42392.  - What's New
  42393.  - Technical Documentation
  42394.  - Technical Publications
  42395.  - DeveloperDocumentation
  42396.  - macos8_and_9      open item "Dev.CD Jan 94
  42397. Dev.CD Oct 93
  42398. Dev.CD Jul 93"
  42399.         activate
  42400.     end tell
  42401. on error errMsg number errNum
  42402.     --enter statements to perform when no records are found such as...
  42403.     display dialog "Sorry, the item you selected could not be found."
  42404.     return
  42405. end try
  42406. All Packages
  42407. F    QuickTimeO
  42408. Dev.CD Jan 94P
  42409. Dev.CD Jan 9V
  42410. 53315X
  42411. Jan 94
  42412. b--set theItem to choose file -- uncomment to test in an AS editor
  42413.     tell application "Finder"
  42414.         open item "Dev.CD Jan 94"
  42415.         activate
  42416.     end tell
  42417. on error errMsg number errNum
  42418.     --enter statements to perform when no records are found such as...
  42419.     display dialog "Sorry, the item you selected could not be found."
  42420.     return
  42421. end try
  42422. All Packages
  42423. fileinfoz
  42424. filemaker
  42425. filename
  42426. filenames
  42427. filesQ
  42428. o learn DrawSprocket). The QD3D code in DroneZone was written for QD3D 1.0, and until the code is updated, also should not be used as the foundation of a1.5.2nge
  42429. /A7http://developer.apple.com/techpubs/macosx/macosx.html
  42430. pplets
  42431. projectdrag
  42432. manual
  42433. projectfolders
  42434. projectmenu
  42435. projects
  42436. projectxplugin68k
  42437. projectxplugin68knfp
  42438. rdocproc
  42439. rdocproc
  42440. 54434X
  42441. Feb 00^
  42442. --set theItem to choose file -- uncomment to test in an AS editor
  42443.     tell application "Finder"
  42444.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  42445.         activate
  42446.     end tell
  42447. on error errMsg number errNum
  42448.     --enter statements to perform when no records are found such as...
  42449.     display dialog "Sorry, the item you selected could not be found."
  42450.     return
  42451. end try
  42452. e    No Changeq
  42453. Dev.CD Feb 00 TC
  42454. All Packages
  42455. ProjectDrag 1.1b8
  42456. @Summary:  ProjectDrag is free drag-and-drop source control software, based on SourceServer from Apple. SourceServer is an AppleEvent-based subset of the MPW Shell which implements the Projector source control commands. See the column in develop issue 23 (pp. 72-6) for information on SourceServer and ProjectDrag basics.
  42457. JDMalph 2.5:
  42458. ProjectDrag Applets:
  42459. ProjectDrag User Manual.txt
  42460. Sources:K
  42461. Sep 95L
  42462. Nov 95V
  42463. 54435X
  42464. 1e    No Change
  42465. v 94nge
  42466. linku
  42467. linked
  42468. linkers
  42469. linking
  42470. listen
  42471. scroll
  42472. dynamic
  42473. scrolling
  42474. scrolling
  42475. control
  42476. proportional
  42477. scroll
  42478. appearance
  42479. loadable
  42480. loader
  42481. loading
  42482. locales
  42483. localizationy
  42484. localized
  42485. locationt
  42486. location
  42487. configuration
  42488. setting
  42489. preference
  42490. switch
  42491. module
  42492. logical
  42493. lproj
  42494. lurkers
  42495. lurkers
  42496. projector
  42497. runtime
  42498. architecture
  42499. macappX
  42500. macapp
  42501. framework
  42502. object-oriented
  42503. macapp
  42504. framework
  42505. object-oriented
  42506. standard
  42507. library
  42508. carbonli
  42509. macapp
  42510. framework
  42511. object-oriented
  42512. classes
  42513. editor
  42514. resouY
  42515. maccheck
  42516. machine
  42517. macintoshQ
  42518. macintosh
  42519. powerbook
  42520. series
  42521. developers
  42522. powerpc
  42523. backside
  42524. macodbc
  42525. Ke    No ChangefSHardware Developer Documentation
  42526. developer notes
  42527. devnotes
  42528. Power Mac
  42529. Power Macintosho.http://developer.apple.com/techpubs/index.htmlq
  42530. Dev.CD Apr 00 SDK1
  42531. LD!All Packages
  42532. Mac OS SDK Edition
  42533. F&DeveloperDocumentation: Mac OS 8 and 9
  42534. You'll be able to access documentation for software technologies and programming interfaces supported by Mac OS 8 and 9 updates. Much of this information is also useful for programming in prior versions of the Mac OS.
  42535. Features:
  42536. ======================
  42537. What's New and Updated
  42538. ======================
  42539. Carbon Menu Manager API [NEW]
  42540. -----------------------
  42541. This preliminary document describes the changes to the Menu Manager introduced in CarbonLib1.0 with Mac OS 9.0. Topics discussed include ch
  42542. `PMDev.CD Feb 00 TC
  42543.  - What's New?
  42544.  - Sample Code
  42545.  - Games
  42546.  - DSp Context SwitchV
  42547. 54118X
  42548. Feb 00^
  42549. --set theItem to choose file -- uncomment to test in an AS editor
  42550.     tell application "Finder"
  42551.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DSp Context Switch:"
  42552.         activate
  42553.     end tell
  42554. on error errMsg number errNum
  42555.     --enter statements to perform when no records are found such as...
  42556.     display dialog "Sorry, the item you selected could not be found."
  42557.     return
  42558. end try
  42559. e    No Changef
  42560. DrawSprocket
  42561. Context Switchq
  42562. Dev.CD Feb 00 TC
  42563. aD!All Packages
  42564. Tool Chest Edition
  42565. DTS MPW Goodies
  42566. document's
  42567. document--even
  42568. document/file/applic
  42569. documentationc
  42570. documentationandsamp
  42571. e    No Changeq
  42572. Dev.CD Feb 00 TC
  42573. D!All Packages
  42574. Tool Chest Edition
  42575. Learning to Drive
  42576. \Summary: A guide to support the development of Macintosh Printing Manager Resource Files.
  42577. Features: This document describes the Printing Manager from the perspectives of the application and the Printing Manager Resource Files.
  42578. Issues: The Disclaimer warns of the difficulties involved. This information will not work with QuickDraw GX printing.  
  42579. J/Learning to Drive
  42580. Learning to Drive Disclaimer K
  42581. Mar 93O7Dev.CD Feb 00 TC:Tool Chest:Printing:Learning to Drive:P?Dev.CD Feb 00 TC
  42582.  - Tool Chest
  42583.  - Printing
  42584.  - Learning to DriveV
  42585. 54226X
  42586. Feb 00^
  42587. #osh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  42588. The Kit includes:
  42589. Guide to Macintosh PowerBook Qualified Program
  42590. Program Technical Specifications
  42591. Program Pre-testing Guidelines
  42592. Legal Documentation for licensing and program participation
  42593. cipation
  42594. Nov 95
  42595. /A4http://developer.apple.com/techpubs/macos8/mac8.html
  42596. Dev.CD Mar 00 RL Disk 2
  42597. All Packages
  42598. F Technical Publications: Mac OS XIESummary: Updated conceptual and reference documentation for Mac OS X.
  42599. AQimages:
  42600. Legacy:
  42601. macosx.html
  42602. MacOSXDevTools:
  42603. ObjectiveC:
  42604. System:
  42605. updates.html
  42606. Jan 00L
  42607. Feb 00M
  42608. web browserNDMacOSXServer, AppKit, Foundation, Project Builder, Interface BuilderO6Dev.CD Mar 00 RL Disk 2:Technical Publications:macosx:P;Dev.CD Mar 00 RL Disk 2
  42609.  - Technical Publications
  42610.  - macosxV
  42611. 55073X
  42612. Mar 00^    RL Disk 2
  42613. e    No Change
  42614. /A7http://developer.apple.com/techpubs/macosx/macosx.html
  42615. sendps
  42616. sendps
  42617. serial
  42618. serverS
  42619. server
  42620. controller
  42621. server
  42622. controller
  42623. server
  42624. controller
  42625. server
  42626. remote
  42627. control
  42628. servercontrolintf
  42629. JSummary: This is the developer's kit for the XTND file translation system. It includes the XTND engine itself as well as sample source code showing how to write XTND translators and how to add XTND support to an application
  42630. Features: By supporting XTND, an application can import and export text in a variety of standard formats.
  42631. Application Examples:
  42632. Claris Translators:
  42633. Claris XTND System
  42634. Documentation:
  42635. PowerMac Stuff:
  42636. Template for FTYP
  42637. Translator Examples:
  42638. XTND 1.3.6 - Read Me First
  42639. XTND Headers:K
  42640. Vol XL
  42641. Nov 94M%Any Mac running System 6.0.7 or laterODDev.CD Apr 98 SDK2:Development Kits (Disc 2):
  42642.  Obsolete/Unsupported:PIDev.CD Apr 98 SDK2
  42643.  - Development Kits (Disc 2)
  42644.  Obsolete/Unsupported
  42645. compatibility
  42646. issues@
  42647. completed@
  42648. composers@
  42649. computer
  42650. computer's@
  42651. computers
  42652. display
  42653. essentials
  42654. eventm
  42655. format
  42656. formatter
  42657. forms
  42658. french
  42659. germany
  42660. glossariess
  42661. Summary:  The AppleEvents API is icky and you probably don't relish the idea of developing an intimate relationship with it. And you don't feel your application should yet require the scriptable Finder, which first shipped in System 7.5. Yet you still want to make Finder do backflips and cartwheels. Enter MoreFinderEvents. This package provides you with a painless API for sending some of the more simple forms of the FinderEvents, which have been with us since System 7.0.0. With this API yo
  42662. u can copy a file or open a control panel or empty the trash or any of several other things usually done by Finder at the user's request.
  42663. Issues:
  42664. [1] One of the following two things is true: [a] The handling of 'iconPosition' in 'MFE_DragLow' is buggy. [b] Finder doesn't handle this pparameter properly. The practical effect is that the icon lands in an uunpredictable position in the destination folder window. 
  42665. [2] Some FinderEvents result in Finder behavior which doesn't work well unles
  42666. ra/iso
  42667. signal
  42668. signals
  42669. signature
  42670. signatures
  42671. signaturetoapp
  42672. signed
  42673. significant
  42674. signing
  42675. silevelmeteronoff
  42676. silly
  42677. sillyballs
  42678. simenel
  42679. similarN
  42680. similarities
  42681. similarly
  42682. simone
  42683. simple\
  42684. setdeskcpa
  42685. simpleapp
  42686. simplechooser
  42687. simpleinit
  42688. simpler
  42689. simplest
  42690. simpletexto
  42691. simplified
  42692. vF    PowerTalkO
  42693. Dev.CD Apr 95
  42694. Dev.CD Jan 95P
  42695. Dev.CD Apr 95
  42696. Dev.CD Jan 9All Packages
  42697. Tool Chest Edition
  42698. ATrapper
  42699. :Summary: ATrapper is an application that records A-Trap calls that occur between the time ATrapper is installed and removed.
  42700. Features: ATrapper can be set to record either all A-Trap calls, only those coming from the Application heap, or, if under 7.0, only those coming from applications launched after ATrapper.
  42701. General tools.imgK
  42702. Vol VL
  42703. Nov/Dec 92M5Any Macintosh, This package is System 7.0 compatible.O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  42704.  - Tool Chest
  42705.  - Testing & Debugging
  42706.  - General toolsV
  42707. 52736X
  42708. Feb 00^
  42709. # Apr 94
  42710. Dev.CD Jan 94
  42711. Dev.CD Oct 93
  42712. Dev.CD Jul 9V
  42713. 52474X
  42714. Apr 94
  42715. --set theItem to choose file -- uncomment to test in an AS editor
  42716.     tell application "Finder"
  42717.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:"
  42718.         activate
  42719.     end tell
  42720. on error errMsg number errNum
  42721.     --enter statements to perform when no records are found such as...
  42722.     display dialog "Sorry, the item you selected could not be found."
  42723.     return
  42724. end try
  42725.  lines understood by the tool when parsing the source file are available in the DocumentationAndSample file. 
  42726. Issues:  Blank lines that are full of space characters confuses the tool
  42727. J%DocumentationAndSample
  42728. GXOverrideToolK
  42729. Feb 96M
  42730. MPW, QuickDraw GXN5override QuickDraw GX tool jump table 'over' resourceO8Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:GXOverrideTool:P@Dev.CD Feb 00 TC
  42731.  - Tool Chest
  42732.  - QuickDraw GX
  42733.  - GXOverrideToolV
  42734. 52911X
  42735. Feb 00^
  42736. e    No Change quiets the startup sound by installing a Shutdown procedure that saves the current volume setting and s
  42737. 3.0.1Y
  42738. 3.6.5
  42739. 3/92^
  42740. 4.0.1
  42741. 4.0.8
  42742. library
  42743. 4pmlibraryA
  42744. 4pmlibrary
  42745. 4pmlibrary
  42746. 5.0.7V
  42747. 5.3.2
  42748. 5300ramcard
  42749. 5xxx/6xxx
  42750. 5xxx/6xxx
  42751. tester
  42752. 6.3.3
  42753. performance
  42754. static
  42755. libraries
  42756. anniversary
  42757. 7.1.3
  42758. 7.5.5
  42759. 7/96o
  42760. apple
  42761. grayscale
  42762. appearanceo
  42763. aeusertermtypes
  42764. aeut^
  42765. resource^
  42766. aiatb
  42767. manual
  42768. changes
  42769. readmeb
  42770. aliasc
  42771. alias
  42772. aliaslab
  42773. lproj
  42774. lurkers
  42775. runtime
  42776. architecture
  42777. runtime
  42778. server
  42779. macapp
  42780. maccheck
  42781. machine
  42782. machine
  42783. identification
  42784. macintalk
  42785. anager
  42786. menus
  42787. missA
  42788. mixed
  42789. mixed
  42790. module
  42791. monitor
  42792. mutable
  42793. mutable
  42794. string
  42795. netsprocket
  42796. networkQ
  42797. network
  42798. preferences
  42799. network
  42800. setup
  42801. network
  42802. softwareQ
  42803. networking
  42804. newsi
  42805. notes
  42806. number
  42807. number
  42808. formatting
  42809. object-oriented
  42810. objectsupportlib
  42811. opaque
  42812. opaque
  42813. types
  42814. transport
  42815. opentransport
  42816. optimizing
  42817. ordered
  42818. ordered
  42819. collection
  42820. overview
  42821. package
  42822. palette
  42823. panel
  42824. patch
  42825. 4e    No Changef2AppleShare
  42826. File Sharing
  42827. File Manager
  42828. Drag and Dropq
  42829. Dev.CD Feb 00 TC
  42830. 5D!All Packages
  42831. Tool Chest Edition
  42832. URL Access 1.0.1 SDK
  42833. URL Access - A collection of functions allowing easy access to files on network systems using URLs to reference the remote sources. Support is provided for ftp, http,  and file URLs.
  42834. Download data from a given URL
  42835. Upload data to a given URL (FTP only)
  42836. Post an HTML form
  42837. Download a directory listing (FTP only)
  42838. Download/Upload an entire directory (FTP only)
  42839. Progress and authentication UI
  42840. The SSL code in URL Access uses 40-bit encryption.  This is exportable.
  42841. JrURL Access
  42842. URL Access Scripting
  42843. URLAccess.h
  42844. URLAccess.p
  42845. URLAccess.pdf
  42846. URLAccess68K.lib
  42847. URLAccessLib
  42848. URLAccessLib.oK
  42849. Aug 99M    MacOS 8.6N
  42850. URL Access, Internet, IPOJDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:PUDev.CD Aug 99 TC
  42851.  - What's New?
  42852.  - Development Kits
  42853.  - Mac OS
  42854.  - URL Access 1.0.1 SDKV
  42855. 55099X
  42856. Aug 99^
  42857. #ovie
  42858. playtune
  42859. plug-ins
  42860. functione
  42861. function
  42862. index
  42863. inside
  42864. functions
  42865. gamepad
  42866. games
  42867. games
  42868. sprockets
  42869. sprite
  42870. blitters
  42871. drawsprocket
  42872. moofwars
  42873. gaming
  42874. gamma
  42875. gatewayS
  42876. generator
  42877. gestalt
  42878. gestalt
  42879. selector
  42880. codes
  42881. gestalt
  42882. manager
  42883. machine
  42884. identificatio
  42885. getenetaddrdirect
  42886. getnextevent
  42887. getnextevent
  42888. waitnextevent
  42889. filter
  42890. helper
  42891. getversion
  42892. global
  42893. global
  42894. search
  42895. replace
  42896. software
  42897. project
  42898. archiving
  42899. glossariess
  42900. glyphs
  42901. desktop
  42902. grammar
  42903. graphics
  42904. grayrgn
  42905. gspgetversion
  42906. guest
  42907. guidep
  42908. guidelines
  42909. gworld
  42910. fonts
  42911. typography
  42912. postscript
  42913. sample
  42914. gxgraphics
  42915. entation
  42916. developer
  42917. notes
  42918. devnotes
  42919. heaps
  42920. assembly-language
  42921. assembly-level
  42922. assigned
  42923. assignments
  42924. assist
  42925. assistantj
  42926. assistants
  42927. assists
  42928. assocated
  42929. associatedQ
  42930. associationz
  42931. assortment
  42932. assume
  42933. assumed
  42934. assumption
  42935. assure
  42936. asyncdriversample
  42937. asynchronous
  42938. asynchronous
  42939. background
  42940. networking
  42941. macintosh
  42942. harry
  42943. asynchronously
  42944. asyncpb
  42945. asyncronous
  42946. at-attachment
  42947. buserrortest
  42948. businessj
  42949. businesses
  42950. butcdef
  42951. butler
  42952. buttin
  42953. button
  42954. buttons
  42955. cpugestalt
  42956. createmovie
  42957. createpictfile
  42958. development
  42959. resources
  42960. custommedia
  42961. cyrillic
  42962. cyrillic
  42963. language
  42964. cyrillic
  42965. language
  42966. datah
  42967. access
  42968. manager
  42969. french
  42970. access
  42971. manager
  42972. database
  42973. dcmda
  42974. debabelizer
  42975. debabelizer
  42976. debug
  42977. debugger
  42978. debugging
  42979. debugging
  42980. modern
  42981. memory
  42982. manager
  42983. debugging
  42984. sound
  42985. manager
  42986. declaration
  42987. declaration
  42988. defproc
  42989. defprocs
  42990. demos
  42991. design
  42992. design
  42993. robustness
  42994. detachedcontroller
  42995. detect
  42996. detection
  42997. Record.zip
  42998. Feb 00
  42999. C:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:V
  43000. 53481X
  43001. 1e    No Change
  43002.     G?sample, which shows how to construct tear-off floating windows.
  43003. J'Sample Code.img
  43004. Windows Sample Code.imgK
  43005. Nov 94L
  43006. May 95O
  43007. Dev.CD Feb 00 TC:Sample Code:P
  43008. Dev.CD Feb 00 TC
  43009.  - Sample Code-
  43010. develop
  43011. issue
  43012. develop
  43013. issue
  43014. develop
  43015. issue
  43016. develop
  43017. issue
  43018. develop
  43019. issue
  43020. develop
  43021. issue
  43022. codeay dialog "Sorry, the item you selected could not be found."
  43023.     return
  43024. end try
  43025. media
  43026. megamovies
  43027. memhell
  43028. memhell
  43029. 1.0a6
  43030. readme
  43031. memory
  43032. memory
  43033. management
  43034. menud
  43035. ibraries
  43036. midiconverter
  43037. midiconverter
  43038. readme
  43039. midiconverter
  43040. readme
  43041. midiglue
  43042. mini-conference
  43043. nder both System 7 and pre-7.0 systems. It installs a device loop procedure that searches all active screen devices, calling a drawing procedure whenever it encounters a screen that intersects the drawing region.
  43044. NewCCursor:  This snippet shows how to create a black and white 'CURS' and a color 'crsr' cursor resource by hand.
  43045. Out of This GWorld:  The application basically uses offscreen GWorlds and palette animation to simulate totally cool animation.
  43046. Palette Animation and Palette Anima
  43047. tion Gray:  These sample applications show how to animate the entries of a palette.
  43048. Pallete DA:  This desk accesory displays the the current color table and palette information associated with it.
  43049. PictInfoTest:  Sample to demonstrate using the Picture Utilities Package
  43050. PixMap2PixPat2ppat:  This snippet shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  43051. OTEndpointInfo
  43052. KThis sample demonstrates how to query an endpoint for its 
  43053. vital statistic
  43054.  using OTGetEndpointInfo.  It also prints a list of that information for the commonly used Open Transport endpoint types for your reference.  The code from this sample is featured in the latest release (v1.2) of the book 
  43055. Inside Macintosh: Open Transport
  43056. J'Sample Code.img
  43057. Windows Sample Code.imgK
  43058. Nov 97L
  43059. Jun 98M
  43060. Open Transport 1.1.1 or higherN=Open Transport, OTGetEndpointInfo, TEndpointInfo, TSDU, ETSDAO
  43061. Dev.CD Feb 00 TC:Sample Code:P
  43062. Dev.CD Feb 00 TC
  43063.  - Sample CodeV
  43064. 54340X
  43065. Feb 00^
  43066. r--set theItem to choose file -- uncomment to test in an AS editor
  43067.     tell application "Finder"
  43068.         open item "Dev.CD Feb 00 TC:Sample Code:"
  43069.         activate
  43070.     end tell
  43071. on error errMsg number errNum
  43072.     --enter statements to perform when no records are found such as...
  43073.     display dialog "Sorry, the item you selected could not be found."
  43074.     return
  43075. end try
  43076. e    No Change
  43077. h an Append button that does not ask the user if he/she wants to replace the existing file. the sample code in InsideMac:Files, and the Human Interface Guidelines. It also has Balloon Help strings for the Append button.
  43078. CustomPutSuffix:  This demonstrates a CustomPutDialog with an Save button that checks to see if several files (with the name filename+suffix) already exist. a dialog hook procedure is responsible for presenting separate "Replace?" dialogs.  When the Save button is hit andCl, if the user allows the save, the Save action is mapped to a Cancel action but the reply is marked as good.
  43079. J'Sample Code.img
  43080. Windows Sample Code.imgK
  43081. Feb 97L
  43082. Feb 97M-System 7 or greater, Universal Interfaces 2.0NKCustomGetFile, CustomPutFile, dialog, select, folder, file, balloon, appendO
  43083. Dev.CD Feb 00 TC:Sample Code:P
  43084. Dev.CD Feb 00 TC
  43085.  - Sample Codeslam
  43086. slatedj
  43087. slave
  43088. slaving
  43089. sleep
  43090. sleuthing
  43091. slimfunctions
  43092. 54058X
  43093. Feb 00^
  43094. --set theItem to choose file -- uncomment to test in an AS editor
  43095.     tell application "Finder"
  43096.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  43097.         activate
  43098.     end tell
  43099. on error errMsg number errNum
  43100.     --enter statements to perform when no records are found such as...
  43101.     display dialog "Sorry, the item you selected could not be found."
  43102.     return
  43103. end try
  43104. e    No Changef+Memory Manager
  43105. Power Macintosh
  43106. heaps
  43107. memoryq
  43108. Dev.CD Feb 00 TC
  43109. %D!All Packages
  43110. Mac OS SDK Edition
  43111. Debugging Sound ManagerI
  43112. A debug build of Sound Manager 3.2.1 that may be useful for tracking down sound related problems.
  43113. Features: A debug build of Sound Manager 3.2.1.J.Debug Sound Manager
  43114. Readme Debug Sound ManagerK
  43115. Jan 98N
  43116. Debug Sound Manager 3.2.1ObDev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:nge
  43117. e    No Changef-testing
  43118. debugging
  43119. networking & communicationsq
  43120. Dev.CD Feb 00 TC
  43121. D!All Packages
  43122. Tool Chest Edition
  43123. N&C TMON Pro Macros/Templates
  43124. lSummary: This package provides a TMON Pro 3.0 User Area for AppleTalk.  The templates and macros simplify trapping on AppleTalk calls and provide templates for viewing the parameter blocks and associated data structures used by these calls.
  43125. Features: TMON Pro User Area for AppleTalk plus source code for the resource fork of the user area, and listing of macros.
  43126. Networks.imgK
  43127. Apr 92M,System 6.0.x, 7.0, and 7.0.1, TMON Pro 3.0.xO9Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Networks:PADev.CD Feb 00 TC
  43128.  - Tool Chest
  43129.  - Testing & Debugging
  43130.  - NetworksV
  43131. 54302X
  43132. Feb 00^
  43133. #Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:PPDev.CD Jul 98 SSW/SDK
  43134.  - What's New
  43135.  - Technical Documentation
  43136.  - DeveloperNotesV
  43137. 52855X
  43138. Jul 98^
  43139. SSW/SDK
  43140. Jan 96
  43141. Jul 95
  43142. Note 
  43143. This developer note has been updated to inclu
  43144. listedx
  43145. listen
  43146. listen/accept
  43147. listeners
  43148. listening
  43149. listindialog
  43150. listinga
  43151. listingsj
  43152. lists
  43153. literature
  43154. little
  43155. login
  43156. long-term
  43157. longerp
  43158. lookp
  43159. looking
  43160. looming
  43161. loyalj
  43162. luther
  43163. macapp
  43164. macapp-basedX
  43165. macbug
  43166. maccalendar
  43167. machine`
  43168. machines
  43169. macintoshO
  43170. Summary:  This is the Developer Edition of the QuickView
  43171.  development environment. You can use this development environment to create QuickView databases for your own information that work with the Macintosh Programmer's Toolbox Assistant.  Use of this development kit is covered by the license included with this application.
  43172. Issues:  Usage of this software is governed by the software license included in the folder created by the Installer.
  43173. J,Install QuickView
  43174. READ ME - QV Developer Ed.K
  43175. Jun 95N"TOOLBOX ASSISTANT, MPTA, QUICKVIEWOfDev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:
  43176. MPTA Goodies:QuickView
  43177.  Developer Edition:PqDev.CD Sep 97 RL
  43178.  - Technical Documentation
  43179.  - Toolbox Assistant
  43180. MPTA Goodies
  43181.  - QuickView
  43182.  Developer Edition
  43183. --set theItem to choose file -- uncomment to test in an AS editor
  43184.     tell application "Finder"
  43185.         open item "Dev.CD Feb 00 TC:Tool Chest:Localization:cihui:"
  43186.         activate
  43187.     end tell
  43188. on error errMsg number errNum
  43189.     --enter statements to perform when no records are found such as...
  43190.     display dialog "Sorry, the item you selected could not be found."
  43191.     return
  43192. end try
  43193. selected could not be found."
  43194.     return
  43195. end try
  43196. All Packages
  43197. System 7.5 Update 1.0O
  43198. Dev.CD Jul 95P
  43199. Dev.CD Jul 9V
  43200. 53545X
  43201. Jul 95
  43202. b--set theItem to choose file -- uncomment to test in an AS editor
  43203.     tell application "Finder"
  43204.         open item "Dev.CD Jul 95"
  43205.         activate
  43206.     end tell
  43207. on error errMsg number errNum
  43208.     --enter statements to perform when no records are found such as...
  43209.     display dialog "Sorry, the item you selected could not be found."
  43210.     return
  43211. end try
  43212. All Packages
  43213. System 7.5 Update 1.0O
  43214. Dev.CD Jul 95P
  43215. Dev.CD Jul 9V
  43216. 53546X
  43217. e    No Changef-InputSprocket
  43218. Needs
  43219. Elements
  43220. buttonsq
  43221. Dev.CD Feb 00 TC
  43222. D!All Packages
  43223. Tool Chest Edition
  43224. Ivy 1.0fc1
  43225. Summary: This submission contains a Virtual User 2.0 external tool and task library which allows script writers to capture and compare full or partial screen images. Also included is task library documentation, a README file, and an example V.U. script using the external tool. This package will allow developers using V.U. 2.0 to test their applications and perform screen image verification in their V.U. scripts.
  43226. Virtual User tools.imgK
  43227. Jul 93L
  43228. Oct 93M.Virtual User version 2.0 or greater, System 7.N0Tool, Virtual User, External Tool, V.U., VU, IvyOCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  43229.  - Tool Chest
  43230.  - Testing & Debugging
  43231.  - Virtual User toolsV
  43232. 54198X
  43233. Feb 00^
  43234. action
  43235. actions
  43236. control
  43237. patch
  43238. adlibX
  43239. adlib
  43240. macappX
  43241. adobeZ
  43242. Summary:  "Fragment Tool" is a simple application designed to allow basic manipulation of code fragments. It allows you to combine or separate several code fragments, and view and edit various pieces of information associated with each code fragment. 
  43243. "Fragment Tool" demonstrates several Toolbox Managers and  several common, and some not so common, features of these Managers:
  43244.  Code Fragment Manager
  43245.     -Loading and preparing a code fragment from the data fork of a file.
  43246.     -Retrieving
  43247.  a list of exported symbols from a prepared code fragment.
  43248.     -Interpreting and manipulating the 'cfrg' resource.
  43249.  Drag Manager
  43250.     -Creating an application specific file when content is dragged to the Finder.
  43251.     -Using drag data which makes sense only to your own application. 
  43252.     -Dragable lists.
  43253.  List Manager
  43254.     -Both 68K and PowerPC native click loop procedures  (there's a gotcha with a native click loop procedure).
  43255.     -Non standard text styles in lists.
  43256.     -Dragable lists. 
  43257. 54669X
  43258. Feb 00^
  43259. r--set theItem to choose file -- uncomment to test in an AS editor
  43260.     tell application "Finder"
  43261.         open item "Dev.CD Feb 00 TC:Sample Code:"
  43262.         activate
  43263.     end tell
  43264. on error errMsg number errNum
  43265.     --enter statements to perform when no records are found such as...
  43266.     display dialog "Sorry, the item you selected could not be found."
  43267.     return
  43268. end try
  43269. e    No Changeq
  43270. Dev.CD Feb 00 TC
  43271. D!All Packages
  43272. Tool Chest Edition
  43273. Sample Code - Toolbox
  43274. (** = new, * = revised)
  43275. ControlStrip Test:   ControlStrip Test is a sample program that shows how to use some of the ControlStrip calls.
  43276. EditTextCdev:  EditCdev is a sample Control Panel device (cdev) that demonstrates the use of the edit-related messages and how to implement an editText item in a cdev.  It utilizes the new undo, cut, copy, paste, and delete messages that are sent to cdevs in response to 
  43277. user menu selections.
  43278. Fragment Tool:  "Fragment Tool" is a simple application desi
  43279. entered
  43280. entering
  43281. enterprisej
  43282. enterprise
  43283. internet
  43284. documentation
  43285. formats
  43286. enterprise
  43287. objects
  43288. enterprise
  43289. objects
  43290. documentation
  43291. enterprise
  43292. objects
  43293. framework
  43294. entertainmentj
  43295. entire
  43296. entirely
  43297. entities
  43298. entries
  43299. entry
  43300. enumerated
  43301. enumerates
  43302. enumeration
  43303. enviroment
  43304.  1.1.1 corrects a problem with the Universal interface file.
  43305. Macintosh Drag and Drop implements the new Drag Manager toolb all built-in ethernets
  43306.  TokenTalk version 2.5.7
  43307.  Token Ring Control Panel version 1.0.1
  43308.  Token Ring driver version 2.5.2 for the TokenTalk NB Card
  43309.  Token Ring driver version 1.0.2 for the Token Ring 4/16 NB and Token Ring NB/c Card
  43310.  A/ROSE 1.2.1, for use in some token ring configurations
  43311. See the document "NSI 1.5.1 - Read Me First" for details.
  43312. Aug 92L
  43313. Jul 95
  43314. 54735X
  43315. Feb 00^
  43316. r--set theItem to choose file -- uncomment to test in an AS editor
  43317.     tell application "Finder"
  43318.         open item "Dev.CD Feb 00 TC:Sample Code:"
  43319.         activate
  43320.     end tell
  43321. on error errMsg number errNum
  43322.     --enter statements to perform when no records are found such as...
  43323.     display dialog "Sorry, the item you selected could not be found."
  43324.     return
  43325. end try
  43326. MovedfDCustomGetFile
  43327. CustomPutFile
  43328. dialog
  43329. select
  43330. folder
  43331. balloon
  43332. appendq
  43333. Dev.CD Feb 00 TC
  43334. D!All Packages
  43335. Tool Chest Edition
  43336. StandardFileIcons
  43337. fullfind
  43338. fullfind
  43339. fullhpop
  43340. fullhpop
  43341. fullmove
  43342. fullmove
  43343. fulloffset
  43344. fulloffset
  43345. fullremove
  43346. fullremove
  43347. fullrename
  43348. fullrename
  43349. fullreplace
  43350. fullreplace
  43351. fullreslist
  43352. fullreslist
  43353. fullsfpack
  43354. fullsfpack
  43355. fullsort
  43356. fullsort
  43357. fulltext
  43358. fulltext
  43359. apple
  43360. standards
  43361. developersv
  43362. apple
  43363. style
  43364. guide
  43365. 2/94w
  43366. apple
  43367. system
  43368. profilerx
  43369. applegloty
  43370. appleglot
  43371. appleglot
  43372. 2.4b6z
  43373. applescript
  43374. applescript
  43375. 1.3.4
  43376. applesearch
  43377. appleshare
  43378. appleshare
  43379. client
  43380. appleshare
  43381. appleshare
  43382. applesingle/appledou
  43383. applesingle/appledou
  43384. format
  43385. appletalk
  43386. appletalk
  43387. appletalk
  43388. appletalk
  43389. appletalk
  43390. application
  43391. applications\
  43392. appstogo
  43393. arabic
  43394. arabic
  43395. language
  43396. arabic
  43397. language
  43398. v1.0.1
  43399. architectures
  43400. archivei
  43401. arpsample
  43402. artwork
  43403. market
  43404. guide
  43405. assist
  43406. assistant
  43407. tester
  43408. asyncdriversample1.0
  43409. ataerrordetector
  43410. atrapper
  43411. audio
  43412. audio
  43413. palette
  43414. developer
  43415. audit
  43416. audit
  43417. aug-95
  43418. autoguest
  43419. autoguest
  43420. constitute
  43421. constrained
  43422. constrains
  43423. constraints
  43424. construct
  43425. constructing
  43426. construction
  43427. constructs
  43428. consult
  43429. consumer
  43430. consumers
  43431. contactb
  43432. W300ce/1173
  43433. 53xxu
  43434. 5400x
  43435. 58.1.5
  43436. 5thcolumnB
  43437. 6-158
  43438. 6-164
  43439. 6.0.4
  43440. 6.0.5
  43441. tion.smi
  43442.  that you will bundle with your own product.  Installing and running MRJ will require additional memory and disk space over that needed for your product.  Refer to the document 
  43443. About MRJ 2.1.4
  43444.  for MRJ
  43445. s system requirements.
  43446.  You should be familiar with Apple Events and installer extensions to use the examples provided here.  For information on Apple Events and the Apple Event Manager, refer to the online Apple developer documentation at http://developer.a
  43447. All Packages
  43448. System 7.5 Update 1.0O
  43449. Dev.CD Jul 95P
  43450. Dev.CD Jul 9V
  43451. 54793X
  43452. Jul 95
  43453. b--set theItem to choose file -- uncomment to test in an AS editor
  43454.     tell application "Finder"
  43455.         open item "Dev.CD Jul 95"
  43456.         activate
  43457.     end tell
  43458. on error errMsg number errNum
  43459.     --enter statements to perform when no records are found such as...
  43460.     display dialog "Sorry, the item you selected could not be found."
  43461.     return
  43462. end try
  43463. All Packages
  43464. System 7.5 Update 1.0O
  43465. Dev.CD Jul 95P
  43466. Dev.CD Jul 9V
  43467. 54794X
  43468. Jul 95
  43469. b--set theItem to choose file -- uncomment to test in an AS editor
  43470.     tell application "Finder"
  43471.         open item "Dev.CD Jul 95"
  43472.         activate
  43473.     end tell
  43474. on error errMsg number errNum
  43475.     --enter statements to perform when no records are found such as...
  43476.     display dialog "Sorry, the item you selected could not be found."
  43477.     return
  43478. end try
  43479. All Packages
  43480. System 7.5 Update 1.0O
  43481. Dev.CD Jul 95P
  43482. Dev.CD Jul 9V
  43483. 54795X
  43484. Save Print Record:  Walks you through the style and job dialogs to create a print record ready-to-print-with, and then saves it to a resource file with resource type 'YO!!' and ID 128.  The first step towards saving print records for multiple printers.
  43485. Scalable PostScript PICT:  Shows how you can use the PostScript clip in combination with the QuickDraw clipping region to make PostScript code that scales at run-time.  Has some limitations, but a useful technique.
  43486. SetPDiMC:  This MPW toolG
  43487.  sets the 
  43488. Printer Driver Is MultiFinder Compatible
  43489.  flag (see 
  43490. Learning to Drive
  43491.  on the Developer Essentials disc).
  43492. Stylemap:  Yet another code illustration for the Q&A on "intrinsic styles of a PostScript font" in d e v e l o p, Summer 1991.
  43493. J'Sample Code.img
  43494. Windows Sample Code.imgK
  43495. Nov 94L
  43496. Nov 96O
  43497. Dev.CD Feb 00 TC:Sample Code:P
  43498. Dev.CD Feb 00 TC
  43499.  - Sample Codeith
  43500. customer
  43501. million
  43502. windo
  43503. p-digest-v3-023
  43504. csmp-digest-v
  43505. Jun 94L
  43506. Aug 96
  43507. 42446
  43508. appleshareclientapi
  43509. appleshareclientapi
  43510. pdfo)OEDev.CD Apr 94
  43511. Dev.CD Jan 94
  43512. Dev.CD Oct 93
  43513. Dev.CD Jul 93
  43514. Dev.CD Apr 93PDDev.CD Apr 94
  43515. Dev.CD Jan 94
  43516. Dev.CD Oct 93
  43517. Dev.CD Jul 93
  43518. Dev.CD Apr 9V
  43519. 53761X
  43520. Apr 94
  43521. --set theItem to choose file -- uncomment to test in an AS editor
  43522.     tell application "Finder"
  43523.         open item "Dev.CD Apr 94
  43524. Dev.CD Jan 94
  43525. Dev.CD Oct 93
  43526. Dev.CD Jul 93
  43527. Dev.CD Apr 93"
  43528.         activate
  43529.     end tell
  43530. on error errMsg number errNum
  43531.     --enter statements to perform when no records are found such as...
  43532.     display dialog "Sorry, the item you selected could not be found."
  43533.     return
  43534. end try
  43535. All Packages
  43536. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  43537. Dev.CD Jan 94
  43538. Dev.CD Oct 93
  43539. Dev.CD Jul 93
  43540. Dev.CD Apr 93PDDev.CD Apr 94
  43541. Dev.CD Jan 94
  43542. Dev.CD Oct 93
  43543. Dev.CD Jul 93
  43544. Dev.CD Apr 9V
  43545. 53762X
  43546. Apr 94
  43547. previous
  43548. primer
  43549. print
  43550. print
  43551. total
  43552. pages
  43553. print2
  43554. printaetypes
  43555. printaetypes
  43556. sample
  43557. which
  43558. demonstrates
  43559. ethernet
  43560. driver
  43561. transport
  43562. transport
  43563. debug
  43564. transport/ppp
  43565. opendoc
  43566. opendoc
  43567. development
  43568. framework
  43569. release
  43570. opendoc
  43571. international
  43572. openfwbridgefixjul97
  43573. opengl
  43574. opengl
  43575. drawsprocket
  43576. opengl
  43577. install
  43578. opp's
  43579. optimization
  43580. optimization
  43581. demos
  43582. option
  43583. papserversample
  43584. server
  43585. sample
  43586. 1.0.1
  43587. ot/ppp
  43588. ot/ppp
  43589. control
  43590. strip
  43591. sample
  43592. otcoderesource
  43593. otdumpinternetstatus
  43594. otdumpportregistry
  43595. otendpointinfo
  43596. otfindserialports
  43597. otllctest
  43598. otlookupnametest
  43599. otpingsample
  43600. otsimpledownloadhttp
  43601. otsimpleserverhttp
  43602. otstreamlogviewer
  43603. ottcpwilldial
  43604. ottraceroutesample
  43605. output
  43606. overview
  43607. packagetool
  43608. palette
  43609. palette&gworld
  43610. palette&gworld
  43611. paper
  43612. papserversample
  43613. er SDK:
  43614. csmp-digest-v3-082
  43615. csmp-digest-v3-083
  43616. csmp-digest-v3-084
  43617. csmp-digest-v3-085
  43618. csmp-digest-v3-086
  43619. csmp-digest-v3-087
  43620. csmp-digest-v3-088
  43621. csmp-digest-v3-089
  43622. csmp-digest-v3-090
  43623. csmp-digest-v3-091
  43624. csmp-digest-v3-092
  43625. csmp-digest-v3-093
  43626. csmp-digest-v3-094
  43627. csmp-digest-v3-095
  43628. csmp-digest-v3-096
  43629. csmp-digest-v3-097
  43630. csmp-digest-v3-098
  43631. csmp-digest-v3-099
  43632. csmp-digest-v3-100
  43633. csmp-digest-v3-101
  43634. csmp-digest-v3-102
  43635. csmp-digest-v3-103
  43636. csmp-digest-v3-104
  43637. csmp-digest-v3-105
  43638. csmp-digest-v3-106
  43639. csmp-digest-v3-107
  43640. csmp-digest-v3-108
  43641. csmp-digest-v3-109
  43642. csmp-digest-v3-110
  43643. csmp-digest-v3-111
  43644. csmp-digest-v3-112
  43645. csmp-digest-v3-113
  43646. csmp-digest-v3-114
  43647. csmp-digest-v3-115
  43648. csmp-digest-v3-116
  43649. csmp-digest-v3-117
  43650. csmp-digest-v3-118
  43651. csmp-digest-v3-119
  43652. csmp-digest-v3-120
  43653. csmp-digest-v3-121
  43654. csmp-digest-v3-122
  43655. csmp-digest-v3-123
  43656. csmp-digest-v3-125
  43657. csmp-digest-v3-126
  43658. csmp-digest-v3-127
  43659. QuickDraw
  43660.  3D enables your computer to display three-dimensional graphics using applications designed to take advantage of QuickDraw 3D. It also provides a common file format, called QuickDraw 3D Metafile (or 3DMF for short), for exchanging 3D documents.  QuickDraw 3D also provides acceleration services which support plug-and-play accelerator cards.   Enclosed, you will find the v.1.5.2 release of QuickDraw 3D for Windows.
  43661. QuickDraw 3D v1.5.2K
  43662. Sep 97N
  43663. QuickDraw 3D, Windows, MetafileOCDev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:PHDev.CD Apr 99 SDK1
  43664.  - Development Kits
  43665.  - QuickDraw 3D for Windows 1.5.2istry & Suites:Apple Event Registry:"
  43666.         activate
  43667.     end tell
  43668. on error errMsg number errNum
  43669.     --enter statements to perform when no records are found such as...
  43670.     display dialog "Sorry, the item you selected could not be found."
  43671.     return
  43672. end try
  43673. e    No Changef
  43674. Apple Events
  43675. AppleEventsq
  43676. Dev.CD Mar 00 RL Disk 1
  43677. All Packages
  43678. --set theItem to choose file -- uncomment to test in an AS editor
  43679.     tell application "Finder"
  43680.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:"
  43681.         activate
  43682.     end tell
  43683. on error errMsg number errNum
  43684.     --enter statements to perform when no records are found such as...
  43685.     display dialog "Sorry, the item you selected could not be found."
  43686.     return
  43687. end try
  43688. All Packages
  43689. PowerTalk (PPC)O
  43690. Dev.CD Oct 94P
  43691. Dev.CD Oct 9V
  43692. 53167X
  43693. Oct 94
  43694. b--set theItem to choose file -- uncomment to test in an AS editor
  43695.     tell application "Finder"
  43696.         open item "Dev.CD Oct 94"
  43697.         activate
  43698.     end tell
  43699. on error errMsg number errNum
  43700.     --enter statements to perform when no records are found such as...
  43701.     display dialog "Sorry, the item you selected could not be found."
  43702.     return
  43703. end try
  43704. All Packages
  43705. PowerTalk (PPC)O
  43706. Dev.CD Oct 94P
  43707. Dev.CD Oct 9V
  43708. 53168X
  43709. Oct 94
  43710. All Packages
  43711. System Enabler 111 (PB 160/180)O
  43712. Dev.CD Apr 93P
  43713. Dev.CD Apr 9V
  43714. 54932X
  43715. Apr 93
  43716. b--set theItem to choose file -- uncomment to test in an AS editor
  43717.     tell application "Finder"
  43718.         open item "Dev.CD Apr 93"
  43719.         activate
  43720.     end tell
  43721. on error errMsg number errNum
  43722.     --enter statements to perform when no records are found such as...
  43723.     display dialog "Sorry, the item you selected could not be found."
  43724.     return
  43725. end try
  43726. All Packages
  43727. System Enabler 111 (PB 160/180)O
  43728. Dev.CD Apr 93P
  43729. Dev.CD Apr 9V
  43730. 54933X
  43731. Apr 93
  43732. b--set theItem to choose file -- uncomment to test in an AS editor
  43733.     tell application "Finder"
  43734.         open item "Dev.CD Apr 93"
  43735.         activate
  43736.     end tell
  43737. on error errMsg number errNum
  43738.     --enter statements to perform when no records are found such as...
  43739.     display dialog "Sorry, the item you selected could not be found."
  43740.     return
  43741. end try
  43742. All Packages
  43743. 54934X
  43744. This Quick Reference will explain the basic functions of Disk Copy. More detail is provided in the Disk Copy Manual and Balloon Help.
  43745. Changes from Disk Copy 6.3.2
  43746.  Added support for accessing disk images with the Macintosh Compatibility Application of Mac OS X Server.
  43747. Changes from Disk Copy 6.3.1
  43748.  An issue that prevented accessing AppleShare file servers via Navigation Services dialogs has been corrected.
  43749.  Added support for making floppies from certain USB floppy drives.
  43750.  Various i
  43751. nterface improvements.
  43752. Changes from Disk Copy 6.3
  43753.  An issue that prevented making a read-only or read-only compressed image  from volumes that have data at the end of the volume has been corrected.
  43754. Changes from Disk Copy 6.2
  43755.  Added Navigation Services support.
  43756.  Added ability to duplicate a floppy.
  43757.  Added support for creating self-mounting images.
  43758.  Various improvements to AppleScript support.
  43759.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  43760.  Imaging a fo
  43761. aO:Dev.CD Feb 00 TC:Tool Chest:Printing:PostScript Utilities:PBDev.CD Feb 00 TC
  43762.  - Tool Chest
  43763.  - Printing
  43764.  - PostScript UtilitiesV
  43765. 54375X
  43766. Feb 00^
  43767. --set theItem to choose file -- uncomment to test in an AS editor
  43768.     tell application "Finder"
  43769.         open item "Dev.CD Feb 00 TC:Tool Chest:Printing:PostScript Utilities:"
  43770.         activate
  43771.     end tell
  43772. on error errMsg number errNum
  43773.     --enter statements to perform when no records are found such as...
  43774.     display dialog "Sorry, the item you selected could not be found."
  43775.     return
  43776. end try
  43777. e    No Changeq
  43778. Dev.CD Feb 00 TC
  43779. bD!All Packages
  43780. Tool Chest Edition
  43781. Power Mac Debugger
  43782. CPower Macintosh Debugger is an advanced source-code debugger for PowerPC applications. With it you can set breakpoints, single step code, examine stack variables, and so on.
  43783. Runs on either a Power Macintosh or a 68K Macintosh. In 68K mode, it is used for debugging a target application running on a remote Power Macintosh.
  43784. e    No Change
  43785. object-orientedY
  43786. objective-c
  43787. objects
  43788. objectsupportlib
  43789. macodbc
  43790. database
  43791. connectivity
  43792. drivers
  43793. network
  43794. middlewar
  43795. off-screen
  43796. opaque
  43797. locator
  43798. enables
  43799. anything
  43800. summary
  43801. contains
  43802. documentation
  43803. header
  43804. files
  43805. utiliti
  43806. summary
  43807. contains
  43808. latest
  43809. appletalk
  43810. stack
  43811. version
  43812. macsn
  43813. summary
  43814. controlstrip
  43815. sample
  43816. program
  43817. shows
  43818. summary
  43819. convert
  43820. projects
  43821. utility
  43822. which
  43823. summary
  43824. generator
  43825. application
  43826. generate
  43827. summary
  43828. linear
  43829. feedback
  43830. shift
  43831. register
  43832. entered
  43833. summary
  43834. daystar
  43835. digital
  43836. apple
  43837. computer
  43838. designed
  43839. summary
  43840. description
  43841. input
  43842. methods
  43843. chinese
  43844. All Packages
  43845. System Enabler 003 (LC III)OEDev.CD Apr 94
  43846. Dev.CD Jan 94
  43847. Dev.CD Oct 93
  43848. Dev.CD Jul 93
  43849. Dev.CD Apr 93PDDev.CD Apr 94
  43850. Dev.CD Jan 94
  43851. Dev.CD Oct 93
  43852. Dev.CD Jul 93
  43853. Dev.CD Apr 9V
  43854. 54864X
  43855. Apr 94
  43856. --set theItem to choose file -- uncomment to test in an AS editor
  43857.     tell application "Finder"
  43858.         open item "Dev.CD Apr 94
  43859. Dev.CD Jan 94
  43860. Dev.CD Oct 93
  43861. Dev.CD Jul 93
  43862. Dev.CD Apr 93"
  43863.         activate
  43864.     end tell
  43865. on error errMsg number errNum
  43866.     --enter statements to perform when no records are found such as...
  43867.     display dialog "Sorry, the item you selected could not be found."
  43868.     return
  43869. end try
  43870. All Packages
  43871. System Enabler 003 (LC III)OEDev.CD Apr 94
  43872. Dev.CD Jan 94
  43873. Dev.CD Oct 93
  43874. Dev.CD Jul 93
  43875. Dev.CD Apr 93PDDev.CD Apr 94
  43876. Dev.CD Jan 94
  43877. Dev.CD Oct 93
  43878. Dev.CD Jul 93
  43879. Dev.CD Apr 9V
  43880. 54865X
  43881. Apr 94
  43882. modulesQ
  43883. mofify
  43884. nitoringA
  43885. monitors
  43886. monolithic
  43887. system
  43888. enabler
  43889. 160/180
  43890. technical@
  43891. university@
  43892. updater@
  43893. webobjects
  43894. categories
  43895. posers@
  43896. 1.1.1@
  43897. 1.5.2@
  43898. 16x16@
  43899. 2-12@
  43900. 2000@
  43901. 24gc@
  43902. 6.05@
  43903. 8/24@
  43904. ignoring
  43905. ii-compliant
  43906. iigsr
  43907. illegal
  43908. illustrate
  43909. illustrating
  43910. illustration
  43911. illustrations
  43912. im-vi
  43913. imacs
  43914. imagei
  43915. createdu
  43916. createdirwithcustomi
  43917. createpmforecolorima
  43918. creatergbforecolorim
  43919. creates
  43920. creatingN
  43921. creation
  43922. creative
  43923. creativity
  43924. creator
  43925. creator/file
  43926. crimes
  43927. criteria
  43928. critical
  43929. critically
  43930. critieria
  43931. cropping
  43932. cross-industry
  43933. MPW-hosted version of this compiler is now available.
  43934. SOMobjects runs on top of CFM, and thus is available for both 68K and native PowerPC Macintosh development. It is a foundation technology for OpenDoc.
  43935. SOMobjects
  43936.  for Mac OS version 2.0.8 contains several bug fixes over version 2.0.7.
  43937. Jan 96L
  43938. Oct 96W
  43939. theta
  43940. 54374X
  43941. Mar 00^    RL Disk 1
  43942. --set theItem to choose file -- uncomment to test in an AS editor
  43943.     tell application "Finder"
  43944.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Printing:PostScript Output Filters:"
  43945.         activate
  43946.     end tell
  43947. on error errMsg number errNum
  43948.     --enter statements to perform when no records are found such as...
  43949.     display dialog "Sorry, the item you selected could not be found."
  43950.     return
  43951. end try
  43952. e    No Changef
  43953. Printing
  43954. PostScript
  43955. Filterq
  43956. Dev.CD Mar 00 RL Disk 1
  43957. aD!All Packages
  43958. Tool Chest Edition
  43959. PostScript UtilitiesI
  43960. Summary: This folder contains a number of PostScript
  43961.  utilities.
  43962. Features:
  43963.  DiskRestore
  43964.  kill test page
  43965.  Laser Doctor
  43966.  letter paper tray
  43967.  plain paper tray
  43968.  print total pages
  43969.  restore test page
  43970. This package is 7.0 compatible.JnDiskRestore
  43971. kill test page
  43972. Laser Doctor
  43973. letter paper tray
  43974. plain paper tray
  43975. print total pages
  43976. restore test pageK
  43977. Vol IIIL
  43978. Vol VIInge
  43979. events
  43980. recordable
  43981. scriptable
  43982. script\
  43983. debabelizer
  43984. debug]
  43985. debug
  43986. extensions
  43987. debug
  43988. sound
  43989. manager
  43990. debugger
  43991. debuggingu
  43992. debugging
  43993. optimized
  43994. debugging
  43995. tools
  43996. defect
  43997. defect
  43998. defprocs
  43999. demo_
  44000. applications
  44001. ct-009-4433
  44002. ct-009-4433
  44003. install
  44004. ct-009-4434
  44005. ct-009-4434
  44006. install
  44007. ct-009-4435
  44008. ct-009-4435
  44009. install
  44010. ct-009-4436
  44011. ct-009-4436
  44012. ct-009-4437
  44013. ct-009-4437
  44014. ct-009-4438
  44015. ct-009-4438
  44016. ct-009-4439
  44017. ct-009-4439
  44018. ct-009-4440
  44019. ct-009-4440
  44020. ct-009-4441
  44021. ct-009-4441
  44022. ct-009-4442
  44023. ct-009-4442
  44024. ct-009-4443
  44025. ct-009-4443
  44026. ct-009-4444
  44027. ct-009-4444
  44028. ctags
  44029. ctags
  44030. manual
  44031. ctags
  44032. manual
  44033. files
  44034. three
  44035. tools
  44036. written
  44037. hardwar
  44038. summary
  44039. helper
  44040. formerly
  44041. monthly
  44042. posting
  44043. summary
  44044. definition
  44045. binhex
  44046. protocol
  44047. summary
  44048. electronic
  44049. version
  44050. develop
  44051. magazine
  44052. typeservicesforunico
  44053. typeservicesforunico
  44054. typeservicesforunico
  44055. typeservicesforunico
  44056. typeservicesforunico
  44057. typography
  44058. uhidtest
  44059. uhidtest
  44060. uk/eire
  44061. uk/eire
  44062. distributors/localiz
  44063. ukranian
  44064. ukranian
  44065. 1.1.3
  44066. - C++ Related
  44067.  - C++ Source Code Formattercould not be found."
  44068.     return
  44069. end try
  44070. movingt
  44071. mpc106A
  44072. mping
  44073. system
  44074. mpw's
  44075. mpw-related
  44076. release
  44077. mrj's
  44078. mrj-dev
  44079. mrjapple
  44080. mrjapplesetup
  44081. mrjstuffit
  44082. mrjvise
  44083. mrplus
  44084. mrplus
  44085. performance
  44086. analysis
  44087. powerpc
  44088. applicatio
  44089. 6J4Install OpenGL
  44090. Installer
  44091. OpenGL Parts
  44092. OpenGL Read MeK
  44093. Jul 99L
  44094. Jan 00M
  44095.  A PowerPC
  44096.  based computer with a minimum of 32 megabytes of memory (RAM)
  44097.  Mac OS System 8.1 or later
  44098.  QuickDraw3D 1.6 or laterN
  44099. OpenGL, 3D, graphics
  44100. O2Dev.CD Apr 00 SDK1:Development Kits:Mac OS:OpenGL:P:Dev.CD Apr 00 SDK1
  44101.  - Development Kits
  44102.  - Mac OS
  44103.  - OpenGLV
  44104. 54332X
  44105. Apr 00^
  44106. --set theItem to choose file -- uncomment to test in an AS editor
  44107.     tell application "Finder"
  44108.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:OpenGL:"
  44109.         activate
  44110.     end tell
  44111. on error errMsg number errNum
  44112.     --enter statements to perform when no records are found such as...
  44113.     display dialog "Sorry, the item you selected could not be found."
  44114.     return
  44115. end try
  44116. e    No Changef
  44117. OpenGL
  44118. graphics
  44119. o%ftp://ftp.apple.com/developer/opengl/q
  44120. Dev.CD Apr 00 SDK1
  44121. 7D!All Packages
  44122. Tool Chest Edition
  44123. Optimization TN Demos
  44124. magic@
  44125. magician@
  44126. makethefolder@
  44127. manager's@
  44128. GD!All Packages
  44129. Mac OS SDK Edition
  44130. WebObjects Tools and Techniques
  44131. WebObjects Tools and Techniques by Theresa Ray of Tensor Information Systems, Inc.
  44132. Whether you are creating a new WebObjects application or maintaining an existing one, proficiency in using the ProjectBuilder, EOModeler and WebObjects Builder tools is essential. This survival guide enumerates tips a